Lines Matching refs:psTSpass
620 SVtxData *psTSpass; // Array of *different* tangent spaces desired for current vertex in PVRTVertexGenerateTangentSpace() local
643 psTSpass = (SVtxData*)calloc(cnMaxSharedVtx, sizeof(*psTSpass)); in PVRTVertexGenerateTangentSpace()
644 _ASSERT(psTSpass); in PVRTVertexGenerateTangentSpace()
645 if(!pui32IdxNew || !psVtxData || !psTSpass) in PVRTVertexGenerateTangentSpace()
649 free(psTSpass); in PVRTVertexGenerateTangentSpace()
729 psCmp = &psTSpass[i]; in PVRTVertexGenerateTangentSpace()
754 psTSpass[nTSpassLen].pvTan[0] = psVtx->pvTan[nCurr]; in PVRTVertexGenerateTangentSpace()
755 psTSpass[nTSpassLen].pvBin[0] = psVtx->pvBin[nCurr]; in PVRTVertexGenerateTangentSpace()
756 psTSpass[nTSpassLen].pnTri[0] = psVtx->pnTri[nCurr]; in PVRTVertexGenerateTangentSpace()
757 psTSpass[nTSpassLen].n = 1; in PVRTVertexGenerateTangentSpace()
765 psVtx = &psTSpass[nCurr]; in PVRTVertexGenerateTangentSpace()
811 FREE(psTSpass); in PVRTVertexGenerateTangentSpace()