/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_emit.c | 461 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_X, dst_reg, t1x_reg, 0, 0); 462 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Y, dst_reg, t1y_reg, 0, 0); 463 emit_instruction(i915, A0_EXP, dst_mask & A0_DEST_CHANNEL_Z, dst_reg, t1z_reg, 0, 0);
|
i915_fpc_translate.c | 651 A0_EXP, 725 i915_emit_arith(p, A0_EXP, tmp, A0_DEST_CHANNEL_Y, 0, 812 A0_EXP, [all...] |
i915_reg.h | 559 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */ [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_fragprog.c | 564 A0_EXP, 642 i915_emit_arith(p, A0_EXP, tmp, A0_DEST_CHANNEL_Y, 0, 727 A0_EXP, [all...] |
i915_reg.h | 431 #define A0_EXP (0xb<<24) /* dst.xyzw = exp2(src0.replicate_swizzle) */
|