Home
last modified time | relevance | path

Searched refs:R500_PFS_NUM_TEMP_REGS (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c696 s->regs = ra_alloc_reg_set(NULL, R500_PFS_NUM_TEMP_REGS * RC_MASK_XYZW, in rc_init_regalloc_state()
705 for (index = 0; index < R500_PFS_NUM_TEMP_REGS; index++) { in rc_init_regalloc_state()
731 add_register_conflicts(s->regs, R500_PFS_NUM_TEMP_REGS); in rc_init_regalloc_state()
Dradeon_code.h38 #define R500_PFS_NUM_TEMP_REGS 128 macro