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

/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h71 PFN_vkDestroyQueryPool DestroyQueryPool; member in struct:VkLayerDispatchTable_
/external/skia/src/gpu/vk/
H A DGrVkInterface.cpp72 GET_DEV_PROC(DestroyQueryPool);
/external/vulkan-validation-layers/loader/
H A Dtable_ops.h97 table->DestroyQueryPool =
364 if (!strcmp(name, "DestroyQueryPool"))
365 return (void *)table->DestroyQueryPool;
H A Dtrampoline.c1279 disp->DestroyQueryPool(device, queryPool, pAllocator);
/external/vulkan-validation-layers/layers/
H A Dobject_tracker.cpp1024 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 Dparameter_validation.cpp2324 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 Dcore_validation.cpp5467 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 Dwrap_objects.cpp421 device_dispatch_table(device)->DestroyQueryPool(device, queryPool, pAllocator);
1241 if (!strcmp(name, "DestroyQueryPool"))

Completed in 158 milliseconds