Home
last modified time | relevance | path

Searched refs:pVertex (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTTrans.cpp135 PVRTVECTOR3 *pVertex =(PVRTVECTOR3*)(pV+i32Offset); in PVRTBoundingBoxComputeInterleaved() local
138 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 …]
DPVRTFixedPoint.cpp49 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()
DPVRTFixedPoint.h128 float *pVertex; member
162 VERTTYPE *pVertex; member
DPVRTTrans.h144 const PVRTVECTOR3 * const pVertex,
DPVRTShadowVol.h101 const float * const pVertex,
DPVRTShadowVol.cpp291 const float * const pVertex, in PVRTShadowVolMeshCreateMesh() argument
315 (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()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h122 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetSimdVector() local
123 return pVertex[index].attrib[slot]; in GetSimdVector()
181 simdvertex* pVertex = (simdvertex*)pStreamBase; in GetNextVsOutput() local
182 return pVertex[this->cur]; in GetNextVsOutput()
Dpa_avx.cpp442 simdvertex* pVertex = (simdvertex*)pa.pStreamBase; in PaTriFan0() local
443 pa.leadingVertex = pVertex[pa.cur]; in PaTriFan0()