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

/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp84 float triNx = triNdx ? 1.0f - nx : nx; local
87 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
88 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
89 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];
/external/deqp/framework/opengl/
H A DgluTextureTestUtil.cpp492 float triNx = triNdx ? 1.0f - nx : nx; local
495 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
535 float triNx = triNdx ? 1.0f - nx : nx; local
538 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
539 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy);
639 const float triNx = triNdx ? 1.0f - nx : nx; local
642 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy),
643 triangleInterpolate(triT[triNdx], triNx, triNy),
644 triangleInterpolate(triR[triNdx], triNx, triNy));
648 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
837 float triNx = triNdx ? 1.0f - nx : nx; local
892 const float triNx = triNdx ? 1.0f - nx : nx; local
1288 const float triNx = triNdx ? 1.0f - nx : nx; local
1404 const float triNx = triNdx ? 1.0f - nx : nx; local
1611 const float triNx = triNdx ? 1.0f - nx : nx; local
1785 const float triNx = triNdx ? 1.0f - nx : nx; local
1943 const float triNx = triNdx ? 1.0f - nx : nx; local
2052 const float triNx = triNdx ? 1.0f - nx : nx; local
2258 const float triNx = triNdx ? 1.0f - nx : nx; local
2424 const float triNx = triNdx ? 1.0f - nx : nx; local
2538 const float triNx = triNdx ? 1.0f - nx : nx; local
2660 const float triNx = triNdx ? 1.0f - nx : nx; local
[all...]

Completed in 132 milliseconds