Searched refs:DestroyQueryPool (Results 1 – 14 of 14) sorted by relevance
| /third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | VulkanFunctions.cpp | 173 GET_DEVICE_PROC(DestroyQueryPool); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 169 PFN_vkDestroyQueryPool DestroyQueryPool = nullptr; member
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | FencedDeleter.cpp | 173 mDevice->fn.DestroyQueryPool(vkDevice, pool, nullptr); in Tick()
|
| D | VulkanFunctions.cpp | 255 GET_DEVICE_PROC(DestroyQueryPool); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 232 PFN_vkDestroyQueryPool DestroyQueryPool = nullptr; member
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkInterface.cpp | 80 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_layer_dispatch_table.h | 326 PFN_vkDestroyQueryPool DestroyQueryPool; member
|
| D | vk_loader_extensions.c | 376 table->DestroyQueryPool = (PFN_vkDestroyQueryPool)gpa(dev, "vkDestroyQueryPool"); in loader_init_device_dispatch_table() 1441 if (!strcmp(name, "DestroyQueryPool")) return (void *)table->DestroyQueryPool; in loader_lookup_device_dispatch_table()
|
| D | vk_dispatch_table_helper.h | 468 table->DestroyQueryPool = (PFN_vkDestroyQueryPool) gpa(device, "vkDestroyQueryPool"); in layer_init_device_dispatch_table()
|
| /third_party/flutter/skia/src/gpu/vk/ |
| D | GrVkInterface.cpp | 80 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/mesa3d/src/intel/vulkan/ |
| D | genX_query.c | 240 void genX(DestroyQueryPool)( in genX() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_query.c | 140 VKSCR(DestroyQueryPool)(screen->dev, pool->query_pool, NULL); in zink_context_destroy_query_pools()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 2395 device_data->vtable.DestroyQueryPool(device_data->device, in overlay_FreeCommandBuffers() 2403 device_data->vtable.DestroyQueryPool(device_data->device, in overlay_FreeCommandBuffers()
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1332 disp->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
|