Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp502 float triNx = triNdx ? 1.0f - nx : nx; in sampleTextureProjected() local
505 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected()
546 float triNx = triNdx ? 1.0f - nx : nx; 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()
682 const float triNx = triNdx ? 1.0f - nx : nx; 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()
691 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube()
893 float triNx = triNdx ? 1.0f - nx : nx; sampleTextureProjected() local
958 const float triNx = triNdx ? 1.0f - nx : nx; sampleTextureCubeArray() local
1354 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
1489 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
1713 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
1904 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
2062 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
2171 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
2387 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureLookupDiff() local
2555 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
2671 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
2793 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
2905 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
3012 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
3123 const float triNx = triNdx ? 1.0f - nx : nx; computeTextureCompareDiff() local
[all...]
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp84 float triNx = triNdx ? 1.0f - nx : nx; 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.cpp86 float triNx = triNdx ? 1.0f - nx : nx; 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 12 milliseconds