Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/compiler/
Daco_scheduler.cpp530 int max_moves = SMEM_MAX_MOVES; in schedule_SMEM() local
544 …for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int) idx - window_size; candid… in schedule_SMEM()
595 …for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int) idx + window_size; candid… in schedule_SMEM()
660 int max_moves = VMEM_MAX_MOVES; in schedule_VMEM() local
673 …for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int) idx - window_size; candid… in schedule_VMEM()
739 …for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int) idx + window_size; candid… in schedule_VMEM()
800 int max_moves = POS_EXP_MAX_MOVES; in schedule_position_export() local
809 …for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int) idx - window_size; candid… in schedule_position_export()