Lines Matching refs:nE
144 for(nCurr = 0; nCurr < psMesh->nE; nCurr++) { in FindOrCreateEdge()
157 psMesh->pE[psMesh->nE].wV0 = wV0; in FindOrCreateEdge()
158 psMesh->pE[psMesh->nE].wV1 = wV1; in FindOrCreateEdge()
159 psMesh->pE[psMesh->nE].nVis = 0; in FindOrCreateEdge()
161 return psMesh->nE++; in FindOrCreateEdge()
321 _ASSERT(psMesh->nE < nNumFaces * 3); in PVRTShadowVolMeshCreateMesh()
325 _RPT2(_CRT_WARN, "Unique edges : %d (from %d)\n", psMesh->nE, nNumFaces * 3); in PVRTShadowVolMeshCreateMesh()
332 psMesh->pE = (PVRTShadowVolMEdge*)realloc(psMesh->pE, psMesh->nE * sizeof(*psMesh->pE)); in PVRTShadowVolMeshCreateMesh()
346 for(nEdge = 0; nEdge < psMesh->nE; nEdge++) { in PVRTShadowVolMeshCreateMesh()
401 _ASSERT(psMesh->nE); in PVRTShadowVolMeshInitMesh()
506 _ASSERT(psMesh->nE); in PVRTShadowVolMeshInitVol()
748 for(nCurr = 0; nCurr < psMesh->nE; nCurr++) { in PVRTShadowVolSilhouetteProjectedBuild()