Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureSwizzleTests.cpp207 const float triX = triNdx ? 1.0f-xf : xf; in iterate() local
210 …const float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, t… in iterate()
211 …const float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, t… in iterate()
/external/deqp/framework/opengl/
DgluTextureTestUtil.cpp416 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
419 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
452 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
455 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
456 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in sampleTextureNonProjected()
695 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
698 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
699 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in sampleTextureNonProjected()
700 float r = triangleInterpolate(triR[triNdx].x(), triR[triNdx].y(), triR[triNdx].z(), triX, triY); in sampleTextureNonProjected()
743 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
[all …]