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

Completed in 71 milliseconds