Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DVulkanFunctions.h262 PFN_vkResetDescriptorPool ResetDescriptorPool = nullptr; member
H A DVulkanFunctions.cpp285 GET_DEVICE_PROC(ResetDescriptorPool); in LoadDeviceProcs()
/third_party/skia/src/gpu/vk/
H A DGrVkInterface.cpp108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
/third_party/vulkan-loader/loader/generated/
H A Dvk_layer_dispatch_table.h364 PFN_vkResetDescriptorPool ResetDescriptorPool; member
H A Dvk_dispatch_table_helper.h98 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool)gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
H A Dvk_loader_extensions.c395 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool)gpa(dev, "vkResetDescriptorPool"); in loader_init_device_dispatch_table()
1798 if (!strcmp(name, "ResetDescriptorPool")) { in loader_lookup_device_dispatch_table()
1800 return (void *)table->ResetDescriptorPool; in loader_lookup_device_dispatch_table()
/third_party/vulkan-loader/tests/framework/layer/
H A Dvk_dispatch_table_helper.h98 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool)gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
/third_party/vulkan-loader/loader/
H A Dtrampoline.c1830 return disp->ResetDescriptorPool(device, descriptorPool, flags); in vkResetDescriptorPool()

Completed in 33 milliseconds