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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_scheduler.cpp127 int last_SMEM_dep_idx; member in struct:aco::sched_ctx
669 idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx;
713 if (candidate_idx < ctx.last_SMEM_dep_idx)
779 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0;
816 idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx;
888 if (candidate_idx < ctx.last_SMEM_dep_idx)
1005 ctx.last_SMEM_dep_idx = 0;

Completed in 3 milliseconds