Searched refs:pVtx (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/PowerVR_SDK/Tools/ |
D | PVRTGeometry.cpp | 188 bool UsingVertex(const SVtx * const pVtx) const; 194 void AddVertex(SVtx * const pVtx); 195 void AddVertexCheckDup(SVtx * const pVtx); 240 SVtx * const pVtx, 456 SVtx **ppR, **ppW, *pVtx; in CreateMeshList() local 468 pVtx = &m_pVtx[i]; in CreateMeshList() 470 if(pVtx->ppMeshPos) { in CreateMeshList() 471 _ASSERT(pVtx->ppMeshPos < ppW); in CreateMeshList() 478 *ppW = pVtx; in CreateMeshList() 479 pVtx->ppMeshPos = ppW; in CreateMeshList() [all …]
|
D | PVRTVertex.cpp | 596 const char * const pVtx, in PVRTVertexGenerateTangentSpace() argument 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() 686 …PVRTVertexRead((PVRTVECTOR4f*) &pfTex2[0], (char*)&pVtx[nIdx2 * nStride] + nOffsetTex, eTypeTex, 3… in PVRTVertexGenerateTangentSpace() [all …]
|
D | PVRTBoneBatch.cpp | 394 const char * const pVtx, // Input vertices 433 const char * const pVtx, in Create() argument 481 …if(!FillBatch(batch, &pui32Idx[i * 3], pVtx, nStride, nOffsetWeight, eTypeWeight, nOffsetIdx, eTyp… in Create() 548 …if(!FillBatch(batch, &pui32Idx[i * 3], pVtx, nStride, nOffsetWeight, eTypeWeight, nOffsetIdx, eTyp… in Create() 594 pV = &pVtx[ui32SrcIdx * nStride]; in Create() 670 const char * const pVtx, in FillBatch() argument 687 pV = &pVtx[pui32Idx[i] * nStride]; in FillBatch()
|
D | PVRTBoneBatch.h | 52 const char * const pVtx,
|
D | PVRTVertex.h | 158 const char * const pVtx,
|
D | PVRTPrint3D.cpp | 946 bool CPVRTPrint3D::DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int nVertices) in DrawLine() argument 976 memcpy(&m_pVtxCache[m_nVtxCache], pVtx, nVertices * sizeof(*pVtx)); in DrawLine()
|
D | PVRTPrint3D.h | 285 bool DrawLine(SPVRTPrint3DAPIVertex *pVtx, unsigned int nVertices);
|