| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | ffvertex_prog.c | 665 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 D | ffvertex_prog.c | 668 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 D | prog_instruction.c | 130 { OPCODE_MUL, "MUL", 2, 1 },
|
| H A D | prog_instruction.h | 151 OPCODE_MUL, /* X X X X X */ enumerator in enum:prog_opcode
|
| H A D | programopt.c | 153 * 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 D | prog_opt_constant_fold.c | 220 case OPCODE_MUL:
|
| H A D | ir_to_mesa.cpp | 1124 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 D | prog_optimize.c | 70 case OPCODE_MUL: 645 case OPCODE_MUL:
|
| H A D | prog_execute.c | 854 case OPCODE_MUL:
|
| H A D | prog_to_nir.c | 675 [OPCODE_MUL] = nir_op_fmul,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | prog_instruction.c | 132 { OPCODE_MUL, "MUL", 2, 1 },
|
| H A D | prog_instruction.h | 151 OPCODE_MUL, /* X X X X X */ enumerator in enum:prog_opcode
|
| H A D | programopt.c | 153 * 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 D | prog_opt_constant_fold.c | 220 case OPCODE_MUL:
|
| H A D | ir_to_mesa.cpp | 1042 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 D | prog_optimize.c | 70 case OPCODE_MUL: 645 case OPCODE_MUL:
|
| H A D | prog_to_nir.c | 652 [OPCODE_MUL] = nir_op_fmul,
|
| H A D | prog_execute.c | 854 case OPCODE_MUL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_mesa_to_tgsi.c | 483 case OPCODE_MUL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 325 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 683 case OPCODE_MUL:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | i915_fragprog.c | 683 case OPCODE_MUL:
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/ |
| H A D | r200_vertprog.c | 325 case OPCODE_MUL: return R200_VPI_OUT_OP_MUL;
|