Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMisc.cpp102 PVRTVECTOR3 *pvPolyPtr; in PVRTMiscCalculateInfinitePlane() local
154 pvPolyPtr = (PVRTVECTOR3*)pfVtx; in PVRTMiscCalculateInfinitePlane()
189 …PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, &pvWorld[nVert+1], &pvWorld[nVert]); in PVRTMiscCalculateInfinitePlane()
190 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride); in PVRTMiscCalculateInfinitePlane()
201 PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, pFrom, &pvWorld[nVert]); in PVRTMiscCalculateInfinitePlane()
202 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride); in PVRTMiscCalculateInfinitePlane()
223 …PVRTMiscCalculateIntersectionLinePlane(pvPolyPtr, &pvPlane->x, &pvWorld[nVert+1], &pvWorld[nVert]); in PVRTMiscCalculateInfinitePlane()
224 pvPolyPtr = (PVRTVECTOR3*)((char*)pvPolyPtr + nStride); in PVRTMiscCalculateInfinitePlane()