| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | test_glsl_to_tgsi_lifetime.cpp | 198 { 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 D | test_glsl_to_tgsi_array_merge.cpp | 759 { 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 D | test_glsl_to_tgsi_lifetime.cpp | 198 { 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 D | test_glsl_to_tgsi_array_merge.cpp | 759 { 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 D | tgsi_aa_point.c | 151 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 D | tgsi_lowering.c | 347 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 D | tgsi_point_sprite.c | 329 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_aa_point.c | 151 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 D | tgsi_lowering.c | 348 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 D | tgsi_point_sprite.c | 329 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_atifs_to_tgsi.c | 67 {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 D | st_tgsi_lower_yuv.c | 261 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 219 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 D | draw_pipe_aaline.c | 201 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_aapoint.c | 221 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 D | draw_pipe_aaline.c | 203 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_tgsi_action.c | 89 /* 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 D | lp_bld_tgsi_action.c | 89 /* 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 D | p_shader_tokens.h | 351 TGSI_OPCODE_ADD = 8, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 44 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_shader_tokens.h | 353 TGSI_OPCODE_ADD = 8, enumerator in enum:tgsi_opcode
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_tgsi_to_rc.c | 46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_tgsi_lower_depth_clamp.c | 192 tgsi_transform_op2_swz_inst(tctx, TGSI_OPCODE_ADD,
|
| H A D | st_tgsi_lower_yuv.c | 260 inst.Instruction.Opcode = TGSI_OPCODE_ADD;
|
| H A D | st_glsl_to_tgsi.cpp | 1546 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);
|