Searched refs:metaBlk (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/gfx10/ | ||
| H A D | gfx10addrlib.cpp | 176 Dim3d metaBlk = {}; local in function:Addr::V2::Gfx10Lib::HwlComputeHtileInfo 183 &metaBlk); 185 pOut->pitch = PowTwoAlign(pIn->unalignedWidth, metaBlk.w); 186 pOut->height = PowTwoAlign(pIn->unalignedHeight, metaBlk.h); 188 pOut->metaBlkWidth = metaBlk.w; 189 pOut->metaBlkHeight = metaBlk.h; 203 mipWidth = PowTwoAlign(mipWidth, metaBlk.w); 204 mipHeight = PowTwoAlign(mipHeight, metaBlk.h); 206 const UINT_32 pitchInM = mipWidth / metaBlk.w; 207 const UINT_32 heightInM = mipHeight / metaBlk 295 Dim3d metaBlk = {}; local in function:Addr::V2::Gfx10Lib::HwlComputeCmaskInfo 434 Dim3d metaBlk = {}; local in function:Addr::V2::Gfx10Lib::HwlComputeDccInfo 4542 Dim3d metaBlk; local in function:Addr::V2::Gfx10Lib::HwlComputeMaxMetaBaseAlignments [all...] |
Completed in 4 milliseconds