/external/mesa3d/src/mesa/drivers/dri/i915/ |
i915_debug_fp.c | 222 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) 277 print_dest_reg(program[0] | A0_DEST_CHANNEL_ALL); 294 print_dest_reg(program[0] | A0_DEST_CHANNEL_ALL);
|
i915_program.c | 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 ); 240 if (destmask != A0_DEST_CHANNEL_ALL) { 242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op ); 263 i915_emit_arith(p, A0_MOV, tmpCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0);
|
i915_fragprog.c | 390 A0_DEST_CHANNEL_ALL, 0, 587 tmp, A0_DEST_CHANNEL_ALL, /* use a dummy dest reg */ 599 tmp, A0_DEST_CHANNEL_ALL, 632 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, 669 flags & A0_DEST_CHANNEL_ALL, 0, src1, src0, src2); 692 tmp, flags & A0_DEST_CHANNEL_ALL, 0, 774 tmp, A0_DEST_CHANNEL_ALL, 0, 788 tmp1, A0_DEST_CHANNEL_ALL, 0, 1073 tmp, A0_DEST_CHANNEL_ALL, 0, [all...] |
i915_reg.h | 450 #define A0_DEST_CHANNEL_ALL (0xf<<10)
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_fpc_translate.c | 72 A0_DEST_CHANNEL_ALL | 522 flags & A0_DEST_CHANNEL_ALL, 0, 672 A0_DEST_CHANNEL_ALL, /* dest writemask */ 687 A0_DEST_CHANNEL_ALL, /* dest writemask */ 715 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, 752 flags & A0_DEST_CHANNEL_ALL, 0, src1, src0, src2); 775 tmp, flags & A0_DEST_CHANNEL_ALL, 0, 861 tmp, A0_DEST_CHANNEL_ALL, 0, 877 tmp1, A0_DEST_CHANNEL_ALL, 0, 913 tmp, A0_DEST_CHANNEL_ALL, 0 [all...] |
i915_debug_fp.c | 237 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) 294 print_dest_reg(stream, program[0] | A0_DEST_CHANNEL_ALL); 327 program[0] | A0_DEST_CHANNEL_ALL);
|
i915_fpc_emit.c | 150 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, 226 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ 236 if (destmask != A0_DEST_CHANNEL_ALL) { 239 i915_emit_texld( p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode, num_coord );
|
i915_state_emit.c | 446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL; 456 emit_instruction(i915, A0_MAD, A0_DEST_CHANNEL_ALL, t1_reg, dst_reg, cst0_reg, cst1_reg); 460 emit_instruction(i915, A0_MUL, A0_DEST_CHANNEL_ALL, t1_reg, t1_reg, cst2_reg, 0); 509 A0_DEST_CHANNEL_ALL |
|
i915_reg.h | 578 #define A0_DEST_CHANNEL_ALL (0xf<<10) [all...] |