Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/r800/
Dsiaddrlib.cpp1751 if (pIn->flags.pow2Pad == FALSE) in HwlPreHandleBaseLvl3xPitch()
1784 if (pIn->flags.pow2Pad == FALSE) in HwlPostHandleBaseLvl3xPitch()
2749 ADDR_ASSERT((pIn->flags.pow2Pad == FALSE) || in HwlComputeMipLevel()
2780 if (pIn->flags.pow2Pad) in HwlCheckLastMacroTiledLvl()
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrinterface.h506 UINT_32 pow2Pad : 1; ///< SI: Pad to pow2, must set for mipmap (include level0) member
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrlib1.cpp3843 if (pIn->flags.pow2Pad) in PostComputeMipLevel()
/third_party/mesa3d/src/amd/common/
Dac_surface.c1112 AddrSurfInfoIn.flags.pow2Pad = config->info.levels > 1; in gfx6_compute_surface()