Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_fragprog_emit.c194 static void use_temporary(struct r500_fragment_program_code* code, unsigned int index) in use_temporary() function
211 use_temporary(code, src.Index); in use_source()
282 use_temporary(code, inst->Alpha.DestIndex); in emit_paired()
283 use_temporary(code, inst->RGB.DestIndex); in emit_paired()
415 use_temporary(code, inst->SrcReg[0].Index); in emit_tex()
417 use_temporary(code, inst->DstReg.Index); in emit_tex()
429 use_temporary(code, inst->SrcReg[1].Index); in emit_tex()
430 use_temporary(code, inst->SrcReg[2].Index); in emit_tex()
Dr300_fragprog_emit.c83 static void use_temporary(struct r300_fragment_program_code *code, unsigned int index) in use_temporary() function
97 use_temporary(code, src.Index); in use_source()
247 use_temporary(code, inst->RGB.DestIndex); in emit_alu()
262 use_temporary(code, inst->Alpha.DestIndex); in emit_alu()
452 use_temporary(code, dest); in emit_tex()
455 use_temporary(code, inst->U.I.SrcReg[0].Index); in emit_tex()