Home
last modified time | relevance | path

Searched refs:dUV2dxy (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/Shader/
DSamplerCore.cpp1421 Float4 dUV2dxy = dUVdxy * dUVdxy; in computeLod() local
1422 Float4 dUV2 = dUV2dxy.xy + dUV2dxy.zw; in computeLod()
1495 Float4 dUV2dxy = dUVdxy * dUVdxy; in computeLodCube() local
1496 Float4 dUV2 = dUV2dxy.xy + dUV2dxy.zw; in computeLodCube()