Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.h247 UINT_32 compBlkDepthLog2; member
435 UINT_32 compBlkHeightLog2, UINT_32 compBlkDepthLog2) const;
Dgfx9addrlib.cpp720 UINT_32 compBlkDepthLog2 = Log2(pOut->compressBlkDepth); in HwlComputeDccInfo() local
725 compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2}; in HwlComputeDccInfo()
1116 UINT_32 compBlkDepthLog2 = Log2(pIn->compressBlkDepth); in HwlComputeDccAddrFromCoord() local
1121 compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2}; in HwlComputeDccAddrFromCoord()
1854 metaEqParams.compBlkDepthLog2); in GetMetaEquation()
1884 UINT_32 compBlkDepthLog2) ///< [in] compress block depth in GenMetaEquation()
1999 co.set(DIM_Z, compBlkDepthLog2); in GenMetaEquation()