Home
last modified time | relevance | path

Searched refs:FreeDescriptorSets (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp264 GET_DEVICE_PROC(FreeDescriptorSets); in LoadDeviceProcs()
DVulkanFunctions.h241 PFN_vkFreeDescriptorSets FreeDescriptorSets = nullptr; member
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp110 ACQUIRE_PROC(FreeDescriptorSets, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h356 PFN_vkFreeDescriptorSets FreeDescriptorSets; member
Dvk_loader_extensions.c406 table->FreeDescriptorSets = (PFN_vkFreeDescriptorSets)gpa(dev, "vkFreeDescriptorSets"); in loader_init_device_dispatch_table()
1465 if (!strcmp(name, "FreeDescriptorSets")) return (void *)table->FreeDescriptorSets; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h492 table->FreeDescriptorSets = (PFN_vkFreeDescriptorSets) gpa(device, "vkFreeDescriptorSets"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
Dtrampoline.c1707 return disp->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); in vkFreeDescriptorSets()