Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h105 UINT_32 compBlkDepthLog2; member
426 UINT_32 compBlkHeightLog2, UINT_32 compBlkDepthLog2) const;
Dgfx9addrlib.cpp949 UINT_32 compBlkDepthLog2 = Log2(output.compressBlkDepth); in HwlComputeDccAddrFromCoord() local
954 … compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2}); in HwlComputeDccAddrFromCoord()
1654 metaEqParams.compBlkDepthLog2); in GetMetaEquation()
1684 UINT_32 compBlkDepthLog2) ///< [in] compress block depth in GenMetaEquation()
1799 co.set('z', compBlkDepthLog2); in GenMetaEquation()