Home
last modified time | relevance | path

Searched refs:AllocateDescriptorSets (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp165 CheckVkSuccess(device->fn.AllocateDescriptorSets(device->GetVkDevice(), &allocateInfo, in AllocateDescriptorPool()
DVulkanFunctions.cpp174 GET_DEVICE_PROC(AllocateDescriptorSets); in LoadDeviceProcs()
DVulkanFunctions.h151 PFN_vkAllocateDescriptorSets AllocateDescriptorSets = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkDescriptorSetManager.cpp347 GR_VK_CALL_RESULT(gpu, result, AllocateDescriptorSets(gpu->device(), in getNewDescriptorSet()
DGrVkInterface.cpp109 ACQUIRE_PROC(AllocateDescriptorSets, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/mesa3d/docs/relnotes/
D22.2.1.rst131 - anv: clear descriptorsets if AllocateDescriptorSets fails
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h355 PFN_vkAllocateDescriptorSets AllocateDescriptorSets; member
Dvk_loader_extensions.c405 …table->AllocateDescriptorSets = (PFN_vkAllocateDescriptorSets)gpa(dev, "vkAllocateDescriptorSets"); in loader_init_device_dispatch_table()
1464 if (!strcmp(name, "AllocateDescriptorSets")) return (void *)table->AllocateDescriptorSets; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h491 …table->AllocateDescriptorSets = (PFN_vkAllocateDescriptorSets) gpa(device, "vkAllocateDescriptorSe… in layer_init_device_dispatch_table()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_descriptor_set.c350 panvk_per_arch(AllocateDescriptorSets)(VkDevice _device, in panvk_per_arch() argument
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_descriptors.c630 VkResult result = VKSCR(AllocateDescriptorSets)(screen->dev, &dsai, sets); in zink_descriptor_util_alloc_sets()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp1493 VK_CHECK(device_data->vtable.AllocateDescriptorSets(device_data->device, in setup_swapchain_data_pipeline()
/third_party/vulkan-loader/loader/
Dtrampoline.c1694 return disp->AllocateDescriptorSets(device, pAllocateInfo, pDescriptorSets); in vkAllocateDescriptorSets()