Home
last modified time | relevance | path

Searched refs:CreateDescriptorPool (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkDescriptorPool.cpp34 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanDescriptorPool.cpp61 CreateDescriptorPool(context->device(), in Make()
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h131 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
H A Dapi_gen.cpp258 INIT_PROC(true, dev, CreateDescriptorPool); in InitDispatchTable()
491 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
896 { "vkCreateDescriptorPool", reinterpret_cast<PFN_vkVoidFunction>(CreateDescriptorPool) }, in GetInstanceProcAddr()
1289 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate… in CreateDescriptorPool() function
1290 …return GetData(device).dispatch.CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorP… in CreateDescriptorPool()
2381 return vulkan::api::CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_util.h126 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
498 proc_table->CreateDescriptorPool = VN_GDPA(dev, vkCreateDescriptorPool); in vn_util_init_device_proc_table()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h296 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
H A Dvk_dispatch_table_helper.h456 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
H A Dlayer_chassis_dispatch.cpp2216 …if (!wrap_handles) return layer_data->device_dispatch_table.CreateDescriptorPool(device, pCreateIn… in DispatchCreateDescriptorPool()
2217 …VkResult result = layer_data->device_dispatch_table.CreateDescriptorPool(device, pCreateInfo, pAll… in DispatchCreateDescriptorPool()
H A Dchassis.cpp2407 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool( in CreateDescriptorPool() function
9340 {"vkCreateDescriptorPool", {false, (void*)CreateDescriptorPool}},
H A Dchassis.h464 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D24.1.5.rst83 - venus: initialize bitset in CreateDescriptorPool()
H A D24.2.0.rst1490 - venus: initialize bitset in CreateDescriptorPool()
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp170 …interpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateDescriptorPool>(CreateDescriptorPool))},
H A Dnull_driver_gen.h110 VKAPI_ATTR VkResult CreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCreate…
H A Dnull_driver.cpp1003 VkResult CreateDescriptorPool(VkDevice device, in CreateDescriptorPool() function
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set.c230 panvk_per_arch(CreateDescriptorPool)( in panvk_per_arch() argument
/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanInterface.cpp112 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in VulkanInterface()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c840 VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool), in create_pool()
1756 … VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &ctx->dd.t.bindless_pool); in zink_descriptors_init_bindless()
/aosp_15_r20/external/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1489 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()