Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp173 GET_DEVICE_PROC(DestroyQueryPool); in LoadDeviceProcs()
DVulkanFunctions.h169 PFN_vkDestroyQueryPool DestroyQueryPool = nullptr; member
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DFencedDeleter.cpp173 mDevice->fn.DestroyQueryPool(vkDevice, pool, nullptr); in Tick()
DVulkanFunctions.cpp255 GET_DEVICE_PROC(DestroyQueryPool); in LoadDeviceProcs()
DVulkanFunctions.h232 PFN_vkDestroyQueryPool DestroyQueryPool = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp80 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h326 PFN_vkDestroyQueryPool DestroyQueryPool; member
Dvk_loader_extensions.c376 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()
Dvk_dispatch_table_helper.h468 table->DestroyQueryPool = (PFN_vkDestroyQueryPool) gpa(device, "vkDestroyQueryPool"); in layer_init_device_dispatch_table()
/third_party/flutter/skia/src/gpu/vk/
DGrVkInterface.cpp80 ACQUIRE_PROC(DestroyQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c240 void genX(DestroyQueryPool)( in genX() argument
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c140 VKSCR(DestroyQueryPool)(screen->dev, pool->query_pool, NULL); in zink_context_destroy_query_pools()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2395 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/
Dtrampoline.c1332 disp->DestroyQueryPool(device, queryPool, pAllocator); in vkDestroyQueryPool()