Searched refs:tempReg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c219 uint tempReg; local in function:i915_emit_texld
222 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
225 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */
229 /* new src texcoord is tempReg */
230 coord = tempReg;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_emit.c209 uint32_t tempReg; local in function:i915_emit_texld
212 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
214 i915_emit_arith(p, A0_MOV, tempReg,
219 /* new src texcoord is tempReg */
220 coord = tempReg;

Completed in 3 milliseconds