Home
last modified time | relevance | path

Searched refs:nVtxNum (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTGeometry.cpp90 int nVtxNum; member
133 const int nVtxNum,
137 const int nVtxNum,
160 int nVtxNum; // Number of vertices in the block member
504 sMesh.nVtxNum = (int)(ppR - sMesh.ppVtx); in CreateMeshList()
506 if(sMesh.nVtxNum >= 3) in CreateMeshList()
508 if(sMesh.nVtxNum >= m_nVtxLimit) in CreateMeshList()
511 m_pvMesh[sMesh.nVtxNum-3].push_back(sMesh); in CreateMeshList()
519 _ASSERT(sMesh.nVtxNum == 1); in CreateMeshList()
544 const int nVtxNum, in SplitMesh() argument
[all …]
DPVRTVertex.cpp36 #define MAX_VERTEX_OUT (3*nVtxNum)
595 const unsigned int nVtxNum, in PVRTVertexGenerateTangentSpace() argument
641 psVtxData = (SVtxData*)calloc(nVtxNum, sizeof(*psVtxData)); in PVRTVertexGenerateTangentSpace()
658 _ASSERT(nIdx0 < nVtxNum); in PVRTVertexGenerateTangentSpace()
659 _ASSERT(nIdx1 < nVtxNum); in PVRTVertexGenerateTangentSpace()
660 _ASSERT(nIdx2 < nVtxNum); in PVRTVertexGenerateTangentSpace()
719 for(nVert = 0; nVert < nVtxNum; ++nVert) { in PVRTVertexGenerateTangentSpace()
820 …_RPT3(_CRT_WARN, "GenerateTangentSpace(): %d tris, %d vtx in, %d vtx out\n", nTriNum, nVtxNum, *pn… in PVRTVertexGenerateTangentSpace()
821 _ASSERT(*pnVtxNumOut >= nVtxNum); in PVRTVertexGenerateTangentSpace()
DPVRTBoneBatch.h51 const int nVtxNum,
DPVRTVertex.h157 const unsigned int nVtxNum,
DPVRTBoneBatch.cpp432 const int nVtxNum, in Create() argument
474 pvDup = new std::vector<int>[nVtxNum]; in Create()