HomeSort by relevance Sort by last modified time
    Searched refs:OPCODE_DP3 (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 696 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_X, src, mat[0]);
697 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Y, src, mat[1]);
698 emit_op2(p, OPCODE_DP3, dest, WRITEMASK_Z, src, mat[2]);
711 emit_op2(p, OPCODE_DP3, tmp, WRITEMASK_X, src, src);
964 emit_op2(p, OPCODE_DP3, spot, 0, negate(VPpli), spot_dir_norm);
985 emit_op2(p, OPCODE_DP3, dist, 0, attenuation, dist);
1143 emit_op2(p, OPCODE_DP3, dist, 0, VPpli, VPpli);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass1.c 265 case OPCODE_DP3:
brw_wm.c 77 case OPCODE_DP3:
brw_wm_emit.c 63 [OPCODE_DP3] = 2,
    [all...]
brw_vs_emit.c 51 [OPCODE_DP3] = 2,
    [all...]
  /external/mesa3d/src/mesa/program/
prog_opt_constant_fold.c 197 case OPCODE_DP3:
213 if (inst->Opcode >= OPCODE_DP3)
prog_instruction.c 175 { OPCODE_DP3, "DP3", 2, 1 },
prog_instruction.h 167 OPCODE_DP3, /* X X X X X */
prog_optimize.c 102 case OPCODE_DP3:
718 case OPCODE_DP3:
    [all...]
nvfragparse.c 92 { "DP3", OPCODE_DP3, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S },
    [all...]
ir_to_mesa.cpp 415 OPCODE_DP2, OPCODE_DP3, OPCODE_DP4
    [all...]
prog_execute.c 839 case OPCODE_DP3:
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 560 case OPCODE_DP3:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_fragprog.c 524 case OPCODE_DP3:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 801 case OPCODE_DP3://DOT RESULT 1.X Y Z W PARAM 0{} {X Y Z ZERO} PARAM 0{} {X Y Z ZERO}
    [all...]

Completed in 200 milliseconds