HomeSort by relevance Sort by last modified time
    Searched refs:max_temp_idx (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_code.h 240 int max_temp_idx; member in struct:r500_fragment_program_code
r500_fragprog_emit.c 196 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;
  /external/mesa3d/src/gallium/drivers/r300/
r300_fs.c 273 OUT_CB_REG(R500_US_PIXSIZE, code->max_temp_idx);

Completed in 362 milliseconds