Searched refs:fRealAspect (Results 1 – 2 of 2) sorted by relevance
478 float f, n, fRealAspect; in PVRTMatrixPerspectiveFovLHF() local481 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() local538 fRealAspect = 1.0f / fAspect; in PVRTMatrixPerspectiveFovRHF()540 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovRHF()546 mOut.f[ 0] = f / fRealAspect; in PVRTMatrixPerspectiveFovRHF()
482 int f, fRealAspect; in PVRTMatrixPerspectiveFovLHX() local485 fRealAspect = PVRTXDIV(PVRTF2X(1.0f), fAspect); in PVRTMatrixPerspectiveFovLHX()487 fRealAspect = fAspect; in PVRTMatrixPerspectiveFovLHX()491 mOut.f[ 0] = PVRTXDIV(f, fRealAspect); in PVRTMatrixPerspectiveFovLHX()