Home
last modified time | relevance | path

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

/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 |
262 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src, in src_vector()
487 i915_emit_arith(p, A0_FLR, tmp, flags & A0_DEST_CHANNEL_ALL, 0, in i915_translate_instruction()
569 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
581 A0_DEST_CHANNEL_ALL, /* dest writemask */ in i915_translate_instruction()
608 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src0, in i915_translate_instruction()
642 i915_emit_arith(p, A0_MAD, tmp, flags & A0_DEST_CHANNEL_ALL, 0, src1, in i915_translate_instruction()
725 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src0, in i915_translate_instruction()
731 i915_emit_arith(p, A0_SGE, tmp, A0_DEST_CHANNEL_ALL, 0, src0, src1, 0); in i915_translate_instruction()
778 i915_emit_arith(p, A0_MAX, tmp, A0_DEST_CHANNEL_ALL, 0, src0, in i915_translate_instruction()
[all …]
Di915_fpc_emit.c142 i915_emit_arith(p, A0_MOV, tmp, A0_DEST_CHANNEL_ALL, 0, s[c[i]], 0, in i915_emit_arith()
204 A0_DEST_CHANNEL_ALL, /* dest reg, writemask */ in i915_emit_texld()
214 if (destmask != A0_DEST_CHANNEL_ALL) { in i915_emit_texld()
217 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