Searched refs:R300_PFS_NUM_TEMP_REGS (Results 1 – 2 of 2) sorted by relevance
173 if (inst->RGB.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) in emit_alu()180 if (inst->Alpha.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) in emit_alu()250 if (inst->RGB.DestIndex >= R300_PFS_NUM_TEMP_REGS) in emit_alu()265 if (inst->Alpha.DestIndex >= R300_PFS_NUM_TEMP_REGS) in emit_alu()466 | (inst->U.I.SrcReg[0].Index >= R300_PFS_NUM_TEMP_REGS ? in emit_tex()468 | (dest >= R300_PFS_NUM_TEMP_REGS ? in emit_tex()548 if (code->pixsize >= R300_PFS_NUM_TEMP_REGS in r300BuildFragmentProgramHwCode()
31 #define R300_PFS_NUM_TEMP_REGS 32 macro