Searched refs:compBlkDepthLog2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h256 UINT_32 compBlkDepthLog2; member in struct:Addr::V2::MetaEqParams
576 UINT_32 compBlkHeightLog2, UINT_32 compBlkDepthLog2) const;
H A Dgfx9addrlib.cpp1018 UINT_32 compBlkDepthLog2 = Log2(output.compressBlkDepth); local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1023 compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2};
1753 metaEqParams.compBlkDepthLog2);
1783 UINT_32 compBlkDepthLog2) ///< [in] compress block depth
1898 co.set('z', compBlkDepthLog2);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx9/
H A Dgfx9addrlib.h248 UINT_32 compBlkDepthLog2; member in struct:Addr::V2::MetaEqParams
436 UINT_32 compBlkHeightLog2, UINT_32 compBlkDepthLog2) const;
H A Dgfx9addrlib.cpp721 UINT_32 compBlkDepthLog2 = Log2(pOut->compressBlkDepth); local in function:Addr::V2::Gfx9Lib::HwlComputeDccInfo
726 compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2};
1117 UINT_32 compBlkDepthLog2 = Log2(pIn->compressBlkDepth); local in function:Addr::V2::Gfx9Lib::HwlComputeDccAddrFromCoord
1122 compBlkWidthLog2, compBlkHeightLog2, compBlkDepthLog2};
1855 metaEqParams.compBlkDepthLog2);
1885 UINT_32 compBlkDepthLog2) ///< [in] compress block depth
2000 co.set(DIM_Z, compBlkDepthLog2);

Completed in 17 milliseconds