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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTShadowVol.h 82 unsigned int nIdxCntMax; /*!< Number of indices which can fit in piib */
PVRTShadowVol.cpp 515 psVol->nIdxCntMax = psMesh->nT * 2 * 3;
739 _ASSERT(psVol->nIdxCnt <= psVol->nIdxCntMax);
784 _ASSERT(psVol->nIdxCnt <= psVol->nIdxCntMax);
    [all...]

Completed in 393 milliseconds