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

/external/deqp/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp84 float triNy = triNdx ? 1.0f - ny : ny; 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.cpp87 float triNy = triNdx ? 1.0f - ny : ny; 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/modules/glshared/
H A DglsTextureTestUtil.cpp527 float triNy = triNdx ? 1.0f - ny : ny; local
529 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
566 float triNy = triNdx ? 1.0f - ny : ny; local
568 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
569 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy);
666 const float triNy = triNdx ? 1.0f - ny : ny; local
668 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy),
669 triangleInterpolate(triT[triNdx], triNx, triNy),
670 triangleInterpolate(triR[triNdx], triNx, triNy));
671 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy),
854 float triNy = triNdx ? 1.0f - ny : ny; local
905 const float triNy = triNdx ? 1.0f - ny : ny; local
1738 const float triNy = triNdx ? 1.0f - ny : ny; local
1842 const float triNy = triNdx ? 1.0f - ny : ny; local
2045 const float triNy = triNdx ? 1.0f - ny : ny; local
2218 const float triNy = triNdx ? 1.0f - ny : ny; local
2376 const float triNy = triNdx ? 1.0f - ny : ny; local
2484 const float triNy = triNdx ? 1.0f - ny : ny; local
2693 const float triNy = triNdx ? 1.0f - ny : ny; local
2856 const float triNy = triNdx ? 1.0f - ny : ny; local
2968 const float triNy = triNdx ? 1.0f - ny : ny; local
3086 const float triNy = triNdx ? 1.0f - ny : ny; local
[all...]

Completed in 146 milliseconds