Searched refs:AGX_NUM_REGS (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/asahi/compiler/
H A Dagx_register_allocate.c96 BITSET_DECLARE(used_regs, AGX_NUM_REGS) = { 0 };
99 for (unsigned i = 0; i < BITSET_WORDS(AGX_NUM_REGS); ++i)
H A Dagx_compiler.h47 #define AGX_NUM_REGS (256) macro
343 BITSET_DECLARE(regs_out, AGX_NUM_REGS);
H A Dagx_compile.c1459 unsigned nir_regalloc = AGX_NUM_REGS - (4 * 2);

Completed in 5 milliseconds