Home
last modified time | relevance | path

Searched refs:A0_MUL (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c481 A0_MUL, in upload_program()
564 A0_MUL, in upload_program()
629 i915_emit_arith(p, A0_MUL, tmp, A0_DEST_CHANNEL_Y, 0, in upload_program()
684 EMIT_2ARG_ARITH(A0_MUL); in upload_program()
700 i915_emit_arith(p, A0_MUL, tmp, A0_DEST_CHANNEL_X, 0, tmp, src1, 0); in upload_program()
744 A0_MUL, in upload_program()
750 A0_MUL, in upload_program()
764 A0_MUL, in upload_program()
779 A0_MUL, in upload_program()
834 A0_MUL, in upload_program()
[all …]
Di915_reg.h423 #define A0_MUL (0x3<<24) /* dst = src0 * src1 */ macro
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_translate.c489 i915_emit_arith(p, A0_MUL, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
565 i915_emit_arith(p, A0_MUL, tmp, A0_DEST_CHANNEL_Y, 0, in i915_translate_instruction()
617 emit_simple_arith(p, inst, A0_MUL, 2, fs); in i915_translate_instruction()
634 i915_emit_arith(p, A0_MUL, tmp, A0_DEST_CHANNEL_X, 0, tmp, src1, 0); in i915_translate_instruction()
671 i915_emit_arith(p, A0_MUL, get_result_vector(p, &inst->Dst[0]), in i915_translate_instruction()
Di915_reg.h524 #define A0_MUL (0x3 << 24) /* dst = src0 * src1 */ macro