Home
last modified time | relevance | path

Searched refs:OPCODE_MUL (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/main/
Dffvertex_prog.c681 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]); in emit_transpose_matrix_transform_vec4()
713 emit_op2(p, OPCODE_MUL, dest, 0, src, swizzle1(tmp, X)); in emit_normalize_vec3()
824 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale ); in get_transformed_normal()
937 emit_op2(p, OPCODE_MUL, tmp, 0, light_value, material_value); in get_lightprod()
967 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation()
983 emit_op2(p, OPCODE_MUL, dist, WRITEMASK_XZ, dist, swizzle1(dist,Y)); in calculate_light_attenuation()
991 emit_op2(p, OPCODE_MUL, att, 0, dist, att); in calculate_light_attenuation()
1145 emit_op2(p, OPCODE_MUL, VPpli, 0, VPpli, dist); in build_lighting()
1215 emit_op2(p, OPCODE_MUL, lit, 0, lit, att); in build_lighting()
1276 emit_op2(p, OPCODE_MUL, lit, 0, lit, att); in build_lighting()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_fp.c568 OPCODE_MUL, in precalc_dst()
729 emit_op(c, OPCODE_MUL, in precalc_tex()
752 OPCODE_MUL, in precalc_tex()
822 OPCODE_MUL, in precalc_tex()
944 OPCODE_MUL, in precalc_txp()
Dbrw_wm_pass1.c179 case OPCODE_MUL: in brw_wm_pass1()
Dbrw_wm_emit.c69 [OPCODE_MUL] = 2, in brw_wm_arg_can_be_immediate()
1793 case OPCODE_MUL: in brw_wm_emit()
Dbrw_vs_emit.c56 [OPCODE_MUL] = 2, in brw_vs_arg_can_be_immediate()
2001 case OPCODE_MUL: in brw_old_vs_emit()
/external/mesa3d/src/mesa/program/
Dprogramopt.c162 newInst[0].Opcode = OPCODE_MUL; in _mesa_insert_mvp_mad_code()
342 inst->Opcode = OPCODE_MUL; in _mesa_append_fog_code()
356 inst->Opcode = OPCODE_MUL; in _mesa_append_fog_code()
Dprog_instruction.h193 OPCODE_MUL, /* X X X X X */ enumerator
Dprog_instruction.c201 { OPCODE_MUL, "MUL", 2, 1 },
Dir_to_mesa.cpp1233 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]); in visit()
1241 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]); in visit()
1371 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]); in visit()
1384 emit(ir, OPCODE_MUL, result_dst, result_src, op[0]); in visit()
1604 emit(ir, OPCODE_MUL, dst_reg(index_reg), in visit()
2072 emit(ir, OPCODE_MUL, coord_dst, tmp_src, coord_w); in visit()
Dprog_opt_constant_fold.c229 case OPCODE_MUL: in _mesa_constant_fold()
Dprog_optimize.c75 case OPCODE_MUL: in get_src_arg_mask()
675 case OPCODE_MUL: in _mesa_merge_mov_into_inst()
Dnvvertparse.c1155 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_MUL)) in Parse_InstructionSequence()
Dnvfragparse.c106 { "MUL", OPCODE_MUL, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
Dprog_execute.c1174 case OPCODE_MUL: in _mesa_execute_program()
/external/mesa3d/src/mesa/state_tracker/
Dst_mesa_to_tgsi.c612 case OPCODE_MUL: in translate_opcode()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c706 case OPCODE_MUL: in upload_program()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_vertprog.c327 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL; in t_opcode()