HomeSort by relevance Sort by last modified time
    Searched refs:triNx (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 526 float triNx = triNdx ? 1.0f - nx : nx;
529 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
565 float triNx = triNdx ? 1.0f - nx : nx;
568 float s = projectedTriInterpolate(triS[triNdx], triW[triNdx], triNx, triNy);
569 float t = projectedTriInterpolate(triT[triNdx], triW[triNdx], triNx, triNy);
665 const float triNx = triNdx ? 1.0f - nx : nx;
668 const tcu::Vec3 coord (triangleInterpolate(triS[triNdx], triNx, triNy),
669 triangleInterpolate(triT[triNdx], triNx, triNy),
670 triangleInterpolate(triR[triNdx], triNx, triNy));
674 const tcu::Vec3 coordDy (triDerivateY(triS[triNdx], triW[triNdx], wy, dstH, triNx),
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 83 float triNx = triNdx ? 1.0f - nx : nx;
86 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
87 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
88 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 86 float triNx = triNdx ? 1.0f - nx : nx;
89 float r = projectedTriInterpolate(triR[triNdx], triW[triNdx], triNx, triNy) * scale[0] + bias[0];
90 float g = projectedTriInterpolate(triG[triNdx], triW[triNdx], triNx, triNy) * scale[1] + bias[1];
91 float b = projectedTriInterpolate(triB[triNdx], triW[triNdx], triNx, triNy) * scale[2] + bias[2];

Completed in 116 milliseconds