Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp2786 UINT_32 nextHeight; in HwlCheckLastMacroTiledLvl() local
2807 nextHeight = pOut->height >> 1; in HwlCheckLastMacroTiledLvl()
2812 nextHeight = (nextHeight + 3) / 4; in HwlCheckLastMacroTiledLvl()
2814 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()
2829 nextHeight, in HwlCheckLastMacroTiledLvl()
/external/mesa3d/src/mesa/main/
Dteximage.c1297 GLint nextWidth, nextHeight, nextDepth; in _mesa_test_proxy_teximage() local
1302 &nextWidth, &nextHeight, in _mesa_test_proxy_teximage()
1305 height = nextHeight; in _mesa_test_proxy_teximage()