Searched refs:CreateDescriptorPool (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/src/gpu/vk/ |
| D | GrVkDescriptorPool.cpp | 33 GR_VK_CALL_RESULT(gpu, result, CreateDescriptorPool(gpu->device(), &createInfo, nullptr, in Create()
|
| D | GrVkInterface.cpp | 106 ACQUIRE_PROC(CreateDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
| D | DescriptorSetAllocator.cpp | 150 DAWN_TRY(CheckVkSuccess(device->fn.CreateDescriptorPool(device->GetVkDevice(), &createInfo, in AllocateDescriptorPool()
|
| D | VulkanFunctions.cpp | 227 GET_DEVICE_PROC(CreateDescriptorPool); in LoadDeviceProcs()
|
| D | VulkanFunctions.h | 204 PFN_vkCreateDescriptorPool CreateDescriptorPool = nullptr; member
|
| /third_party/vulkan-loader/loader/generated/ |
| D | vk_layer_dispatch_table.h | 352 PFN_vkCreateDescriptorPool CreateDescriptorPool; member
|
| D | vk_loader_extensions.c | 402 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()
|
| D | vk_dispatch_table_helper.h | 488 … table->CreateDescriptorPool = (PFN_vkCreateDescriptorPool) gpa(device, "vkCreateDescriptorPool"); in layer_init_device_dispatch_table()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_descriptors_lazy.c | 379 VkResult result = VKSCR(CreateDescriptorPool)(screen->dev, &dpci, 0, &pool); in create_pool()
|
| 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()
|
| /third_party/mesa3d/src/vulkan/overlay-layer/ |
| D | overlay.cpp | 1468 VK_CHECK(device_data->vtable.CreateDescriptorPool(device_data->device, in setup_swapchain_data_pipeline()
|
| /third_party/vulkan-loader/loader/ |
| D | trampoline.c | 1657 return disp->CreateDescriptorPool(device, pCreateInfo, pAllocator, pDescriptorPool); in vkCreateDescriptorPool()
|