Searched refs:max_temp_idx (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h236 int max_temp_idx; member in struct:r500_fragment_program_code
H A Dr500_fragprog_emit.c196 if (index > code->max_temp_idx)
197 code->max_temp_idx = index;
634 code->max_temp_idx = 1;
655 if (code->max_temp_idx >= compiler->Base.max_temp_regs)
682 if (code->max_temp_idx < 1)
683 code->max_temp_idx = 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_code.h236 int max_temp_idx; member in struct:r500_fragment_program_code
H A Dr500_fragprog_emit.c198 if (index > code->max_temp_idx)
199 code->max_temp_idx = index;
636 code->max_temp_idx = 1;
657 if (code->max_temp_idx >= compiler->Base.max_temp_regs)
684 if (code->max_temp_idx < 1)
685 code->max_temp_idx = 1;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_fs.c260 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_fs.c260 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx);

Completed in 15 milliseconds