Home
last modified time | relevance | path

Searched refs:DestroyQueryPool (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h71 PFN_vkDestroyQueryPool DestroyQueryPool; member
/external/vulkan-validation-layers/loader/
Dtable_ops.h97 table->DestroyQueryPool = in loader_init_device_dispatch_table()
365 return (void *)table->DestroyQueryPool; in loader_lookup_device_dispatch_table()
Dtrampoline.c1279 disp->DestroyQueryPool(device, queryPool, pAllocator);
/external/skia/src/gpu/vk/
DGrVkInterface.cpp100 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/external/vulkan-validation-layers/layers/
Dobject_tracker.cpp1024 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()
Dparameter_validation.cpp2324 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()
Dcore_validation.cpp5467 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/
Dwrap_objects.cpp421 device_dispatch_table(device)->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()