Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanFunctions.cpp285 GET_DEVICE_PROC(ResetDescriptorPool); in LoadDeviceProcs()
DVulkanFunctions.h262 PFN_vkResetDescriptorPool ResetDescriptorPool = nullptr; member
/third_party/vulkan-loader/loader/generated/
Dvk_layer_dispatch_table.h354 PFN_vkResetDescriptorPool ResetDescriptorPool; member
Dvk_loader_extensions.c404 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool)gpa(dev, "vkResetDescriptorPool"); in loader_init_device_dispatch_table()
1463 if (!strcmp(name, "ResetDescriptorPool")) return (void *)table->ResetDescriptorPool; in loader_lookup_device_dispatch_table()
Dvk_dispatch_table_helper.h490 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/skia/src/gpu/vk/
DGrVkInterface.cpp108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/
Dtrampoline.c1681 return disp->ResetDescriptorPool(device, descriptorPool, flags); in vkResetDescriptorPool()