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

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp2139 UINT_32 effectiveLog2 = blockSizeLog2; local in function:Addr::V2::Gfx10Lib::GetMaxNumMipsInTail
2143 effectiveLog2 -= (blockSizeLog2 - 8) / 3;
2146 return (effectiveLog2 <= 11) ? (1 + (1 << (effectiveLog2 - 9))) : (effectiveLog2 - 4);

Completed in 7 milliseconds