HomeSort by relevance Sort by last modified time
    Searched refs:pfRes (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTMatrixF.cpp 331 float pfRes[4];
347 PVRTMatrixLinearEqSolveF(pfRes, (float**)ppfRows, 4);
351 mTmp.f[i + 4 * j] = pfRes[j];
PVRTMatrixX.cpp 336 int *ppfRows[4], pfRes[4], pfIn[20];
353 PVRTMatrixLinearEqSolveX(pfRes, (int**)ppfRows, 4);
357 mTmp.f[i + 4 * j] = pfRes[j];

Completed in 313 milliseconds