Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_debug_fp.c225 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) in print_dest_reg()
280 print_dest_reg(program[0] | A0_DEST_CHANNEL_ALL); in print_tex_op()
297 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.c401 A0_DEST_CHANNEL_ALL, 0, in upload_program()
598 tmp, A0_DEST_CHANNEL_ALL, /* use a dummy dest reg */ in upload_program()
623 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
660 flags & A0_DEST_CHANNEL_ALL, 0, src1, src0, src2); in upload_program()
751 tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
765 tmp1, A0_DEST_CHANNEL_ALL, 0, in upload_program()
960 tmp, A0_DEST_CHANNEL_ALL, 0, in upload_program()
Di915_reg.h450 #define A0_DEST_CHANNEL_ALL (0xf<<10) macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_debug_fp.c174 if ((dword & A0_DEST_CHANNEL_ALL) == A0_DEST_CHANNEL_ALL) in print_dest_reg()
221 print_dest_reg(stream, program[0] | A0_DEST_CHANNEL_ALL); in print_tex_op()
252 dest_dword |= A0_DEST_CHANNEL_ALL; in print_dcl_op()
Di915_fpc_translate.c60 (A0_MOV | (REG_TYPE_OC << A0_DEST_TYPE_SHIFT) | A0_DEST_CHANNEL_ALL |
222 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src, in src_vector()
438 i915_emit_arith(p, A0_FLR, tmp, flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
520 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
532 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
559 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src0, in i915_translate_instruction()
593 i915_emit_arith(p, A0_MAD, tmp, flags & A0_DEST_CHANNEL_ALL, 0, src1, in i915_translate_instruction()
666 i915_emit_arith(p, A0_SGE, tmp, A0_DEST_CHANNEL_ALL, 0, src0, src1, 0); in i915_translate_instruction()
701 i915_emit_arith(p, A0_SLT, tmp, A0_DEST_CHANNEL_ALL, 0, src0, src1, 0); in i915_translate_instruction()
716 i915_emit_arith(p, A0_SLT, tmp, A0_DEST_CHANNEL_ALL, 0, src0, in i915_translate_instruction()
Di915_fpc_emit.c142 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, s[c[i]], 0, in i915_emit_arith()
215 A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ in i915_emit_texld()
225 if (destmask != A0_DEST_CHANNEL_ALL) { in i915_emit_texld()
228 i915_emit_texld(p, tmp, A0_DEST_CHANNEL_ALL, sampler, coord, opcode, in i915_emit_texld()
Di915_state_emit.c399 A0_DEST_CHANNEL_ALL | (REG_TYPE_OC << A0_SRC0_TYPE_SHIFT) | in emit_program()
Di915_reg.h553 #define A0_DEST_CHANNEL_ALL (0xf << 10) macro