Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_assembler.cpp409 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()
H A Dsfn_alu_defines.h19 static const int g_clause_local_start = 124; variable
H A Dsfn_ra.cpp265 int color = g_clause_local_start; in scalar_clause_local_allocation()