Searched refs:triNx (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 492 float triNx = triNdx ? 1.0f - nx : nx; in sampleTextureProjected() local 495 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected() 535 float triNx = triNdx ? 1.0f - nx : nx; in sampleTextureProjected() local 538 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected() 539 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy); in sampleTextureProjected() 639 const float triNx = triNdx ? 1.0f - nx : nx; in sampleTextureCube() local 642 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy), in sampleTextureCube() 643 triangleInterpolate(triT[triNdx], triNx, triNy), in sampleTextureCube() 644 triangleInterpolate(triR[triNdx], triNx, triNy)); in sampleTextureCube() 648 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx), in sampleTextureCube() [all …]
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 86 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()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 84 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()
|