/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 1167 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/ |
D | prog_instruction.h | 149 OPCODE_ADD, /* X X X X X */ enumerator
|
D | prog_instruction.c | 157 { OPCODE_ADD, "ADD", 2, 1 },
|
D | prog_opt_constant_fold.c | 140 case OPCODE_ADD: in _mesa_constant_fold()
|
D | ir_to_mesa.cpp | 1169 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()
|
D | prog_optimize.c | 73 case OPCODE_ADD: in get_src_arg_mask() 673 case OPCODE_ADD: in _mesa_merge_mov_into_inst()
|
D | nvvertparse.c | 1159 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_ADD)) in Parse_InstructionSequence()
|
D | nvfragparse.c | 88 { "ADD", OPCODE_ADD, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
|
D | prog_execute.c | 677 case OPCODE_ADD: in _mesa_execute_program()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_pass1.c | 176 case OPCODE_ADD: in brw_wm_pass1()
|
D | brw_wm_fp.c | 811 OPCODE_ADD, in precalc_tex() 1111 out->Opcode = OPCODE_ADD; in brw_wm_pass_fp()
|
D | brw_wm_emit.c | 61 [OPCODE_ADD] = 2, in brw_wm_arg_can_be_immediate() 1732 case OPCODE_ADD: in brw_wm_emit()
|
D | brw_vs_emit.c | 48 [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/ |
D | st_mesa_to_tgsi.c | 534 case OPCODE_ADD: in translate_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 422 case OPCODE_ADD: in upload_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 312 case OPCODE_ADD: return R200_VPI_OUT_OP_ADD; in t_opcode()
|