Searched refs:CreateQueryPool (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | QuerySetVk.cpp | 90 device->fn.CreateQueryPool(device->GetVkDevice(), &createInfo, nullptr, &*mHandle), in Initialize()
|
D | VulkanFunctions.cpp | 237 GET_DEVICE_PROC(CreateQueryPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 214 PFN_vkCreateQueryPool CreateQueryPool = nullptr; member
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 325 PFN_vkCreateQueryPool CreateQueryPool; member
|
D | vk_loader_extensions.c | 375 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()
|
D | vk_dispatch_table_helper.h | 461 table->CreateQueryPool = (PFN_vkCreateQueryPool) gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 79 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 62 VkResult genX(CreateQueryPool)( in genX() argument
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_query.c | 175 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/ |
D | overlay.cpp | 2347 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/ |
D | trampoline.c | 1320 return disp->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
|