Searched refs:ResetDescriptorPool (Results 1 – 7 of 7) sorted by relevance
285 GET_DEVICE_PROC(ResetDescriptorPool); in LoadDeviceProcs()
262 PFN_vkResetDescriptorPool ResetDescriptorPool = nullptr; member
354 PFN_vkResetDescriptorPool ResetDescriptorPool; member
404 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()
490 table->ResetDescriptorPool = (PFN_vkResetDescriptorPool) gpa(device, "vkResetDescriptorPool"); in layer_init_device_dispatch_table()
108 ACQUIRE_PROC(ResetDescriptorPool, VK_NULL_HANDLE, device); in GrVkInterface()
1681 return disp->ResetDescriptorPool(device, descriptorPool, flags); in vkResetDescriptorPool()