Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/vk/
DGrVkDescriptorPool.cpp33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
DGrVkInterface.cpp106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp150 DAWN_TRY(CheckVkSuccess(device->fn.CreateDescriptorPool(device->GetVkDevice(), &createInfo, in AllocateDescriptorPool()
DVulkanFunctions.cpp227 GET_DEVICE_PROC(CreateDescriptorPool); in LoadDeviceProcs()
DVulkanFunctions.h204 PFN_vkCreateDescriptorPool CreateDescriptorPool = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h352 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
Dvk_loader_extensions.c402 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(dev, "vkCreateDescriptorPool"); in loader_init_device_dispatch_table()
1461 if (!strcmp(name, "CreateDescriptorPool")) return (void *)table->CreateDescriptorPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h488 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors_lazy.c379 VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool); in create_pool()
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()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1468 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()
/third_party/vulkan-loader/loader/
Dtrampoline.c1657 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()