Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTVertex.cpp622 SVtxData *psVtx, *psCmp; in PVRTVertexGenerateTangentSpace() local
729 psCmp = &psTSpass[i]; in PVRTVertexGenerateTangentSpace()
732 for(j = 0; j < (unsigned int) psCmp->n; ++j) { 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()
740 if(j == (unsigned int) psCmp->n) { in PVRTVertexGenerateTangentSpace()
742 _ASSERT(psCmp->n < cnMaxSharedVtx); 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()
[all …]