Home
last modified time | relevance | path

Searched refs:FreeDescriptorSets (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h241 PFN_vkFreeDescriptorSets FreeDescriptorSets = nullptr; member
H A DVulkanFunctions.cpp264 GET_DEVICE_PROC(FreeDescriptorSets); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp110 ACQUIRE_PROC(FreeDescriptorSets, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h366 PFN_vkFreeDescriptorSets FreeDescriptorSets; member
H A Dvk_dispatch_table_helper.h100 table->FreeDescriptorSets = (PFN_vkFreeDescriptorSets)gpa(device, "vkFreeDescriptorSets"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c397 table->FreeDescriptorSets = (PFN_vkFreeDescriptorSets)gpa(dev, "vkFreeDescriptorSets"); in loader_init_device_dispatch_table()
1806 if (!strcmp(name, "FreeDescriptorSets")) { in loader_lookup_device_dispatch_table()
1808 return (void *)table->FreeDescriptorSets; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h100 table->FreeDescriptorSets = (PFN_vkFreeDescriptorSets)gpa(device, "vkFreeDescriptorSets"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1856 return disp->FreeDescriptorSets(device, descriptorPool, descriptorSetCount, pDescriptorSets); in vkFreeDescriptorSets()

Completed in 33 milliseconds