Searched refs:DestroyQueryPool (Results 1 - 8 of 8) sorted by relevance
/external/vulkan-validation-layers/include/vulkan/ |
H A D | vk_layer.h | 71 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:VkLayerDispatchTable_
|
/external/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 72 GET_DEV_PROC(DestroyQueryPool);
|
/external/vulkan-validation-layers/loader/ |
H A D | table_ops.h | 97 table->DestroyQueryPool = 364 if (!strcmp(name, "DestroyQueryPool")) 365 return (void *)table->DestroyQueryPool;
|
H A D | trampoline.c | 1279 disp->DestroyQueryPool(device, queryPool, pAllocator);
|
/external/vulkan-validation-layers/layers/ |
H A D | object_tracker.cpp | 1024 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:object_tracker 1038 get_dispatch_table(ot_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator); 3829 if (!strcmp(name, "DestroyQueryPool")) 3830 return (PFN_vkVoidFunction)DestroyQueryPool;
|
H A D | parameter_validation.cpp | 2324 VKAPI_ATTR void VKAPI_CALL DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in namespace:parameter_validation 2332 get_dispatch_table(pc_device_table_map, device)->DestroyQueryPool(device, queryPool, pAllocator); 5322 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
|
H A D | core_validation.cpp | 5467 DestroyQueryPool(VkDevice device, VkQueryPool queryPool, const VkAllocationCallbacks *pAllocator) { function in struct:core_validation::spirv_inst_iter 5481 dev_data->dispatch_table.DestroyQueryPool(device, queryPool, pAllocator); 11946 {"vkDestroyQueryPool", reinterpret_cast<PFN_vkVoidFunction>(DestroyQueryPool)},
|
/external/vulkan-validation-layers/tests/layers/ |
H A D | wrap_objects.cpp | 421 device_dispatch_table(device)->DestroyQueryPool(device, queryPool, pAllocator); 1241 if (!strcmp(name, "DestroyQueryPool"))
|
Completed in 158 milliseconds