Searched refs:triNx (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp529 float triNx = triNdx ? 1.0f - nx : nx; local
532 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
572 float triNx = triNdx ? 1.0f - nx : nx; local
575 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
576 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy);
676 const float triNx = triNdx ? 1.0f - nx : nx; local
679 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy),
680 triangleInterpolate(triT[triNdx], triNx, triNy),
681 triangleInterpolate(triR[triNdx], triNx, triNy));
685 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
874 float triNx = triNdx ? 1.0f - nx : nx; local
929 const float triNx = triNdx ? 1.0f - nx : nx; local
1754 const float triNx = triNdx ? 1.0f - nx : nx; local
1859 const float triNx = triNdx ? 1.0f - nx : nx; local
2061 const float triNx = triNdx ? 1.0f - nx : nx; local
2235 const float triNx = triNdx ? 1.0f - nx : nx; local
2393 const float triNx = triNdx ? 1.0f - nx : nx; local
2502 const float triNx = triNdx ? 1.0f - nx : nx; local
2708 const float triNx = triNdx ? 1.0f - nx : nx; local
2874 const float triNx = triNdx ? 1.0f - nx : nx; local
2988 const float triNx = triNdx ? 1.0f - nx : nx; local
3110 const float triNx = triNdx ? 1.0f - nx : nx; local
[all...]
/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp83 float triNx = triNdx ? 1.0f - nx : nx; local
86 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
87 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
88 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];
/external/deqp/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp86 float triNx = triNdx ? 1.0f - nx : nx; local
89 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
91 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];

Completed in 63 milliseconds