Searched refs:R300_PFS_NUM_TEMP_REGS (Results 1 – 2 of 2) sorted by relevance
171 if (inst->RGB.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) in emit_alu()178 if (inst->Alpha.Src[j].Index >= R300_PFS_NUM_TEMP_REGS) in emit_alu()248 if (inst->RGB.DestIndex >= R300_PFS_NUM_TEMP_REGS) in emit_alu()263 if (inst->Alpha.DestIndex >= R300_PFS_NUM_TEMP_REGS) in emit_alu()464 | (inst->U.I.SrcReg[0].Index >= R300_PFS_NUM_TEMP_REGS ? in emit_tex()466 | (dest >= R300_PFS_NUM_TEMP_REGS ? in emit_tex()546 if (code->pixsize >= R300_PFS_NUM_TEMP_REGS in r300BuildFragmentProgramHwCode()
31 #define R300_PFS_NUM_TEMP_REGS 32 macro