Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/vk/
DGrVkDescriptorPool.cpp34 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
/external/skia/src/gpu/graphite/vk/
DVulkanDescriptorPool.cpp62 CreateDescriptorPool(context->device(), in Make()
/external/mesa3d/docs/relnotes/
D24.1.5.rst83 - venus: initialize bitset in CreateDescriptorPool()
D24.2.0.rst1490 - venus: initialize bitset in CreateDescriptorPool()
D24.3.0.rst1922 - venus: initialize bitset in CreateDescriptorPool()
/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h296 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dvk_dispatch_table_helper.h456 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
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()
Dchassis.cpp2407 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool( in CreateDescriptorPool() function
9340 {"vkCreateDescriptorPool", {false, (void*)CreateDescriptorPool}},
Dchassis.h464 VKAPI_ATTR VkResult VKAPI_CALL CreateDescriptorPool(
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h126 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
498 proc_table->CreateDescriptorPool = VN_GDPA(dev, vkCreateDescriptorPool); in vn_util_init_device_proc_table()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp112 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in VulkanInterface()
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_descriptor_set.c223 panvk_per_arch(CreateDescriptorPool)( in panvk_per_arch() argument
/external/mesa3d/src/gallium/drivers/zink/
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()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1499 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()