Searched refs:PVRTVertexRead (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTVertex.cpp | 62 void PVRTVertexRead( in PVRTVertexRead() function 227 void PVRTVertexRead( in PVRTVertexRead() function 676 …PVRTVertexRead((PVRTVECTOR4f*) &pfPos0[0], (char*)&pVtx[nIdx0 * nStride] + nOffsetPos, eTypePos, 3… in PVRTVertexGenerateTangentSpace() 677 …PVRTVertexRead((PVRTVECTOR4f*) &pfPos1[0], (char*)&pVtx[nIdx1 * nStride] + nOffsetPos, eTypePos, 3… in PVRTVertexGenerateTangentSpace() 678 …PVRTVertexRead((PVRTVECTOR4f*) &pfPos2[0], (char*)&pVtx[nIdx2 * nStride] + nOffsetPos, eTypePos, 3… in PVRTVertexGenerateTangentSpace() 680 …PVRTVertexRead((PVRTVECTOR4f*) &pfNor0[0], (char*)&pVtx[nIdx0 * nStride] + nOffsetNor, eTypeNor, 3… in PVRTVertexGenerateTangentSpace() 681 …PVRTVertexRead((PVRTVECTOR4f*) &pfNor1[0], (char*)&pVtx[nIdx1 * nStride] + nOffsetNor, eTypeNor, 3… in PVRTVertexGenerateTangentSpace() 682 …PVRTVertexRead((PVRTVECTOR4f*) &pfNor2[0], (char*)&pVtx[nIdx2 * nStride] + nOffsetNor, eTypeNor, 3… in PVRTVertexGenerateTangentSpace() 684 …PVRTVertexRead((PVRTVECTOR4f*) &pfTex0[0], (char*)&pVtx[nIdx0 * nStride] + nOffsetTex, eTypeTex, 3… in PVRTVertexGenerateTangentSpace() 685 …PVRTVertexRead((PVRTVECTOR4f*) &pfTex1[0], (char*)&pVtx[nIdx1 * nStride] + nOffsetTex, eTypeTex, 3… in PVRTVertexGenerateTangentSpace() [all …]
|
D | PVRTBoneBatch.cpp | 596 PVRTVertexRead(&vWeight, &pV[nOffsetWeight], eTypeWeight, nVertexBones); in Create() 597 PVRTVertexRead(&vIdx, &pV[nOffsetIdx], eTypeIdx, nVertexBones); in Create() 607 PVRTVertexRead(&vWeight2, &pV2[nOffsetWeight], eTypeWeight, nVertexBones); in Create() 608 PVRTVertexRead(&vIdx2, &pV2[nOffsetIdx], eTypeIdx, nVertexBones); in Create() 690 PVRTVertexRead(&vWeight, &pV[nOffsetWeight], eTypeWeight, nVertexBones); in FillBatch() 691 PVRTVertexRead(&vIdx, &pV[nOffsetIdx], eTypeIdx, nVertexBones); in FillBatch()
|
D | PVRTVertex.h | 51 void PVRTVertexRead( 64 void PVRTVertexRead(
|
D | PVRTModelPOD.cpp | 3146 PVRTVertexRead(&v, old.pData + i * old.nStride, old.eType, old.n); 3265 …PVRTVertexRead(&v, mesh.sVertex.pData + i * mesh.sVertex.nStride, mesh.sVertex.eType, mesh.sVe… 3343 PVRTVertexRead(&v, old.pData + i * old.nStride, old.eType, old.n); 3379 PVRTVertexRead(&ui32V[0], pData, mesh.sFaces.eType); 3380 PVRTVertexRead(&ui32V[1], pData + mesh.sFaces.nStride, mesh.sFaces.eType); 3381 PVRTVertexRead(&ui32V[2], pData + 2 * mesh.sFaces.nStride, mesh.sFaces.eType); 3719 PVRTVertexRead(&n0, (char*)pFaces + (3 * i + 0) * old.nStride, old.eType); 3720 PVRTVertexRead(&n1, (char*)pFaces + (3 * i + 1) * old.nStride, old.eType); 3721 PVRTVertexRead(&n2, (char*)pFaces + (3 * i + 2) * old.nStride, old.eType); 4047 PVRTVertexRead(&fOrig, in.pData + (idx * in.nStride), in.eType, in.n); [all …]
|