Searched defs:i915_emit_arith (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc_emit.c112 i915_emit_arith(struct i915_fp_compile * p, function
150 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0,
224 i915_emit_arith( p, A0_MOV,
239 i915_emit_arith( p, A0_MOV, dest, destmask, 0, tmp, 0, 0 );
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_program.c140 i915_emit_arith(struct i915_fragment_program * p, function
178 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0,
233 i915_emit_arith( p, A0_MOV, swizCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0 );
243 i915_emit_arith( p, A0_MOV, dest, destmask, 0, tmp, 0, 0 );
263 i915_emit_arith(p, A0_MOV, tmpCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0);

Completed in 266 milliseconds