Searched defs:nyo (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp1747 const float nyo = wyo/dstH; local
1749 const float coordDxo = triDerivateX(triS[triNdx], triW[triNdx], wxo, dstW, nyo) * float(srcSize);
1854 const float nyo = wyo/dstH; local
1856 const tcu::Vec2 coordO (projectedTriInterpolate(triS[triNdx], triW[triNdx], nxo, nyo),
1857 projectedTriInterpolate(triT[triNdx], triW[triNdx], nxo, nyo));
1858 const tcu::Vec2 coordDxo = tcu::Vec2(triDerivateX(triS[triNdx], triW[triNdx], wxo, dstW, nyo),
1859 triDerivateX(triT[triNdx], triW[triNdx], wxo, dstW, nyo)) * srcSize.asFloat();
2060 const float nyo = wyo/dstH; local
2062 const tcu::Vec3 coordO (projectedTriInterpolate(triS[triNdx], triW[triNdx], nxo, nyo),
2063 projectedTriInterpolate(triT[triNdx], triW[triNdx], nxo, nyo),
2222 const float nyo = wyo/dstH; local
2369 const float nyo = wyo/dstH; local
2480 const float nyo = wyo/dstH; local
2692 const float nyo = wyo/dstH; local
2851 const float nyo = wyo/dstH; local
2966 const float nyo = wyo/dstH; local
3082 const float nyo = wyo/dstH; local
[all...]

Completed in 516 milliseconds