Searched refs:DestroyQueryPool (Results 1 - 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | FencedDeleter.cpp | 173 mDevice->fn.DestroyQueryPool(vkDevice, pool, nullptr); in Tick()
|
H A D | VulkanFunctions.h | 232 PFN_vkDestroyQueryPool DestroyQueryPool = nullptr; member
|
H A D | VulkanFunctions.cpp | 255 GET_DEVICE_PROC(DestroyQueryPool); in LoadDeviceProcs()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 80 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 336 PFN_vkDestroyQueryPool DestroyQueryPool; member
|
H A D | vk_dispatch_table_helper.h | 70 table->DestroyQueryPool = (PFN_vkDestroyQueryPool)gpa(device, "vkDestroyQueryPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 367 table->DestroyQueryPool = (PFN_vkDestroyQueryPool)gpa(dev, "vkDestroyQueryPool"); in loader_init_device_dispatch_table() 1686 if (!strcmp(name, "DestroyQueryPool")) { in loader_lookup_device_dispatch_table() 1688 return (void *)table->DestroyQueryPool; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 240 void genX(DestroyQueryPool)( in DestroyQueryPool() function
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A 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/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 140 VKSCR(DestroyQueryPool)(screen->dev, pool->query_pool, NULL); in zink_context_destroy_query_pools()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 70 table->DestroyQueryPool = (PFN_vkDestroyQueryPool)gpa(device, "vkDestroyQueryPool"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1481 disp->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()
|
Completed in 53 milliseconds