Searched defs:candidate_idx (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ | ||
| H A D | aco_scheduler.cpp | 661 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_SMEM 723 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (in local in function:aco::schedule_SMEM 803 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_VMEM 897 for (int candidate_idx = idx + 1; k < max_moves && candidate_idx < (int)idx + window_size; local in function:aco::schedule_VMEM 970 for (int candidate_idx = idx - 1; k < max_moves && candidate_idx > (int)idx - window_size; local in function:aco::schedule_position_export [all...] |
Completed in 3 milliseconds