/external/mesa3d/src/mesa/main/ |
D | ffvertex_prog.c | 681 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/ |
D | brw_wm_fp.c | 568 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()
|
D | brw_wm_pass1.c | 179 case OPCODE_MUL: in brw_wm_pass1()
|
D | brw_wm_emit.c | 69 [OPCODE_MUL] = 2, in brw_wm_arg_can_be_immediate() 1793 case OPCODE_MUL: in brw_wm_emit()
|
D | brw_vs_emit.c | 56 [OPCODE_MUL] = 2, in brw_vs_arg_can_be_immediate() 2001 case OPCODE_MUL: in brw_old_vs_emit()
|
/external/mesa3d/src/mesa/program/ |
D | programopt.c | 162 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()
|
D | prog_instruction.h | 193 OPCODE_MUL, /* X X X X X */ enumerator
|
D | prog_instruction.c | 201 { OPCODE_MUL, "MUL", 2, 1 },
|
D | ir_to_mesa.cpp | 1233 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()
|
D | prog_opt_constant_fold.c | 229 case OPCODE_MUL: in _mesa_constant_fold()
|
D | prog_optimize.c | 75 case OPCODE_MUL: in get_src_arg_mask() 675 case OPCODE_MUL: in _mesa_merge_mov_into_inst()
|
D | nvvertparse.c | 1155 if (!Parse_BiOpInstruction(parseState, inst, OPCODE_MUL)) in Parse_InstructionSequence()
|
D | nvfragparse.c | 106 { "MUL", OPCODE_MUL, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S },
|
D | prog_execute.c | 1174 case OPCODE_MUL: in _mesa_execute_program()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_mesa_to_tgsi.c | 612 case OPCODE_MUL: in translate_opcode()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_fragprog.c | 706 case OPCODE_MUL: in upload_program()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_vertprog.c | 327 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL; in t_opcode()
|