Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h103 PFN_vkCreateQueryPool CreateQueryPool; member
H A Dapi_gen.cpp230 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 Dvn_protocol_renderer_util.h138 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 Dvk_layer_dispatch_table.h269 PFN_vkCreateQueryPool CreateQueryPool; member
H A Dvk_dispatch_table_helper.h429 table->CreateQueryPool = (PFN_vkCreateQueryPool) gpa(device, "vkCreateQueryPool"); in layer_init_device_dispatch_table()
H A Dlayer_chassis_dispatch.cpp1702 …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 Dchassis.cpp1874 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool( in CreateQueryPool() function
9313 {"vkCreateQueryPool", {false, (void*)CreateQueryPool}},
H A Dchassis.h305 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool(
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp184 …yPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateQueryPool>(CreateQueryPool))},
H A Dnull_driver_gen.h82 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, cons…
H A Dnull_driver.cpp1100 VkResult CreateQueryPool(VkDevice device, in CreateQueryPool() function
/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanInterface.cpp85 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device); in VulkanInterface()
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A DgenX_query.c62 VkResult genX(CreateQueryPool)( in genX() argument
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp2378 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 Dzink_query.c212 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 DgenX_query.c75 VkResult genX(CreateQueryPool)( in genX() argument