Home
last modified time | relevance | path

Searched refs:psVtx (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.cpp622 SVtxData *psVtx, *psCmp; in PVRTVertexGenerateTangentSpace() local
720 psVtx = &psVtxData[nVert]; in PVRTVertexGenerateTangentSpace()
726 for(nCurr = 0; nCurr < (unsigned int) psVtx->n; ++nCurr) { in PVRTVertexGenerateTangentSpace()
733 if(PVRTMatrixVec3DotProductF(psVtx->pvTan[nCurr], psCmp->pvTan[j]) < fSplitDifference) in PVRTVertexGenerateTangentSpace()
735 if(PVRTMatrixVec3DotProductF(psVtx->pvBin[nCurr], psCmp->pvBin[j]) < fSplitDifference) in PVRTVertexGenerateTangentSpace()
743 psCmp->pvTan[psCmp->n] = psVtx->pvTan[nCurr]; in PVRTVertexGenerateTangentSpace()
744 psCmp->pvBin[psCmp->n] = psVtx->pvBin[nCurr]; in PVRTVertexGenerateTangentSpace()
745 psCmp->pnTri[psCmp->n] = psVtx->pnTri[nCurr]; in PVRTVertexGenerateTangentSpace()
754 psTSpass[nTSpassLen].pvTan[0] = psVtx->pvTan[nCurr]; in PVRTVertexGenerateTangentSpace()
755 psTSpass[nTSpassLen].pvBin[0] = psVtx->pvBin[nCurr]; in PVRTVertexGenerateTangentSpace()
[all …]
DPVRTGeometry.cpp59 const SVtx *psVtx[2]; // Identify the edge by the two vertices it joins member
164 SVtx **psVtx; // Pointers to vertices member
433 if(pEdg->psVtx[0] == pVtxL && pEdg->psVtx[1] == pVtxH) in BuildEdgeList()
443 pEdg->psVtx[0] = pVtxL; in BuildEdgeList()
444 pEdg->psVtx[1] = pVtxH; in BuildEdgeList()
636 FREE(psVtx); in ~CBlockOption()
654 psVtx = (SVtx**)malloc(nVtxLimit * sizeof(*psVtx)); in Init()
671 memcpy(psVtx, pSrc->psVtx, nVtxNum * sizeof(*psVtx)); in Copy()
747 if(psVtx[i] == pVtx) in UsingVertex()
805 psVtx[nVtxNum++] = pVtx; in AddVertex()
[all …]