Searched refs:DestroyDevice (Results 1 - 13 of 13) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h40 PFN_vkDestroyDevice DestroyDevice; member in struct:VkLayerDispatchTable_
/external/vulkan-validation-layers/layers/
H A Dthreading.cpp160 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:threading
167 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
H A Dunique_objects.cpp245 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:unique_objects
250 dev_data->device_dispatch_table->DestroyDevice(device, pAllocator);
H A Dimage.cpp202 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:image
205 my_data->device_dispatch_table->DestroyDevice(device, pAllocator);
1504 { "vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice) },
H A Dswapchain.cpp1226 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:swapchain
1231 my_data->device_dispatch_table->DestroyDevice(device, pAllocator);
2465 {"vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice)},
H A Dobject_tracker.cpp434 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:object_tracker
472 pDisp->DestroyDevice(device, pAllocator);
3767 if (!strcmp(name, "DestroyDevice"))
3768 return (PFN_vkVoidFunction)DestroyDevice;
H A Dparameter_validation.cpp1745 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation
1760 get_dispatch_table(pc_device_table_map, device)->DestroyDevice(device, pAllocator);
5295 {"vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice)},
H A Dcore_validation.cpp4471 VKAPI_ATTR void VKAPI_CALL DestroyDevice(VkDevice device, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter
4525 dev_data->dispatch_table.DestroyDevice(device, pAllocator);
11941 {"vkDestroyDevice", reinterpret_cast<PFN_vkVoidFunction>(DestroyDevice)},
/external/skia/src/gpu/vk/
H A DGrVkInterface.cpp38 GET_PROC(DestroyDevice);
/external/vulkan-validation-layers/loader/
H A Dtable_ops.h52 table->DestroyDevice = (PFN_vkDestroyDevice)gpa(dev, "vkDestroyDevice");
302 if (!strcmp(name, "DestroyDevice"))
303 return (void *)table->DestroyDevice;
H A Dtrampoline.c763 disp->DestroyDevice(device, pAllocator);
/external/vulkan-validation-layers/demos/smoke/
H A DShell.cpp274 vk::DestroyDevice(ctx_.dev, nullptr);
/external/vulkan-validation-layers/tests/layers/
H A Dwrap_objects.cpp200 pDisp->DestroyDevice(device, pAllocator);
1177 if (!strcmp(name, "DestroyDevice"))

Completed in 278 milliseconds