Home
last modified time | relevance | path

Searched refs:triX (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp208 const float triX = triNdx ? 1.0f-xf : xf; in iterate() local
211 const float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in iterate()
212 const float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp236 const float triX = triNdx ? 1.0f-xf : xf; in iterate() local
239 const float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in iterate()
240 const float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in iterate()
/third_party/vk-gl-cts/framework/opengl/
H A 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()
453 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
456 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
457 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in sampleTextureNonProjected()
748 float triX = triNdx ? 1.0f-xf : xf; in sampleTextureNonProjected() local
751 float s = triangleInterpolate(triS[triNdx].x(), triS[triNdx].y(), triS[triNdx].z(), triX, triY); in sampleTextureNonProjected()
752 float t = triangleInterpolate(triT[triNdx].x(), triT[triNdx].y(), triT[triNdx].z(), triX, triY); in sampleTextureNonProjected()
753 float r = triangleInterpolate(triR[triNdx].x(), triR[triNdx].y(), triR[triNdx].z(), triX, triY); in sampleTextureNonProjected()
796 float triX in sampleTextureNonProjected() local
843 float triX = triNdx ? 1.0f-xf : xf; sampleTextureNonProjected() local
1004 const float triX = triNdx ? 1.0f-xf : xf; fetchTexture() local
[all...]

Completed in 12 milliseconds