Home
last modified time | relevance | path

Searched refs:A0_DEST_CHANNEL_ALL (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c72 A0_DEST_CHANNEL_ALL |
522 flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
672 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
687 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
715 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
752 flags & A0_DEST_CHANNEL_ALL, 0, src1, src0, src2); in i915_translate_instruction()
775 tmp, flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
861 tmp, A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
877 tmp1, A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
913 tmp, A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
[all …]
Di915_debug_fp.c237 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) in print_dest_reg()
294 print_dest_reg(stream, program[0] | A0_DEST_CHANNEL_ALL); in print_tex_op()
327 program[0] | A0_DEST_CHANNEL_ALL); in print_dcl_op()
Di915_fpc_emit.c150 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, in i915_emit_arith()
226 tempReg, A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ in i915_emit_texld()
236 if (destmask != A0_DEST_CHANNEL_ALL) { in i915_emit_texld()
239 i915_emit_texld( p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode, num_coord ); in i915_emit_texld()
Di915_state_emit.c446 int dst_mask = program[0] & A0_DEST_CHANNEL_ALL; in emit_srgb_fixup()
456 emit_instruction(i915, A0_MAD, A0_DEST_CHANNEL_ALL, t1_reg, dst_reg, cst0_reg, cst1_reg); in emit_srgb_fixup()
460 emit_instruction(i915, A0_MUL, A0_DEST_CHANNEL_ALL, t1_reg, t1_reg, cst2_reg, 0); in emit_srgb_fixup()
509 A0_DEST_CHANNEL_ALL | in emit_program()
Di915_reg.h578 #define A0_DEST_CHANNEL_ALL (0xf<<10) macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c222 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) in print_dest_reg()
277 print_dest_reg(program[0] | A0_DEST_CHANNEL_ALL); in print_tex_op()
294 print_dest_reg(program[0] | A0_DEST_CHANNEL_ALL); in print_dcl_op()
Di915_program.c178 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, in i915_emit_arith()
233 i915_emit_arith( p, A0_MOV, swizCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0 ); in i915_emit_texld()
240 if (destmask != A0_DEST_CHANNEL_ALL) { in i915_emit_texld()
242 i915_emit_texld( p, 0, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, op ); in i915_emit_texld()
263 i915_emit_arith(p, A0_MOV, tmpCoord, A0_DEST_CHANNEL_ALL, 0, coord, 0, 0); in i915_emit_texld()
Di915_fragprog.c390 A0_DEST_CHANNEL_ALL, 0, in upload_program()
587 tmp, A0_DEST_CHANNEL_ALL, /* use a dummy dest reg */ in upload_program()
599 tmp, A0_DEST_CHANNEL_ALL, in upload_program()
632 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
669 flags & A0_DEST_CHANNEL_ALL, 0, src1, src0, src2); in upload_program()
692 tmp, flags & A0_DEST_CHANNEL_ALL, 0, in upload_program()
774 tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
788 tmp1, A0_DEST_CHANNEL_ALL, 0, in upload_program()
1073 tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
Di915_reg.h450 #define A0_DEST_CHANNEL_ALL (0xf<<10) macro