Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_ra.cpp267 while (color < g_clause_local_end) { in scalar_clause_local_allocation()
284 if (color == g_clause_local_end) in scalar_clause_local_allocation()
H A Dsfn_assembler.cpp409 if (alu.dst.sel >= g_clause_local_start && alu.dst.sel < g_clause_local_end) { in emit_alu_op()
1188 if (write && d.sel() > g_clause_local_end) { in copy_dst()
1247 if (s.sel() >= g_clause_local_start && s.sel() < g_clause_local_end ) { in copy_src()
1267 assert(value.sel() < g_clause_local_end && "Only have 123 reisters + 4 clause local"); in visit()
H A Dsfn_alu_defines.h20 static const int g_clause_local_end = 128; variable