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

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp454 float triY = triNdx ? 1.0f-yf : yf; local
456 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
490 float triY = triNdx ? 1.0f-yf : yf; local
492 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
493 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY);
733 float triY = triNdx ? 1.0f-yf : yf; local
735 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY);
736 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY);
737 float r = triangleInterpolate(triR[triNdx].x(), triR[triNdx].y(), triR[triNdx].z(), triX, triY);
781 float triY local
828 float triY = triNdx ? 1.0f-yf : yf; local
976 const float triY = triNdx ? 1.0f-yf : yf; local
[all...]

Completed in 59 milliseconds