Home
last modified time | relevance | path

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

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

Completed in 53 milliseconds