Home
last modified time | relevance | path

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

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTMatrixF.cpp331 float pfRes[4]; in PVRTMatrixInverseExF() local
347 PVRTMatrixLinearEqSolveF(pfRes, (float**)ppfRows, 4); in PVRTMatrixInverseExF()
351 mTmp.f[i + 4 * j] = pfRes[j]; in PVRTMatrixInverseExF()
DPVRTMatrixX.cpp336 int *ppfRows[4], pfRes[4], pfIn[20]; in PVRTMatrixInverseExX() local
353 PVRTMatrixLinearEqSolveX(pfRes, (int**)ppfRows, 4); in PVRTMatrixInverseExX()
357 mTmp.f[i + 4 * j] = pfRes[j]; in PVRTMatrixInverseExX()