Home
last modified time | relevance | path

Searched refs:max_moves (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_scheduler.cpp649 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
663 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_SMEM()
726 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; in schedule_SMEM()
792 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
806 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_VMEM()
900 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; in schedule_VMEM()
964 int max_moves = POS_EXP_MAX_MOVES / ctx.schedule_pos_export_div; in schedule_position_export() local
973 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; in schedule_position_export()