Searched refs:up_cursor (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp719 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, false); local in function:aco::schedule_SMEM
725 assert(candidate_idx == up_cursor.source_idx);
733 bool is_dependency = !found_dependency && !ctx.mv.upwards_check_deps(up_cursor);
750 ctx.mv.upwards_update_insert_idx(up_cursor);
761 ctx.mv.upwards_skip(up_cursor);
765 MoveResult res = ctx.mv.upwards_move(up_cursor);
771 ctx.mv.upwards_skip(up_cursor);
779 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0;
893 UpwardsCursor up_cursor = ctx.mv.upwards_init(idx + 1, true); local in function:aco::schedule_VMEM
899 assert(candidate_idx == up_cursor
[all...]

Completed in 4 milliseconds