Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSamplerCore.cpp1211 Float4 dUV2dxy = dUVdxy * dUVdxy; in computeLod2D() local
1212 Float4 dUV2 = dUV2dxy.xy + dUV2dxy.zw; in computeLod2D()
/external/swiftshader/src/Shader/
DSamplerCore.cpp1403 Float4 dUV2dxy = dUVdxy * dUVdxy; in computeLod() local
1404 Float4 dUV2 = dUV2dxy.xy + dUV2dxy.zw; in computeLod()