Home
last modified time | relevance | path

Searched refs:A0_DEST_CHANNEL_X (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/i915/
Di915_reg.h549 #define A0_DEST_CHANNEL_X (1 << 10) macro
558 #define A0_DEST_CHANNEL_XY (A0_DEST_CHANNEL_X | A0_DEST_CHANNEL_Y)
Di915_debug_fp.c177 if (dword & A0_DEST_CHANNEL_X) in print_dest_reg()
Di915_fpc_translate.c320 flags |= A0_DEST_CHANNEL_X; in get_result_flags()
680 i915_emit_arith(p, A0_LOG, tmp, A0_DEST_CHANNEL_X, 0, in i915_translate_instruction()
683 i915_emit_arith(p, A0_MUL, tmp, A0_DEST_CHANNEL_X, 0, tmp, src1, 0); in i915_translate_instruction()