Searched refs:g_clause_local_start (Results 1 – 3 of 3) sorted by relevance
409 if (alu.dst.sel >= g_clause_local_start && alu.dst.sel < g_clause_local_end) { in emit_alu_op()410 int clidx = 4 * (alu.dst.sel - g_clause_local_start) + alu.dst.chan; in emit_alu_op()1247 if (s.sel() >= g_clause_local_start && s.sel() < g_clause_local_end ) { in copy_src()1249 int clidx = 4 * (s.sel() - g_clause_local_start) + s.chan(); in copy_src()
19 static const int g_clause_local_start = 124; variable
265 int color = g_clause_local_start; in scalar_clause_local_allocation()