Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/addrlib/gfx9/
Dgfx9addrlib.h288 UINT_32 mip0Depth,
434 UINT_32 mip0Width, UINT_32 mip0Height, UINT_32 mip0Depth,
Dgfx9addrlib.cpp373 UINT_32 mip0Depth, ///< [in] mip0 depth in GetMetaMipInfo() argument
381 UINT_32 numMetaBlkZ = (mip0Depth + pMetaBlkDim->d - 1) / pMetaBlkDim->d; in GetMetaMipInfo()
408 ((dataThick == FALSE) || (mip0Depth <= tailDepth))); in GetMetaMipInfo()
453 UINT_32 mipDepth = mip0Depth; in GetMetaMipInfo()
4158 UINT_32 mip0Depth, in GetMipChainInfo() argument
4170 UINT_32 mipDepth = IsTex3d(resourceType) ? mip0Depth : 1; in GetMipChainInfo()