Home
last modified time | relevance | path

Searched refs:triY (Results 1 – 1 of 1) sorted by relevance

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