Searched refs:TGSI_OPCODE_ADD (Results 1 - 25 of 51) sorted by relevance

123

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp198 { TGSI_OPCODE_ADD, {2}, {1,2}, {}},
222 { TGSI_OPCODE_ADD, {3}, {1,2}, {}},
244 { TGSI_OPCODE_ADD, {3}, {1,2}, {}},
245 { TGSI_OPCODE_ADD, {3}, {1,3}, {}},
269 { TGSI_OPCODE_ADD, {2}, {1,1}, {}},
298 { TGSI_OPCODE_ADD, {2}, {in0,1}, {}},
328 { TGSI_OPCODE_ADD, {2}, {2,1}, {}},
451 { TGSI_OPCODE_ADD, {2}, {1, in1}, {}},
486 { TGSI_OPCODE_ADD, {2}, {1, in1}, {}},
509 { TGSI_OPCODE_ADD, {
[all...]
H A Dtest_glsl_to_tgsi_array_merge.cpp759 { TGSI_OPCODE_ADD , {MT(0,out0, WRITEMASK_XYZW)}, {MT(1,1,"xyzw"), MT(2,1,"xyzw")}, {}, ARR()},
771 { TGSI_OPCODE_ADD , {MT(0,out0,1)}, {MT(1,1,"x"), MT(2,1,"y")}, {}, ARR()},
784 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"x"), {MT(0,1, "x")}}, {}, ARR()},
802 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
821 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
845 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
864 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"w"), {MT(0,1, "x")}}, {}, ARR()},
909 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_X)}, {MT(1, 1, "x"), MT(0, in0, "y")}, {}, ARR()},
910 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(2, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()},
912 { TGSI_OPCODE_ADD, {M
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dtest_glsl_to_tgsi_lifetime.cpp198 { TGSI_OPCODE_ADD, {2}, {1,2}, {}},
222 { TGSI_OPCODE_ADD, {3}, {1,2}, {}},
244 { TGSI_OPCODE_ADD, {3}, {1,2}, {}},
245 { TGSI_OPCODE_ADD, {3}, {1,3}, {}},
269 { TGSI_OPCODE_ADD, {2}, {1,1}, {}},
298 { TGSI_OPCODE_ADD, {2}, {in0,1}, {}},
328 { TGSI_OPCODE_ADD, {2}, {2,1}, {}},
451 { TGSI_OPCODE_ADD, {2}, {1, in1}, {}},
486 { TGSI_OPCODE_ADD, {2}, {1, in1}, {}},
509 { TGSI_OPCODE_ADD, {
[all...]
H A Dtest_glsl_to_tgsi_array_merge.cpp759 { TGSI_OPCODE_ADD , {MT(0,out0, WRITEMASK_XYZW)}, {MT(1,1,"xyzw"), MT(2,1,"xyzw")}, {}, ARR()},
771 { TGSI_OPCODE_ADD , {MT(0,out0,1)}, {MT(1,1,"x"), MT(2,1,"y")}, {}, ARR()},
784 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"x"), {MT(0,1, "x")}}, {}, ARR()},
802 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
821 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
845 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"z"), {MT(0,1, "x")}}, {}, ARR()},
864 { TGSI_OPCODE_ADD, {MT(0,1, WRITEMASK_X)}, {MT(1,1,"w"), {MT(0,1, "x")}}, {}, ARR()},
909 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_X)}, {MT(1, 1, "x"), MT(0, in0, "y")}, {}, ARR()},
910 { TGSI_OPCODE_ADD, {MT(0, out0, WRITEMASK_YZ)}, {MT(2, 2, "xy"), MT(0, in0, "yz")}, {}, ARR()},
912 { TGSI_OPCODE_ADD, {M
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c151 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_ADD,
170 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
176 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
H A Dtgsi_lowering.c347 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
578 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
612 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
713 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
928 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
979 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
H A Dtgsi_point_sprite.c329 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/
H A Dtgsi_aa_point.c151 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_ADD,
170 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
176 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
H A Dtgsi_lowering.c348 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
579 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
613 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
714 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
929 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
980 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD;
H A Dtgsi_point_sprite.c329 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c67 {TGSI_OPCODE_ADD, "ADD", 2},
180 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2, 0);
187 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2, 0);
194 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2, 0);
220 ureg_insn(t->ureg, TGSI_OPCODE_ADD, tmp, 1, src, 2, 0);
237 ureg_insn(t->ureg, TGSI_OPCODE_ADD, dst, 1, src, 2, 0);
H A Dst_tgsi_lower_yuv.c261 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c219 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
249 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
268 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
H A Ddraw_pipe_aaline.c201 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_aapoint.c221 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
251 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
270 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
H A Ddraw_pipe_aaline.c203 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c89 /* TGSI_OPCODE_ADD */
154 TGSI_OPCODE_ADD, tmp0, tmp1);
184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0);
189 TGSI_OPCODE_ADD, tmp0, tmp1);
220 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1);
224 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1);
229 TGSI_OPCODE_ADD, tmp0, tmp1);
582 TGSI_OPCODE_ADD, tmp, emit_data->args[2]);
1187 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit;
1256 /* TGSI_OPCODE_ADD (CP
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c89 /* TGSI_OPCODE_ADD */
154 TGSI_OPCODE_ADD, tmp0, tmp1);
184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0);
189 TGSI_OPCODE_ADD, tmp0, tmp1);
220 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1);
224 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1);
229 TGSI_OPCODE_ADD, tmp0, tmp1);
582 TGSI_OPCODE_ADD, tmp, emit_data->args[2]);
1187 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit;
1256 /* TGSI_OPCODE_ADD (CP
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h351 TGSI_OPCODE_ADD = 8, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c44 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD;
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_shader_tokens.h353 TGSI_OPCODE_ADD = 8, enumerator in enum:tgsi_opcode
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_tgsi_to_rc.c46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_tgsi_lower_depth_clamp.c192 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_ADD,
H A Dst_tgsi_lower_yuv.c260 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
H A Dst_glsl_to_tgsi.cpp1546 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0],
1654 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]);
1658 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]);
1840 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]);
2923 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(accum_reg),
3548 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(offset),
3570 emit_asm(ir, TGSI_OPCODE_ADD, dst, this->result, st_src_reg_for_int(-1));
4038 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(wrap),
4266 emit_asm(NULL, TGSI_OPCODE_ADD, temp_dst, *indirect, temp_reg);

Completed in 116 milliseconds

123