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

  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTTrans.cpp 425 VERTTYPE *ppfRows[4];
443 ppfRows[i] = &pfIn[i * 5];
448 memcpy(&ppfRows[i][1], &pMa->f[i * 4], 4 * sizeof(float));
454 ppfRows[0][0] = pV->x;
455 ppfRows[1][0] = pV->y;
456 ppfRows[2][0] = pV->z;
457 ppfRows[3][0] = pV->w;
462 PVRTMatrixLinearEqSolve(&pOut->x, ppfRows, 4);
PVRTMatrixF.cpp 330 float *ppfRows[4];
336 ppfRows[i] = &pfIn[i * 5];
343 ppfRows[j][0] = c_mIdentity.f[i + 4 * j];
344 memcpy(&ppfRows[j][1], &mIn.f[j * 4], 4 * sizeof(float));
347 PVRTMatrixLinearEqSolveF(pfRes, (float**)ppfRows, 4);
PVRTMatrixX.cpp 336 int *ppfRows[4], pfRes[4], pfIn[20];
341 ppfRows[i] = &pfIn[i * 5];
349 ppfRows[j][0] = c_mIdentity.f[i + 4 * j];
350 memcpy(&ppfRows[j][1], &mIn.f[j * 4], 4 * sizeof(float));
353 PVRTMatrixLinearEqSolveX(pfRes, (int**)ppfRows, 4);

Completed in 2598 milliseconds