Home
last modified time | relevance | path

Searched refs:OPCODE_ADD (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c1167 emit_op2(p, OPCODE_ADD, half, 0, VPpli, z_dir); in build_lighting()
1221 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0); in build_lighting()
1226 emit_op2(p, OPCODE_ADD, _col0, 0, ambient, _col0); in build_lighting()
1281 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); /**/ in build_lighting()
1285 emit_op2(p, OPCODE_ADD, _bfc0, 0, ambient, _bfc0); in build_lighting()
1356 emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); in build_reflect_texgen()
1387 emit_op2(p, OPCODE_ADD, tmp, 0, tmp, tmp); in build_sphere_texgen()
1391 emit_op2(p, OPCODE_ADD, tmp, 0, r, swizzle(id,X,Y,W,Z)); in build_sphere_texgen()
/external/mesa3d/src/mesa/program/
Dprog_instruction.h149 OPCODE_ADD, /* X X X X X */ enumerator
Dprog_instruction.c157 { OPCODE_ADD, "ADD", 2, 1 },
Dprog_opt_constant_fold.c140 case OPCODE_ADD: in _mesa_constant_fold()
Dir_to_mesa.cpp1169 emit(ir, OPCODE_ADD, result_dst, op[0], src_reg_for_float(1.0)); in visit()
1226 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1351 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1451 emit(ir, OPCODE_ADD, result_dst, op[0], op[1]); in visit()
1614 emit(ir, OPCODE_ADD, dst_reg(accum_reg), in visit()
Dprog_optimize.c73 case OPCODE_ADD: in get_src_arg_mask()
673 case OPCODE_ADD: in _mesa_merge_mov_into_inst()
Dnvvertparse.c1159 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_ADD)) in Parse_InstructionSequence()
Dnvfragparse.c88 { "ADD", OPCODE_ADD, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
Dprog_execute.c677 case OPCODE_ADD: in _mesa_execute_program()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_pass1.c176 case OPCODE_ADD: in brw_wm_pass1()
Dbrw_wm_fp.c811 OPCODE_ADD, in precalc_tex()
1111 out->Opcode = OPCODE_ADD; in brw_wm_pass_fp()
Dbrw_wm_emit.c61 [OPCODE_ADD] = 2, in brw_wm_arg_can_be_immediate()
1732 case OPCODE_ADD: in brw_wm_emit()
Dbrw_vs_emit.c48 [OPCODE_ADD] = 2, in brw_vs_arg_can_be_immediate()
1936 case OPCODE_ADD: in brw_old_vs_emit()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c534 case OPCODE_ADD: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c422 case OPCODE_ADD: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c312 case OPCODE_ADD: return R200_VPI_OUT_OP_ADD; in t_opcode()