Searched refs:ResetDescriptorPool (Results 1 – 11 of 11) sorted by relevance
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkDescriptorPool.cpp | 44 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), ResetDescriptorPool(gpu->device(), fDescPool, 0)); in reset()
|
D | GrVkInterface.cpp | 108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 203 GET_DEVICE_PROC(ResetDescriptorPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 199 PFN_vkResetDescriptorPool ResetDescriptorPool = nullptr; member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | VulkanFunctions.cpp | 285 GET_DEVICE_PROC(ResetDescriptorPool); in LoadDeviceProcs()
|
D | VulkanFunctions.h | 262 PFN_vkResetDescriptorPool ResetDescriptorPool = nullptr; member
|
/third_party/skia/src/gpu/vk/ |
D | GrVkInterface.cpp | 108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
D | vk_layer_dispatch_table.h | 354 PFN_vkResetDescriptorPool ResetDescriptorPool; member
|
D | vk_loader_extensions.c | 404 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool)gpa(dev, "vkResetDescriptorPool"); in loader_init_device_dispatch_table() 1469 if (!strcmp(name, "ResetDescriptorPool")) return (void *)table->ResetDescriptorPool; in loader_lookup_device_dispatch_table()
|
D | vk_dispatch_table_helper.h | 496 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
D | trampoline.c | 1681 return disp->ResetDescriptorPool(device, descriptorPool, flags); in vkResetDescriptorPool()
|