Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTFixedPoint.h35 #define PVRT_PIf (3.1415926535f) macro
40 #define PVRT_PIx PVRTF2X(PVRT_PIf)
102 #define PVRT_PI PVRT_PIf
DPVRTMatrixF.cpp512 PVRTMatrixRotationZF(mRotation, 90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovLHF()
569 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixPerspectiveFovRHF()
615 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixOrthoLHF()
661 PVRTMatrixRotationZF(mRotation, -90.0f*PVRT_PIf/180.0f); in PVRTMatrixOrthoRHF()
DPVRTMatrixX.cpp514 PVRTMatrixRotationZX(mRotation, PVRTF2X(90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovLHX()
569 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixPerspectiveFovRHX()
622 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixOrthoLHX()
675 PVRTMatrixRotationZX(mRotation, PVRTF2X(-90.0f*PVRT_PIf/180.0f)); in PVRTMatrixOrthoRHX()