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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrix.h 645 @param[out] vOut Result of the interpolation
653 PVRTVECTOR3f &vOut,
659 @param[out] vOut Result of the interpolation
667 PVRTVECTOR3x &vOut,
700 @param[out] vOut Cross product of the two vectors
707 PVRTVECTOR3f &vOut,
712 @param[out] vOut Cross product of the two vectors
719 PVRTVECTOR3x &vOut,
725 @param[out] vOut Normalized vector
730 PVRTVECTOR3f &vOut,
    [all...]
PVRTMatrixF.cpp 668 @Output vOut Result of the interpolation
676 PVRTVECTOR3f &vOut,
681 vOut.x = v1.x + s * (v2.x - v1.x);
682 vOut.y = v1.y + s * (v2.y - v1.y);
683 vOut.z = v1.z + s * (v2.z - v1.z);
703 @Output vOut Cross product of the two vectors
710 PVRTVECTOR3f &vOut,
722 vOut = result;
727 @Output vOut Normalized vector
732 PVRTVECTOR3f &vOut,
    [all...]
PVRTMatrixX.cpp 682 @Output vOut Result of the interpolation
690 PVRTVECTOR3x &vOut,
695 vOut.x = v1.x + PVRTXMUL(s, v2.x - v1.x);
696 vOut.y = v1.y + PVRTXMUL(s, v2.y - v1.y);
697 vOut.z = v1.z + PVRTXMUL(s, v2.z - v1.z);
720 @Output vOut Cross product of the two vectors
727 PVRTVECTOR3x &vOut,
739 vOut = result;
744 @Output vOut Normalized vector
753 PVRTVECTOR3x &vOut,
    [all...]
PVRTModelPOD.cpp     [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
BasicOCSPResp.java 182 OutputStream vOut = verifier.getOutputStream();
184 vOut.write(resp.getTbsResponseData().getEncoded(ASN1Encoding.DER));
185 vOut.close();
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 360 Value* vOut = FMADDPS(vA, vX, vC);
361 vOut = FMADDPS(vB, vY, vOut);
362 return vOut;
    [all...]

Completed in 559 milliseconds