Searched refs:pVertex (Results 1 – 8 of 8) sorted by relevance
135 PVRTVECTOR3 *pVertex =(PVRTVECTOR3*)(pV+i32Offset); in PVRTBoundingBoxComputeInterleaved() local138 MinX=pVertex->x; MaxX=pVertex->x; in PVRTBoundingBoxComputeInterleaved()139 MinY=pVertex->y; MaxY=pVertex->y; in PVRTBoundingBoxComputeInterleaved()140 MinZ=pVertex->z; MaxZ=pVertex->z; in PVRTBoundingBoxComputeInterleaved()145 pVertex = (PVRTVECTOR3*)( (unsigned char*)(pVertex)+i32Stride); in PVRTBoundingBoxComputeInterleaved()148 if (pVertex->x < MinX) MinX = pVertex->x; in PVRTBoundingBoxComputeInterleaved()149 if (pVertex->x > MaxX) MaxX = pVertex->x; in PVRTBoundingBoxComputeInterleaved()152 if (pVertex->y < MinY) MinY = pVertex->y; in PVRTBoundingBoxComputeInterleaved()153 if (pVertex->y > MaxY) MaxY = pVertex->y; in PVRTBoundingBoxComputeInterleaved()156 if (pVertex->z < MinZ) MinZ = pVertex->z; in PVRTBoundingBoxComputeInterleaved()[all …]
49 new_mesh->pVertex = new VERTTYPE[mesh->nNumVertex*3]; in CreateFixedObjectMesh()51 new_mesh->pVertex[i] = PVRTF2X(mesh->pVertex[i]); in CreateFixedObjectMesh()55 new_mesh->pVertex = 0; in CreateFixedObjectMesh()132 delete[] mesh->pVertex; in FreeFixedObjectMesh()
128 float *pVertex; member162 VERTTYPE *pVertex; member
144 const PVRTVECTOR3 * const pVertex,
101 const float * const pVertex,
291 const float * const pVertex, in PVRTShadowVolMeshCreateMesh() argument315 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 0]], in PVRTShadowVolMeshCreateMesh()316 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 1]], in PVRTShadowVolMeshCreateMesh()317 (PVRTVECTOR3*)&pVertex[3 * pFaces[3 * nCurr + 2]]); in PVRTShadowVolMeshCreateMesh()
122 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetSimdVector() local123 return pVertex[index].attrib[slot]; in GetSimdVector()181 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetNextVsOutput() local182 return pVertex[this->cur]; in GetNextVsOutput()
442 simdvertex* pVertex = (simdvertex*)pa.pStreamBase; in PaTriFan0() local443 pa.leadingVertex = pVertex[pa.cur]; in PaTriFan0()