Home
last modified time | relevance | path

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

12

/external/mesa3d/src/mesa/state_tracker/tests/
Dtest_glsl_to_tgsi_lifetime.cpp310 { 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/
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.c347 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()
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, 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()
Dst_tgsi_lower_yuv.c261 inst.Instruction.Opcode = TGSI_OPCODE_ADD; in yuv_to_rgb()
Dst_glsl_to_tgsi.cpp1397 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()
Dst_mesa_to_tgsi.c446 return TGSI_OPCODE_ADD; in translate_opcode()
/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.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()
2407 bld_base->op_actions[TGSI_OPCODE_ADD].emit = add_emit_cpu; in lp_set_default_actions_cpu()
Dlp_bld_tgsi_aos.c494 case TGSI_OPCODE_ADD: in lp_emit_instruction_aos()
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_util.c188 case TGSI_OPCODE_ADD: in tgsi_util_get_inst_usage_mask()
Dtgsi_info.c48 { 1, 2, 0, 0, 0, 0, COMP, "ADD", TGSI_OPCODE_ADD },
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h340 #define TGSI_OPCODE_ADD 8 macro
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h350 #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/i915/
Di915_fpc_optimize.c79 [ TGSI_OPCODE_ADD ] = { false, true, TGSI_SWIZZLE_ZERO, 1, 2 },
Di915_fpc_translate.c487 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.c553 case TGSI_OPCODE_ADD: in nvfx_vertprog_parse_instruction()
Dnvfx_fragprog.c537 case TGSI_OPCODE_ADD: in nvfx_fragprog_parse_instruction()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1482 [TGSI_OPCODE_ADD] = nir_op_fadd,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c511 case TGSI_OPCODE_ADD: in translate_opcode()
5445 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.c10258 [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},

12