/aosp_15_r20/frameworks/native/vulkan/libvulkan/ |
H A D | api_gen.h | 103 PFN_vkCreateQueryPool CreateQueryPool; member
|
H A D | api_gen.cpp | 230 INIT_PROC(true, dev, CreateQueryPool); in InitDispatchTable() 463 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… 910 { "vkCreateQueryPool", reinterpret_cast<PFN_vkVoidFunction>(CreateQueryPool) }, in GetInstanceProcAddr() 1177 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons… in CreateQueryPool() function 1178 return GetData(device).dispatch.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in CreateQueryPool() 2241 return vulkan::api::CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool); in vkCreateQueryPool()
|
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/ |
H A D | vn_protocol_renderer_util.h | 138 PFN_vkCreateQueryPool CreateQueryPool; member 516 proc_table->CreateQueryPool = VN_GDPA(dev, vkCreateQueryPool); in vn_util_init_device_proc_table()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/ |
H A D | vk_layer_dispatch_table.h | 269 PFN_vkCreateQueryPool CreateQueryPool; member
|
H A D | vk_dispatch_table_helper.h | 429 table->CreateQueryPool = (PFN_vkCreateQueryPool) gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
|
H A D | layer_chassis_dispatch.cpp | 1702 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateQueryPool(device, pCreateInfo, p… in DispatchCreateQueryPool() 1703 …VkResult result = layer_data->device_dispatch_table.CreateQueryPool(device, pCreateInfo, pAllocato… in DispatchCreateQueryPool()
|
H A D | chassis.cpp | 1874 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool( in CreateQueryPool() function 9313 {"vkCreateQueryPool", {false, (void*)CreateQueryPool}},
|
H A D | chassis.h | 305 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool(
|
/aosp_15_r20/frameworks/native/vulkan/nulldrv/ |
H A D | null_driver_gen.cpp | 184 …yPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateQueryPool>(CreateQueryPool))},
|
H A D | null_driver_gen.h | 82 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons…
|
H A D | null_driver.cpp | 1100 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool() function
|
/aosp_15_r20/external/skia/src/gpu/vk/ |
H A D | VulkanInterface.cpp | 85 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device); in VulkanInterface()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/ |
H A D | genX_query.c | 62 VkResult genX(CreateQueryPool)( in genX() argument
|
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2378 VK_CHECK(device_data->vtable.CreateQueryPool(device_data->device, &pool_info, in overlay_AllocateCommandBuffers() 2390 VK_CHECK(device_data->vtable.CreateQueryPool(device_data->device, &pool_info, in overlay_AllocateCommandBuffers()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 212 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &new_pool->query_pool); in find_or_allocate_qp()
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | genX_query.c | 75 VkResult genX(CreateQueryPool)( in genX() argument
|