Lines Matching defs:waits
172 const struct vk_sync_wait *waits,
179 VkResult result = sync_has_sync_file(device, waits[i].sync);
192 VkResult result = sync_has_sync_file(device, waits[i].sync);
210 const struct vk_sync_wait *waits,
215 !(waits[0].sync->type->features & VK_SYNC_FEATURE_TIMELINE)) {
220 return spin_wait_for_sync_file(device, wait_count, waits,
236 if (waits[i].sync->flags & VK_SYNC_IS_TIMELINE) {
237 if (waits[i].wait_value == 0)
243 handles[j] = to_drm_syncobj(waits[i].sync)->syncobj;
244 wait_values[j] = waits[i].wait_value;