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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_instruction.c108 { OPCODE_DP4, "DP4", 2, 1 },
H A Dprog_instruction.h129 OPCODE_DP4, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprog_opt_constant_fold.c193 case OPCODE_DP4:
207 if (inst->Opcode == OPCODE_DP4)
H A Dprogramopt.c89 newInst[i].Opcode = OPCODE_DP4;
H A Dprog_to_nir.c659 [OPCODE_DP4] = 0,
786 case OPCODE_DP4:
H A Dprog_optimize.c689 case OPCODE_DP4:
H A Dprog_execute.c550 case OPCODE_DP4:
H A Dir_to_mesa.cpp420 OPCODE_DP2, OPCODE_DP3, OPCODE_DP4 enumerator in enum:ir_to_mesa_visitor::emit_dp::dot_opcodes
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_instruction.c110 { OPCODE_DP4, "DP4", 2, 1 },
H A Dprog_instruction.h129 OPCODE_DP4, /* X X X X X */ enumerator in enum:prog_opcode
H A Dprog_opt_constant_fold.c193 case OPCODE_DP4:
207 if (inst->Opcode == OPCODE_DP4)
H A Dprog_to_nir.c636 [OPCODE_DP4] = 0,
763 case OPCODE_DP4:
H A Dprogramopt.c89 newInst[i].Opcode = OPCODE_DP4;
H A Dprog_optimize.c689 case OPCODE_DP4:
H A Dprog_execute.c550 case OPCODE_DP4:
H A Dir_to_mesa.cpp421 OPCODE_DP2, OPCODE_DP3, OPCODE_DP4 enumerator in enum:ir_to_mesa_visitor::emit_dp::dot_opcodes
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c645 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
646 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
647 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
648 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
750 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
1435 emit_op2(p, OPCODE_DP4, out_texgen, WRITEMASK_X << j,
1445 emit_op2(p, OPCODE_DP4, out_texgen, WRITEMASK_X << j,
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c642 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_X, src, mat[0]);
643 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Y, src, mat[1]);
644 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_Z, src, mat[2]);
645 emit_op2(p, OPCODE_DP4, dest, WRITEMASK_W, src, mat[3]);
747 emit_op2(p, OPCODE_DP4, p->eye_position_z, 0, pos, modelview[2]);
1510 emit_op2(p, OPCODE_DP4, out_texgen, WRITEMASK_X << j,
1520 emit_op2(p, OPCODE_DP4, out_texgen, WRITEMASK_X << j,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_mesa_to_tgsi.c453 case OPCODE_DP4:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c315 case OPCODE_DP4: return R200_VPI_OUT_OP_DOT;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c539 case OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Di915_fragprog.c539 case OPCODE_DP4:
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_vertprog.c315 case OPCODE_DP4: return R200_VPI_OUT_OP_DOT;

Completed in 36 milliseconds