Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/compiler/
H A Daco_scheduler.cpp127 int last_SMEM_dep_idx; member
671 idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx;
716 if (candidate_idx < ctx.last_SMEM_dep_idx)
782 ctx.last_SMEM_dep_idx = found_dependency ? up_cursor.insert_idx : 0;
819 idx <= ctx.last_SMEM_dep_idx && candidate_idx < ctx.last_SMEM_dep_idx;
891 if (candidate_idx < ctx.last_SMEM_dep_idx)
1008 ctx.last_SMEM_dep_idx = 0;

Completed in 2 milliseconds