Searched refs:OPCODE_MAD (Results 1 - 21 of 21) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c669 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
670 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
671 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
902 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
1200 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1213 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1214 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1261 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1272 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0);
1273 emit_op3(p, OPCODE_MAD, res
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c666 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
667 emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
668 emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
911 emit_op3(p, OPCODE_MAD, tmp, WRITEMASK_XYZ, lm_ambient,
1263 emit_op3(p, OPCODE_MAD, _col0, 0, swizzle1(lit,X), ambient, _col0);
1276 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _col0);
1277 emit_op3(p, OPCODE_MAD, res1, mask1, swizzle1(lit,Z), specular, _col1);
1336 emit_op3(p, OPCODE_MAD, _bfc0, 0, swizzle1(lit,X), ambient, _bfc0);
1347 emit_op3(p, OPCODE_MAD, res0, mask0, swizzle1(lit,Y), diffuse, _bfc0);
1348 emit_op3(p, OPCODE_MAD, res
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c126 { OPCODE_MAD, "MAD", 3, 1 },
H A Dprog_instruction.h147 OPCODE_MAD, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprogramopt.c154 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
155 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
156 * emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
172 newInst[i].Opcode = OPCODE_MAD;
187 newInst[3].Opcode = OPCODE_MAD;
318 inst->Opcode = OPCODE_MAD;
H A Dprog_optimize.c69 case OPCODE_MAD:
644 case OPCODE_MAD:
H A Dprog_to_nir.c671 [OPCODE_MAD] = 0,
762 case OPCODE_MAD:
H A Dir_to_mesa.cpp761 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, c);
767 * Emit OPCODE_MAD(a, -b, a) instead of AND(a, NOT(b))
801 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, a);
990 /* Quick peephole: Emit OPCODE_MAD(a, b, c) instead of ADD(MUL(a, b), c)
999 /* Quick peephole: Emit OPCODE_MAD(-a, -b, a) instead of AND(a, NOT(b))
H A Dprog_execute.c794 case OPCODE_MAD:
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c128 { OPCODE_MAD, "MAD", 3, 1 },
H A Dprog_instruction.h147 OPCODE_MAD, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprogramopt.c154 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Y), mat[1], tmp);
155 * emit_op3(p, OPCODE_MAD, tmp, 0, swizzle1(src,Z), mat[2], tmp);
156 * emit_op3(p, OPCODE_MAD, dest, 0, swizzle1(src,W), mat[3], tmp);
172 newInst[i].Opcode = OPCODE_MAD;
187 newInst[3].Opcode = OPCODE_MAD;
318 inst->Opcode = OPCODE_MAD;
H A Dprog_optimize.c69 case OPCODE_MAD:
644 case OPCODE_MAD:
H A Dprog_to_nir.c648 [OPCODE_MAD] = 0,
739 case OPCODE_MAD:
H A Dir_to_mesa.cpp688 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, c);
694 * Emit OPCODE_MAD(a, -b, a) instead of AND(a, NOT(b))
728 emit(ir, OPCODE_MAD, dst_reg(this->result), a, b, a);
917 /* Quick peephole: Emit OPCODE_MAD(a, b, c) instead of ADD(MUL(a, b), c)
926 /* Quick peephole: Emit OPCODE_MAD(-a, -b, a) instead of AND(a, NOT(b))
H A Dprog_execute.c794 case OPCODE_MAD:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c475 case OPCODE_MAD:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c753 case OPCODE_MAD:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c667 case OPCODE_MAD:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c667 case OPCODE_MAD:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c753 case OPCODE_MAD:

Completed in 36 milliseconds