Home
last modified time | relevance | path

Searched refs:TGSI_OPCODE_ADD (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c159 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()
Dtgsi_lowering.c348 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()
Dtgsi_point_sprite.c348 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in psprite_emit_vertex_inst()
Dtgsi_exec.c4961 case TGSI_OPCODE_ADD: in exec_instruction()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c221 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()
Ddraw_pipe_aaline.c203 inst.Instruction.Opcode = TGSI_OPCODE_ADD; in aa_transform_epilog()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_action.c154 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()
Dlp_bld_tgsi_aos.c495 case TGSI_OPCODE_ADD: in lp_emit_instruction_aos()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h354 TGSI_OPCODE_ADD = 8, enumerator
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c46 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c84 [TGSI_OPCODE_ADD] = {false, true, TGSI_SWIZZLE_ZERO, 1, 2},
Di915_fpc_translate.c479 case TGSI_OPCODE_ADD: in i915_translate_instruction()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c554 case TGSI_OPCODE_ADD: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c537 case TGSI_OPCODE_ADD: in nvfx_fragprog_parse_instruction()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShaderTGSI.c66 {D3D10_SB_OPCODE_ADD, OF_FLOAT, TGSI_OPCODE_ADD},
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_insn.c46 case TGSI_OPCODE_ADD: return SVGA3DOP_ADD; in translate_opcode()
Dsvga_tgsi_vgpu10.c860 case TGSI_OPCODE_ADD: in translate_opcode()
10893 case TGSI_OPCODE_ADD: in emit_instruction()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1800 [TGSI_OPCODE_ADD] = nir_op_fadd,
Dnir_to_tgsi.c1423 [nir_op_fadd] = { TGSI_OPCODE_ADD, TGSI_OPCODE_DADD }, in ntt_emit_alu()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3199 case TGSI_OPCODE_ADD: in handleInstruction()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c11793 [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},