Home
last modified time | relevance | path

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

/external/gmmlib/Source/GmmLib/Texture/
DGmmTextureAlloc.cpp1456 … uint32_t AlignmentFactor = pGmmLibContext->GetWaTable().WaDoubleFastClearWidthAlignment ? 2 : 1; in MSAACCSUsage() local
1464 pTexInfo->BaseWidth = GFX_ALIGN(pTexInfo->BaseWidth, 512 * AlignmentFactor) / 32; in MSAACCSUsage()
1469 pTexInfo->BaseWidth = GFX_ALIGN(pTexInfo->BaseWidth, 1024 * AlignmentFactor) / 64; in MSAACCSUsage()