Searched refs:nBufferVtxLimit (Results 1 – 2 of 2) sorted by relevance
233 const int nBufferVtxLimit,1020 const int nBufferVtxLimit, in CBlock() argument1023 m_nVtxLimit = nBufferVtxLimit; in CBlock()1402 const int nBufferVtxLimit, in PVRTGeometrySort() argument1406 CObject sOb(pwIdx, nVertNum, nTriNum, nBufferVtxLimit, nBufferTriLimit); in PVRTGeometrySort()1407 CBlock sBlock(nBufferVtxLimit, nBufferTriLimit); in PVRTGeometrySort()1444 _ASSERT(nMeshToResize <= (nBufferVtxLimit-3)); in PVRTGeometrySort()1450 _ASSERT(nVtxCnt <= nBufferVtxLimit); in PVRTGeometrySort()1462 _ASSERT(nTriCnt == nBufferTriLimit || (nBufferVtxLimit - nVtxCnt) < 3 || nOutTriCnt == nTriNum); in PVRTGeometrySort()
41 const int nBufferVtxLimit,