Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
H A DGrVkDescriptorPool.cpp33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
H A DGrVkInterface.cpp106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/ffmpeg/libavutil/
H A Dvulkan_functions.h140 MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateDescriptorPool) \
H A Dvulkan.c1133 ret = vk->CreateDescriptorPool(s->hwctx->act_dev, &pool_create_info, in ff_vk_init_pipeline_layout()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DDescriptorSetAllocator.cpp150 DAWN_TRY(CheckVkSuccess(device->fn.CreateDescriptorPool(device->GetVkDevice(), &createInfo, in AllocateDescriptorPool()
152 "CreateDescriptorPool")); in AllocateDescriptorPool()
H A DVulkanFunctions.h204 PFN_vkCreateDescriptorPool CreateDescriptorPool = nullptr; member
H A DVulkanFunctions.cpp227 GET_DEVICE_PROC(CreateDescriptorPool); in LoadDeviceProcs()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h362 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
H A Dvk_dispatch_table_helper.h96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c393 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(dev, "vkCreateDescriptorPool"); in loader_init_device_dispatch_table()
1790 if (!strcmp(name, "CreateDescriptorPool")) { in loader_lookup_device_dispatch_table()
1792 return (void *)table->CreateDescriptorPool; in loader_lookup_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c335 VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool->descpool); in descriptor_pool_create()
1979 result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &ctx->dd->bindless_pool); in zink_descriptors_init_bindless()
H A Dzink_descriptors_lazy.c379 VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool); in create_pool()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp1468 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1806 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()

Completed in 49 milliseconds