/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 310 { TGSI_OPCODE_ADD, {2}, {1,2}, {}}, in TEST_F() 476 { TGSI_OPCODE_ADD , {3}, {2,in0}, {}}, in TEST_F() 563 { TGSI_OPCODE_ADD, {3}, {2,in0}, {}}, in TEST_F() 564 { TGSI_OPCODE_ADD, {4}, {3,in2}, {}}, in TEST_F() 815 { TGSI_OPCODE_ADD, {1}, {1,in1}, {}}, in TEST_F() 906 …MockCodelineWithSwizzle(TGSI_OPCODE_ADD, DST(out0, WRITEMASK_XYZW), SRC2(2, "yyzw", 1, "xyxy"), {}… in TEST_F() 921 { TGSI_OPCODE_ADD, {1}, {1,in0}, {}}, in TEST_F() 939 { TGSI_OPCODE_ADD, {1}, {1,in0}, {}}, in TEST_F() 953 { TGSI_OPCODE_ADD, {1}, {1,in0}, {}}, in TEST_F() 954 { TGSI_OPCODE_ADD, {1}, {1,in0}, {}}, in TEST_F() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 151 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog() 170 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog() 176 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog()
|
D | tgsi_lowering.c | 347 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_frc() 578 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp() 612 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp() 713 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_log() 928 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_flr_ceil() 979 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_trunc()
|
D | tgsi_point_sprite.c | 328 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in psprite_emit_vertex_inst()
|
/external/mesa3d/src/mesa/state_tracker/ |
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); in prepare_argument() 187 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2, 0); in prepare_argument() 194 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2, 0); in prepare_argument() 220 ureg_insn(t->ureg, TGSI_OPCODE_ADD, tmp, 1, src, 2, 0); in emit_special_inst() 237 ureg_insn(t->ureg, TGSI_OPCODE_ADD, dst, 1, src, 2, 0); in emit_special_inst()
|
D | st_tgsi_lower_yuv.c | 261 inst.Instruction.Opcode = TGSI_OPCODE_ADD; in yuv_to_rgb()
|
D | st_glsl_to_tgsi.cpp | 1397 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], st_src_reg_for_float(1.0)); in visit_expression() 1512 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression() 1516 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression() 1696 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression() 2695 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(accum_reg), in visit() 3296 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(offset), in visit_atomic_counter_intrinsic() 3318 emit_asm(ir, TGSI_OPCODE_ADD, dst, this->result, st_src_reg_for_int(-1)); in visit_atomic_counter_intrinsic() 3986 emit_asm(NULL, TGSI_OPCODE_ADD, temp_dst, *indirect, temp_reg); in calc_deref_offsets()
|
D | st_mesa_to_tgsi.c | 446 return TGSI_OPCODE_ADD; in translate_opcode()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 219 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog() 249 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog() 268 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_tgsi_action.c | 154 TGSI_OPCODE_ADD, tmp0, tmp1); in dp2_emit() 184 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0); in dp3_emit() 189 TGSI_OPCODE_ADD, tmp0, tmp1); in dp3_emit() 220 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit() 224 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit() 229 TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit() 582 TGSI_OPCODE_ADD, tmp, emit_data->args[2]); in mad_emit() 1187 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit; in lp_set_default_actions() 2407 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 494 case TGSI_OPCODE_ADD: in lp_emit_instruction_aos()
|
/external/virglrenderer/src/gallium/auxiliary/tgsi/ |
D | tgsi_util.c | 188 case TGSI_OPCODE_ADD: in tgsi_util_get_inst_usage_mask()
|
D | tgsi_info.c | 48 { 1, 2, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD },
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 340 #define TGSI_OPCODE_ADD 8 macro
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 350 #define TGSI_OPCODE_ADD 8 macro
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 44 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 79 [ TGSI_OPCODE_ADD ] = { false, true, TGSI_SWIZZLE_ZERO, 1, 2 },
|
D | i915_fpc_translate.c | 487 case TGSI_OPCODE_ADD: in i915_translate_instruction()
|
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
D | fd2_compiler.c | 1037 case TGSI_OPCODE_ADD: in translate_instruction()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 553 case TGSI_OPCODE_ADD: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 537 case TGSI_OPCODE_ADD: in nvfx_fragprog_parse_instruction()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1482 [TGSI_OPCODE_ADD] = nir_op_fadd,
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 511 case TGSI_OPCODE_ADD: in translate_opcode() 5445 case TGSI_OPCODE_ADD: in emit_vgpu10_instruction()
|
D | svga_tgsi_insn.c | 46 case TGSI_OPCODE_ADD: return SVGA3DOP_ADD; in translate_opcode()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10258 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2}, 10457 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2}, 10679 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
|