Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrixF.cpp478 float f, n, fRealAspect; in PVRTMatrixPerspectiveFovLHF() local
481 fRealAspect = 1.0f / fAspect; in PVRTMatrixPerspectiveFovLHF()
483 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovLHF()
489 mOut.f[ 0] = f / fRealAspect; in PVRTMatrixPerspectiveFovLHF()
535 float f, n, fRealAspect; in PVRTMatrixPerspectiveFovRHF() local
538 fRealAspect = 1.0f / fAspect; in PVRTMatrixPerspectiveFovRHF()
540 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovRHF()
546 mOut.f[ 0] = f / fRealAspect; in PVRTMatrixPerspectiveFovRHF()
DPVRTMatrixX.cpp482 int f, fRealAspect; in PVRTMatrixPerspectiveFovLHX() local
485 fRealAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect); in PVRTMatrixPerspectiveFovLHX()
487 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovLHX()
491 mOut.f[ 0] = PVRTXDIV(f, fRealAspect); in PVRTMatrixPerspectiveFovLHX()