Home
last modified time | relevance | path

Searched refs:CreateQueryPool (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DQuerySetVk.cpp90 device->fn.CreateQueryPool(device->GetVkDevice(), &createInfo, nullptr, &*mHandle), in Initialize()
DVulkanFunctions.cpp237 GET_DEVICE_PROC(CreateQueryPool); in LoadDeviceProcs()
DVulkanFunctions.h214 PFN_vkCreateQueryPool CreateQueryPool = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h325 PFN_vkCreateQueryPool CreateQueryPool; member
Dvk_loader_extensions.c375 table->CreateQueryPool = (PFN_vkCreateQueryPool)gpa(dev, "vkCreateQueryPool"); in loader_init_device_dispatch_table()
1434 if (!strcmp(name, "CreateQueryPool")) return (void *)table->CreateQueryPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h461 table->CreateQueryPool = (PFN_vkCreateQueryPool) gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp79 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/src/intel/vulkan/
DgenX_query.c62 VkResult genX(CreateQueryPool)( in genX() argument
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c175 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &new_pool->query_pool); in find_or_allocate_qp()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2347 VK_CHECK(device_data->vtable.CreateQueryPool(device_data->device, &pool_info, in overlay_AllocateCommandBuffers()
2359 VK_CHECK(device_data->vtable.CreateQueryPool(device_data->device, &pool_info, in overlay_AllocateCommandBuffers()
/third_party/vulkan-loader/loader/
Dtrampoline.c1320 return disp->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()