Home
last modified time | relevance | path

Searched refs:nextHeight (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp2785 UINT_32 nextHeight; in HwlCheckLastMacroTiledLvl() local
2801 // nextHeight must be shifted from this level's original height rather than a pow2 padded in HwlCheckLastMacroTiledLvl()
2806 nextHeight = pOut->height >> 1; in HwlCheckLastMacroTiledLvl()
2811 nextHeight = (nextHeight + 3) / 4; in HwlCheckLastMacroTiledLvl()
2813 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()
2828 nextHeight, in HwlCheckLastMacroTiledLvl()
/third_party/mesa3d/src/mesa/main/
H A Dteximage.c1299 GLint nextWidth, nextHeight, nextDepth; in _mesa_test_proxy_teximage() local
1304 &nextWidth, &nextHeight, in _mesa_test_proxy_teximage()
1307 height = nextHeight; in _mesa_test_proxy_teximage()

Completed in 13 milliseconds