Searched refs:CreateDescriptorPool (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkDescriptorPool.cpp | 33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
|
H A D | GrVkInterface.cpp | 106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/ffmpeg/libavutil/ |
H A D | vulkan_functions.h | 140 MACRO(1, 1, FF_VK_EXT_NO_FLAG, CreateDescriptorPool) \
|
H A D | vulkan.c | 1133 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 D | DescriptorSetAllocator.cpp | 150 DAWN_TRY(CheckVkSuccess(device->fn.CreateDescriptorPool(device->GetVkDevice(), &createInfo, in AllocateDescriptorPool() 152 "CreateDescriptorPool")); in AllocateDescriptorPool()
|
H A D | VulkanFunctions.h | 204 PFN_vkCreateDescriptorPool CreateDescriptorPool = nullptr; member
|
H A D | VulkanFunctions.cpp | 227 GET_DEVICE_PROC(CreateDescriptorPool); in LoadDeviceProcs()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 362 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
|
H A D | vk_dispatch_table_helper.h | 96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 393 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 D | zink_descriptors.c | 335 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 D | zink_descriptors_lazy.c | 379 VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool); in create_pool()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 96 table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool)gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 1468 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 1806 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
|
Completed in 49 milliseconds