/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_aa_point.c | 159 tgsi_transform_op2_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog() 178 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog() 184 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_prolog()
|
D | tgsi_lowering.c | 348 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_frc() 579 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp() 613 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp() 714 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_log() 929 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_flr_ceil() 980 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_trunc()
|
D | tgsi_point_sprite.c | 348 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in psprite_emit_vertex_inst()
|
D | tgsi_exec.c | 4961 case TGSI_OPCODE_ADD: in exec_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_aapoint.c | 221 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog() 251 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog() 270 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in aa_transform_prolog()
|
D | draw_pipe_aaline.c | 203 inst.Instruction.Opcode = TGSI_OPCODE_ADD; in aa_transform_epilog()
|
/third_party/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() 2535 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit_cpu; in lp_set_default_actions_cpu()
|
D | lp_bld_tgsi_aos.c | 495 case TGSI_OPCODE_ADD: in lp_emit_instruction_aos()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_shader_tokens.h | 354 TGSI_OPCODE_ADD = 8, enumerator
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
D | r300_tgsi_to_rc.c | 46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
D | i915_fpc_optimize.c | 84 [TGSI_OPCODE_ADD] = {false, true, TGSI_SWIZZLE_ZERO, 1, 2},
|
D | i915_fpc_translate.c | 479 case TGSI_OPCODE_ADD: in i915_translate_instruction()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nvfx_vertprog.c | 554 case TGSI_OPCODE_ADD: in nvfx_vertprog_parse_instruction()
|
D | nvfx_fragprog.c | 537 case TGSI_OPCODE_ADD: in nvfx_fragprog_parse_instruction()
|
/third_party/mesa3d/src/gallium/frontends/d3d10umd/ |
D | ShaderTGSI.c | 66 {D3D10_SB_OPCODE_ADD, OF_FLOAT, TGSI_OPCODE_ADD},
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_insn.c | 46 case TGSI_OPCODE_ADD: return SVGA3DOP_ADD; in translate_opcode()
|
D | svga_tgsi_vgpu10.c | 860 case TGSI_OPCODE_ADD: in translate_opcode() 10893 case TGSI_OPCODE_ADD: in emit_instruction()
|
/third_party/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 1800 [TGSI_OPCODE_ADD] = nir_op_fadd,
|
D | nir_to_tgsi.c | 1423 [nir_op_fadd] = { TGSI_OPCODE_ADD, TGSI_OPCODE_DADD }, in ntt_emit_alu()
|
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 3199 case TGSI_OPCODE_ADD: in handleInstruction()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 11793 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2}, 11992 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2}, 12219 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
|