Home
last modified time | relevance | path

Searched refs:nIdxCnt (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTShadowVol.cpp686 psVol->nIdxCnt = 0; in PVRTShadowVolSilhouetteProjectedBuild()
715 pwIdx[psVol->nIdxCnt+0] = psTri->w[0]; in PVRTShadowVolSilhouetteProjectedBuild()
716 pwIdx[psVol->nIdxCnt+1] = psTri->w[1]; in PVRTShadowVolSilhouetteProjectedBuild()
717 pwIdx[psVol->nIdxCnt+2] = psTri->w[2]; in PVRTShadowVolSilhouetteProjectedBuild()
718 psVol->nIdxCnt += 3; in PVRTShadowVolSilhouetteProjectedBuild()
730 pwIdx[psVol->nIdxCnt+0] = (unsigned short) psMesh->nV + psTri->w[0]; in PVRTShadowVolSilhouetteProjectedBuild()
731 pwIdx[psVol->nIdxCnt+1] = (unsigned short) psMesh->nV + psTri->w[1]; in PVRTShadowVolSilhouetteProjectedBuild()
732 pwIdx[psVol->nIdxCnt+2] = (unsigned short) psMesh->nV + psTri->w[2]; in PVRTShadowVolSilhouetteProjectedBuild()
733 psVol->nIdxCnt += 3; in PVRTShadowVolSilhouetteProjectedBuild()
739 _ASSERT(psVol->nIdxCnt <= psVol->nIdxCntMax); in PVRTShadowVolSilhouetteProjectedBuild()
[all …]
DPVRTShadowVol.h79 unsigned int nIdxCnt; /*!< Number of indices in piib */ member
DPVRTModelPOD.cpp3680 int nIdxCnt; local
3689 nIdxCnt = 0;
3729 … PVRTVertexWrite((char*)mesh.sFaces.pData + nIdxCnt * mesh.sFaces.nStride, mesh.sFaces.eType, n2);
3730 ++nIdxCnt;
3739 … PVRTVertexWrite((char*)mesh.sFaces.pData + nIdxCnt * mesh.sFaces.nStride, mesh.sFaces.eType, n2);
3740 ++nIdxCnt;
3750 … PVRTVertexWrite((char*)mesh.sFaces.pData + nIdxCnt * mesh.sFaces.nStride, mesh.sFaces.eType, n0);
3751 ++nIdxCnt;
3752 … PVRTVertexWrite((char*)mesh.sFaces.pData + nIdxCnt * mesh.sFaces.nStride, mesh.sFaces.eType, n1);
3753 ++nIdxCnt;
[all …]