Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/r800/
Dsiaddrlib.cpp2753 UINT_32 nextHeight; in HwlCheckLastMacroTiledLvl() local
2774 nextHeight = pOut->height >> 1; in HwlCheckLastMacroTiledLvl()
2779 nextHeight = (nextHeight + 3) / 4; in HwlCheckLastMacroTiledLvl()
2781 nextHeight = NextPow2(nextHeight); in HwlCheckLastMacroTiledLvl()
2796 nextHeight, in HwlCheckLastMacroTiledLvl()
/external/mesa3d/src/mesa/main/
Dteximage.c1318 GLint nextWidth, nextHeight, nextDepth; in _mesa_test_proxy_teximage() local
1323 &nextWidth, &nextHeight, in _mesa_test_proxy_teximage()
1326 height = nextHeight; in _mesa_test_proxy_teximage()