Searched refs:isThin (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2136 BOOL_32 isThin ///< is thin or thick
2141 if (isThin == FALSE)
3670 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMacroTiled
3671 const UINT_32 mip0Depth = isThin ? 1 : pIn->numSlices;
3672 const UINT_32 maxMipsInTail = GetMaxNumMipsInTail(blockSizeLog2, isThin);
3753 UINT_32 depth = isThin ? 1 : PowTwoAlign(tailMaxDepth, Block256_3d[index].d);
3755 tailMaxDepth = isThin ? 1 : (depth / Block256_3d[index].d);
3796 if (isThin)
4486 const BOOL_32 isThin = IsThin(pIn->resourceType, pIn->swizzleMode); local in function:Addr::V2::Gfx10Lib::ComputeSurfaceAddrFromCoordMacroTiled
4487 const UINT_64 sliceSize = isThin
[all...]
H A Dgfx10addrlib.h497 UINT_32 GetMaxNumMipsInTail(UINT_32 blockSizeLog2, BOOL_32 isThin) const;

Completed in 9 milliseconds