Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp503 float triNy = triNdx ? 1.0f - ny : ny; in sampleTextureProjected() local
505 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected()
547 float triNy = triNdx ? 1.0f - ny : ny; in sampleTextureProjected() local
549 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected()
550 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected()
683 const float triNy = triNdx ? 1.0f - ny : ny; in sampleTextureCube() local
685 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy), in sampleTextureCube()
686 triangleInterpolate(triT[triNdx], triNx, triNy), in sampleTextureCube()
687 triangleInterpolate(triR[triNdx], triNx, triNy)); in sampleTextureCube()
688 const tcu::Vec3 coordDx (triDerivateX(triS[triNdx], triW[triNdx], wx, dstW, triNy), in sampleTextureCube()
894 float triNy = triNdx ? 1.0f - ny : ny; sampleTextureProjected() local
959 const float triNy = triNdx ? 1.0f - ny : ny; sampleTextureCubeArray() local
1355 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
1490 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
1714 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
1905 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
2063 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
2172 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
2388 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureLookupDiff() local
2556 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
2672 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
2794 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
2906 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
3013 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
3124 const float triNy = triNdx ? 1.0f - ny : ny; computeTextureCompareDiff() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp85 float triNy = triNdx ? 1.0f - ny : ny; in renderReference() local
87 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference()
88 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference()
89 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference()
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp87 float triNy = triNdx ? 1.0f - ny : ny; in renderReference() local
89 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0]; in renderReference()
90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1]; in renderReference()
91 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2]; in renderReference()

Completed in 7 milliseconds