Lines Matching refs:wait_count
99 sync_info->wait_count,
142 unsigned wait_count = 0;
149 waits[wait_count] = (struct vk_sync_wait){
152 wait_count++;
156 VkResult result = vk_sync_wait_many(&job->device->vk, wait_count, waits,
591 n_syncs = sync_info->wait_count;
811 for (int i = 0; !needs_bcl_sync && i < sync_info->wait_count; i++) {
881 const bool needs_sync = sync_info->wait_count || job->serialize;
948 const bool needs_sync = sync_info->wait_count || job->serialize;
1076 .wait_count = submit->wait_count,
1085 result = process_waits(queue, sync_info.wait_count, sync_info.waits);