Searched refs:psTSpass (Results 1 – 1 of 1) sorted by relevance
620 SVtxData *psTSpass; // Array of *different* tangent spaces desired for current vertex in PVRTVertexGenerateTangentSpace() local643 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()[all …]