Searched refs:dep_idx (Results 1 – 1 of 1) sorted by relevance
1308 int dep_idx = w->idx + w->data_deps.list[i]; in alloc_step_batch() local1310 igt_assert(dep_idx >= 0 && dep_idx < w->idx); in alloc_step_batch()1311 igt_assert(wrk->steps[dep_idx].type == BATCH); in alloc_step_batch()1313 w->obj[j].handle = wrk->steps[dep_idx].obj[0].handle; in alloc_step_batch()2660 int dep_idx; in sync_deps() local2667 dep_idx = w->idx + w->data_deps.list[i]; in sync_deps()2669 igt_assert(dep_idx >= 0 && dep_idx < w->idx); in sync_deps()2670 igt_assert(wrk->steps[dep_idx].type == BATCH); in sync_deps()2672 gem_sync(fd, wrk->steps[dep_idx].obj[0].handle); in sync_deps()