Searched refs:OPCODE_MUL (Results 1 - 23 of 23) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c665 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
693 emit_op2(p, OPCODE_MUL, dest, 0, src, swizzle1(tmp, X));
802 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale );
959 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
975 emit_op2(p, OPCODE_MUL, dist, WRITEMASK_XZ, dist, swizzle1(dist,Y));
983 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
1181 emit_op2(p, OPCODE_MUL, VPpli, 0, VPpli, dist);
1227 emit_op2(p, OPCODE_MUL, tmp, 0, lightprod_front[i][j], material_value);
1262 emit_op2(p, OPCODE_MUL, lit, 0, lit, att);
1294 emit_op2(p, OPCODE_MUL, tm
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c668 emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
696 emit_op2(p, OPCODE_MUL, dest, 0, src, swizzle1(tmp, X));
806 emit_op2( p, OPCODE_MUL, transformed_normal, 0, normal, rescale );
920 emit_op2(p, OPCODE_MUL, tmp, 0, light_value, material_value);
951 emit_op2(p, OPCODE_MUL, att, 0, slt, spot);
967 emit_op2(p, OPCODE_MUL, dist, WRITEMASK_XZ, dist, swizzle1(dist,Y));
975 emit_op2(p, OPCODE_MUL, att, 0, dist, att);
1129 emit_op2(p, OPCODE_MUL, VPpli, 0, VPpli, dist);
1199 emit_op2(p, OPCODE_MUL, lit, 0, lit, att);
1260 emit_op2(p, OPCODE_MUL, li
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c130 { OPCODE_MUL, "MUL", 2, 1 },
H A Dprog_instruction.h151 OPCODE_MUL, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprogramopt.c153 * emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
160 newInst[0].Opcode = OPCODE_MUL;
339 inst->Opcode = OPCODE_MUL;
353 inst->Opcode = OPCODE_MUL;
H A Dprog_opt_constant_fold.c220 case OPCODE_MUL:
H A Dir_to_mesa.cpp1124 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1132 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1232 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1245 emit(ir, OPCODE_MUL, result_dst, result_src, op[0]);
1557 emit(ir, OPCODE_MUL, dst_reg(index_reg),
2105 emit(ir, OPCODE_MUL, coord_dst, tmp_src, coord_w);
H A Dprog_optimize.c70 case OPCODE_MUL:
645 case OPCODE_MUL:
H A Dprog_execute.c854 case OPCODE_MUL:
H A Dprog_to_nir.c675 [OPCODE_MUL] = nir_op_fmul,
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c132 { OPCODE_MUL, "MUL", 2, 1 },
H A Dprog_instruction.h151 OPCODE_MUL, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprogramopt.c153 * emit_op2(p, OPCODE_MUL, tmp, 0, swizzle1(src,X), mat[0]);
160 newInst[0].Opcode = OPCODE_MUL;
339 inst->Opcode = OPCODE_MUL;
353 inst->Opcode = OPCODE_MUL;
H A Dprog_opt_constant_fold.c220 case OPCODE_MUL:
H A Dir_to_mesa.cpp1042 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1050 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1150 emit(ir, OPCODE_MUL, result_dst, op[0], op[1]);
1163 emit(ir, OPCODE_MUL, result_dst, result_src, op[0]);
1494 emit(ir, OPCODE_MUL, dst_reg(index_reg),
2042 emit(ir, OPCODE_MUL, coord_dst, tmp_src, coord_w);
H A Dprog_optimize.c70 case OPCODE_MUL:
645 case OPCODE_MUL:
H A Dprog_to_nir.c652 [OPCODE_MUL] = nir_op_fmul,
H A Dprog_execute.c854 case OPCODE_MUL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c483 case OPCODE_MUL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c325 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c683 case OPCODE_MUL:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c683 case OPCODE_MUL:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c325 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL;

Completed in 122 milliseconds