Searched refs:ExpandedArraySize (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/ |
H A D | GmmTextureSpecialCases.cpp | 313 uint32_t ExpandedArraySize, BitsPerPixel; in SurfaceRequires64KBTileOptimization() local 335 ExpandedArraySize = in SurfaceRequires64KBTileOptimization() 342 …ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[Surf.TileMode].LogicalTile… in SurfaceRequires64KBTileOptimization() 358 BlockHeight = SliceHeight * ExpandedArraySize; in SurfaceRequires64KBTileOptimization() 388 uint32_t ExpandedArraySize, BitsPerPixel; in SurfaceRequires64KBTileOptimization() local 412 ExpandedArraySize = in SurfaceRequires64KBTileOptimization() 419 …ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[Surf.TileMode].LogicalTile… in SurfaceRequires64KBTileOptimization() 434 BlockHeight = SliceHeight * ExpandedArraySize; in SurfaceRequires64KBTileOptimization()
|
H A D | GmmGen10Texture.cpp | 229 uint32_t ExpandedArraySize) in GetAligned3DBlockHeight() argument 244 ExpandedArraySize = GFX_ALIGN_NP2(ExpandedArraySize, DAlign) / CompressDepth; in GetAligned3DBlockHeight() 270 uint32_t AlignedWidth, BlockHeight, ExpandedArraySize, Pitch; in FillTex2D() local 298 ExpandedArraySize = in FillTex2D() 309 …ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[pTexInfo->TileMode].Logica… in FillTex2D() 317 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D() 318 (ExpandedArraySize == pTexInfo->ArraySize) && in FillTex2D() 330 ExpandedArraySize = GMM_COLOR_SEPARATION_ARRAY_SIZE; in FillTex2D() 350 if(ExpandedArraySize > 1) in FillTex2D() 377 BlockHeight = GetAligned3DBlockHeight(pTexInfo, BlockHeight, ExpandedArraySize); in FillTex2D() [all …]
|
H A D | GmmGen12Texture.cpp | 173 uint32_t ExpandedArraySize = in FillTexCCS() local 187 …ExpandedArraySize = GFX_ALIGN(ExpandedArraySize, pPlatform->TileInfo[Surf.TileMode].LogicalTileDep… in FillTexCCS() 214 pAuxTexInfo->Alignment.QPitch = GFX_ULONG_CAST(pAuxTexInfo->Size) / ExpandedArraySize; in FillTexCCS() 234 pAuxTexInfo->Alignment.QPitch = GFX_ULONG_CAST(pAuxTexInfo->Size) / ExpandedArraySize; in FillTexCCS() 241 if(ExpandedArraySize > 1) in FillTexCCS() 260 __GMM_ASSERT(ExpandedArraySize || (pAuxTexInfo->Size == 0)); in FillTexCCS() 297 uint32_t AlignedWidth, BlockHeight, ExpandedArraySize, Pitch; in FillTex2D() local 326 ExpandedArraySize = in FillTex2D() 341 …ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[pTexInfo->TileMode].Logica… in FillTex2D() 349 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D() [all …]
|
H A D | GmmGen8Texture.cpp | 40 uint32_t AlignedWidth, BlockHeight, ExpandedArraySize, Pitch; in FillTex2D() local 57 ExpandedArraySize = in FillTex2D() 69 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D() 70 (ExpandedArraySize == pTexInfo->ArraySize) && in FillTex2D() 82 ExpandedArraySize = GMM_COLOR_SEPARATION_ARRAY_SIZE; in FillTex2D() 100 if(ExpandedArraySize > 1) in FillTex2D() 150 BlockHeight *= ExpandedArraySize; in FillTex2D()
|
H A D | GmmGen9Texture.cpp | 653 uint32_t ExpandedArraySize) in GetAligned3DBlockHeight() argument 657 GMM_UNREFERENCED_PARAMETER(ExpandedArraySize); in GetAligned3DBlockHeight() 685 uint32_t AlignedWidth, BlockHeight, ExpandedArraySize, Pitch; in FillTex2D() local 713 ExpandedArraySize = in FillTex2D() 724 …ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[pTexInfo->TileMode].Logica… in FillTex2D() 732 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D() 733 (ExpandedArraySize == pTexInfo->ArraySize) && in FillTex2D() 745 ExpandedArraySize = GMM_COLOR_SEPARATION_ARRAY_SIZE; in FillTex2D() 765 if(ExpandedArraySize > 1) in FillTex2D() 792 BlockHeight = GetAligned3DBlockHeight(pTexInfo, BlockHeight, ExpandedArraySize); in FillTex2D() [all …]
|
H A D | GmmGen7Texture.cpp | 39 uint32_t AlignedWidth, BlockHeight, ExpandedArraySize, Pitch; in FillTex2D() local 56 ExpandedArraySize = in FillTex2D() 68 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D() 69 (ExpandedArraySize == pTexInfo->ArraySize) && in FillTex2D() 81 ExpandedArraySize = GMM_COLOR_SEPARATION_ARRAY_SIZE; in FillTex2D() 101 if(ExpandedArraySize > 1) in FillTex2D() 135 BlockHeight *= ExpandedArraySize; in FillTex2D()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/ULT/ |
H A D | GmmXe2_LPGResourceULT.cpp | 233 …uint32_t ExpandedArraySize = gmmParams.ArraySize * (((MSSResourceInfo->GetTileType() == GMM_TILED_… in TestMSAA() local 235 if(ExpandedArraySize > 1) in TestMSAA() 239 …uint64_t ExpectedHeight = GMM_ULT_ALIGN(ExpectedQPitch * ExpandedArraySize, TileDimY); … in TestMSAA()
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/Internal/Common/Texture/ |
H A D | GmmTextureCalc.h | 150 uint32_t ExpandedArraySize) in GetAligned3DBlockHeight() argument 154 GMM_UNREFERENCED_PARAMETER(ExpandedArraySize); in GetAligned3DBlockHeight()
|
H A D | GmmGen10TextureCalc.h | 60 uint32_t ExpandedArraySize);
|
H A D | GmmGen9TextureCalc.h | 78 uint32_t ExpandedArraySize);
|