Searched refs:DestroyQueryPool (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
D | vk_layer.h | 71 PFN_vkDestroyQueryPool DestroyQueryPool; member
|
/external/vulkan-validation-layers/loader/ |
D | table_ops.h | 97 table->DestroyQueryPool = in loader_init_device_dispatch_table() 365 return (void *)table->DestroyQueryPool; in loader_lookup_device_dispatch_table()
|
D | trampoline.c | 1279 disp->DestroyQueryPool(device, queryPool, pAllocator);
|
/external/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 100 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker.cpp | 1024 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocat… in DestroyQueryPool() function 1038 … get_dispatch_table(ot_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool() 3830 return (PFN_vkVoidFunction)DestroyQueryPool; in InterceptCoreDeviceCommand()
|
D | parameter_validation.cpp | 2324 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocat… in DestroyQueryPool() function 2332 … get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool() 5322 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)}, in intercept_core_device_command()
|
D | core_validation.cpp | 5467 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { in DestroyQueryPool() function 5481 dev_data->dispatch_table.DestroyQueryPool(device, queryPool, pAllocator); in DestroyQueryPool() 11946 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)}, in intercept_core_device_command()
|
/external/vulkan-validation-layers/tests/layers/ |
D | wrap_objects.cpp | 421 device_dispatch_table(device)->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
|