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

/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/
H A Dgfx10addrlib.cpp3679 Dim3d fixedTailMaxDim = tailMaxDim; local in function:Addr::V2::Gfx10Lib::ComputeSurfaceInfoMacroTiled
3683 fixedTailMaxDim.w /= Block256_2d[index].w / Block256_2d[2].w;
3684 fixedTailMaxDim.h /= Block256_2d[index].h / Block256_2d[2].h;
3693 if (IsInMipTail(fixedTailMaxDim, maxMipsInTail, mipWidth, mipHeight, pIn->numMipLevels - i))

Completed in 7 milliseconds