Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_aa_point.c151 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()
Dtgsi_lowering.c471 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_frc()
693 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp()
727 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_exp()
828 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_log()
1001 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_dotp()
1025 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_dotp()
1079 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_flr_ceil()
1130 new_inst.Instruction.Opcode = TGSI_OPCODE_ADD; in transform_trunc()
Dtgsi_util.c189 case TGSI_OPCODE_ADD: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c48 { 1, 2, 0, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD },
Dtgsi_point_sprite.c328 tgsi_transform_op2_swz_inst(ctx, TGSI_OPCODE_ADD, in psprite_emit_vertex_inst()
/external/mesa3d/src/mesa/state_tracker/
Dst_atifs_to_tgsi.c67 {TGSI_OPCODE_ADD, "ADD", 2},
180 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2); in prepare_argument()
187 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2); in prepare_argument()
194 ureg_insn(t->ureg, TGSI_OPCODE_ADD, &arg, 1, modsrc, 2); in prepare_argument()
220 ureg_insn(t->ureg, TGSI_OPCODE_ADD, tmp, 1, src, 2); in emit_special_inst()
238 ureg_insn(t->ureg, TGSI_OPCODE_ADD, dst, 1, src, 2); in emit_special_inst()
Dst_tgsi_lower_yuv.c261 inst.Instruction.Opcode = TGSI_OPCODE_ADD; in yuv_to_rgb()
Dst_mesa_to_tgsi.c431 return TGSI_OPCODE_ADD; in translate_opcode()
Dst_glsl_to_tgsi.cpp1593 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], st_src_reg_for_float(1.0)); in visit_expression()
1702 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression()
1706 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression()
1892 emit_asm(ir, TGSI_OPCODE_ADD, result_dst, op[0], op[1]); in visit_expression()
2707 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(accum_reg), in visit()
3253 emit_asm(ir, TGSI_OPCODE_ADD, st_dst_reg(offset), in visit_atomic_counter_intrinsic()
3273 emit_asm(ir, TGSI_OPCODE_ADD, dst, this->result, st_src_reg_for_int(-1)); in visit_atomic_counter_intrinsic()
3877 emit_asm(NULL, TGSI_OPCODE_ADD, temp_dst, *indirect, temp_reg); in calc_deref_offsets()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c219 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/
Dlp_bld_tgsi_action.c169 TGSI_OPCODE_ADD, tmp0, tmp1); in dp2_emit()
196 emit_data->output[emit_data->chan] = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, in dp2a_emit()
227 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp1, tmp0); in dp3_emit()
232 TGSI_OPCODE_ADD, tmp0, tmp1); in dp3_emit()
263 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit()
267 tmp0 = lp_build_emit_llvm_binary(bld_base, TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit()
272 TGSI_OPCODE_ADD, tmp0, tmp1); in dp4_emit()
641 TGSI_OPCODE_ADD, tmp, emit_data->args[2]); in mad_emit()
1331 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit; in lp_set_default_actions()
2552 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c540 case TGSI_OPCODE_ADD: in lp_emit_instruction_aos()
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h339 #define TGSI_OPCODE_ADD 8 macro
/external/mesa3d/src/gallium/drivers/r300/
Dr300_tgsi_to_rc.c44 case TGSI_OPCODE_ADD: return RC_OPCODE_ADD; in translate_opcode()
/external/mesa3d/src/gallium/drivers/ilo/shader/
Dtoy_tgsi.c46 [TGSI_OPCODE_ADD] = { GEN6_OPCODE_ADD, 1, 2 },
766 [TGSI_OPCODE_ADD] = aos_simple,
1307 [TGSI_OPCODE_ADD] = soa_per_channel,
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c79 [ TGSI_OPCODE_ADD ] = { false, true, TGSI_SWIZZLE_ZERO, 1, 2 },
Di915_fpc_translate.c503 case TGSI_OPCODE_ADD: in i915_translate_instruction()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_compiler.c1037 case TGSI_OPCODE_ADD: in translate_instruction()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnvfx_vertprog.c552 case TGSI_OPCODE_ADD: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c536 case TGSI_OPCODE_ADD: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1529 [TGSI_OPCODE_ADD] = nir_op_fadd,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c507 case TGSI_OPCODE_ADD: in translate_opcode()
5650 case TGSI_OPCODE_ADD: in emit_vgpu10_instruction()
Dsvga_tgsi_insn.c46 case TGSI_OPCODE_ADD: return SVGA3DOP_ADD; in translate_opcode()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c9070 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
9268 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
9491 [TGSI_OPCODE_ADD] = { ALU_OP2_ADD, tgsi_op2},
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp3008 case TGSI_OPCODE_ADD: in handleInstruction()

12