Searched refs:TGSI_OPCODE_MAD (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c150 tgsi_transform_op3_inst(tctx, TGSI_OPCODE_MAD,
H A Dst_atifs_to_tgsi.c72 {TGSI_OPCODE_MAD, "MAD", 3},
108 ureg_insn(t->ureg, TGSI_OPCODE_MAD, &tmp[0], 1, imm, 3, 0);
715 inst.Instruction.Opcode = TGSI_OPCODE_MAD;
H A Dst_mesa_to_tgsi.c476 return TGSI_OPCODE_MAD;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels_shader.c150 tgsi_transform_op3_inst(tctx, TGSI_OPCODE_MAD,
H A Dst_tgsi_lower_depth_clamp.c174 tgsi_transform_op3_swz_inst(tctx, TGSI_OPCODE_MAD,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h359 TGSI_OPCODE_MAD = 16, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c52 case TGSI_OPCODE_MAD: return RC_OPCODE_MAD;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h361 TGSI_OPCODE_MAD = 16, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c54 case TGSI_OPCODE_MAD: return RC_OPCODE_MAD;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_array_merge.cpp913 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(5, 5, "x"), MT(3, 1, "x"), MT(1, 1, "x")}, {}, ARR()},
931 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(1, 5, "w"), MT(1, 1, "yyyy"), MT(1, 1, "xxxx")}, {}, ARR()},
H A Dtest_glsl_to_tgsi_lifetime.cpp1549 { TGSI_OPCODE_MAD, {out0}, {1,2,3}, {}},
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_array_merge.cpp913 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(5, 5, "x"), MT(3, 1, "x"), MT(1, 1, "x")}, {}, ARR()},
931 { TGSI_OPCODE_MAD, {MT(0, out1, WRITEMASK_W)}, {MT(1, 5, "w"), MT(1, 1, "yyyy"), MT(1, 1, "xxxx")}, {}, ARR()},
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c290 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
302 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
845 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
859 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
872 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
H A Dtgsi_point_sprite.c355 inst.Instruction.Opcode = TGSI_OPCODE_MAD;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c291 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
303 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
846 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
860 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
873 new_inst.Instruction.Opcode = TGSI_OPCODE_MAD;
H A Dtgsi_point_sprite.c355 inst.Instruction.Opcode = TGSI_OPCODE_MAD;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c539 case TGSI_OPCODE_MAD:
H A Dlp_bld_tgsi_action.c569 /* TGSI_OPCODE_MAD */
1192 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit;
1645 /* TGSI_OPCODE_MAD (CPU Only) */
2438 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c99 [ TGSI_OPCODE_MAD ] = { false, false, 0, 1, 3 },
H A Di915_fpc_translate.c722 case TGSI_OPCODE_MAD:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_fpc_optimize.c104 [TGSI_OPCODE_MAD] = {false, false, 0, 1, 3},
H A Di915_fpc_translate.c600 case TGSI_OPCODE_MAD:
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_aos.c539 case TGSI_OPCODE_MAD:
H A Dlp_bld_tgsi_action.c569 /* TGSI_OPCODE_MAD */
1192 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit;
1645 /* TGSI_OPCODE_MAD (CPU Only) */
2566 bld_base->op_actions[TGSI_OPCODE_MAD].emit = mad_emit_cpu;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_alu.c726 bld_base->op_actions[TGSI_OPCODE_MAD].emit;

Completed in 44 milliseconds

12