Searched refs:nxo (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 1768 const float nxo = wxo/dstW; in computeTextureLookupDiff() local 1772 … const float coordDyo = triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo) * float(srcSize); in computeTextureLookupDiff() 1876 const float nxo = wxo/dstW; in computeTextureLookupDiff() local 1881 const tcu::Vec2 coordDyo = tcu::Vec2(triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo), in computeTextureLookupDiff() 1882 triDerivateY(triT[triNdx], triW[triNdx], wyo, dstH, nxo)) * srcSize.asFloat(); in computeTextureLookupDiff() 2081 const float nxo = wxo/dstW; in computeTextureLookupDiff() local 2084 const tcu::Vec3 coordO (projectedTriInterpolate(triS[triNdx], triW[triNdx], nxo, nyo), in computeTextureLookupDiff() 2085 projectedTriInterpolate(triT[triNdx], triW[triNdx], nxo, nyo), in computeTextureLookupDiff() 2086 projectedTriInterpolate(triR[triNdx], triW[triNdx], nxo, nyo)); in computeTextureLookupDiff() 2090 const tcu::Vec3 coordDyo (triDerivateY(triS[triNdx], triW[triNdx], wyo, dstH, nxo), in computeTextureLookupDiff() [all …]
|