Searched refs:triX (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/texture/ |
D | vktTextureSwizzleTests.cpp | 207 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/ |
D | gluTextureTestUtil.cpp | 416 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 …]
|