Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr300_fragprog_emit.c171 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()
Dradeon_code.h31 #define R300_PFS_NUM_TEMP_REGS 32 macro