Home
last modified time | relevance | path

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

/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/
H A DGmmTextureSpecialCases.cpp313 uint32_t ExpandedArraySize, BitsPerPixel; in SurfaceRequires64KBTileOptimization() local
335 ExpandedArraySize = in SurfaceRequires64KBTileOptimization()
342ExpandedArraySize = 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()
419ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[Surf.TileMode].LogicalTile… in SurfaceRequires64KBTileOptimization()
434 BlockHeight = SliceHeight * ExpandedArraySize; in SurfaceRequires64KBTileOptimization()
H A DGmmGen10Texture.cpp229 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()
309ExpandedArraySize = 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 DGmmGen12Texture.cpp173 uint32_t ExpandedArraySize = in FillTexCCS() local
187ExpandedArraySize = 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()
341ExpandedArraySize = GFX_CEIL_DIV(ExpandedArraySize, pPlatform->TileInfo[pTexInfo->TileMode].Logica… in FillTex2D()
349 bool csRestrictionsMet = (((ExpandedArraySize <= 2) && in FillTex2D()
[all …]
H A DGmmGen8Texture.cpp40 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 DGmmGen9Texture.cpp653 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()
724ExpandedArraySize = 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 DGmmGen7Texture.cpp39 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 DGmmXe2_LPGResourceULT.cpp233 …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 DGmmTextureCalc.h150 uint32_t ExpandedArraySize) in GetAligned3DBlockHeight() argument
154 GMM_UNREFERENCED_PARAMETER(ExpandedArraySize); in GetAligned3DBlockHeight()
H A DGmmGen10TextureCalc.h60 uint32_t ExpandedArraySize);
H A DGmmGen9TextureCalc.h78 uint32_t ExpandedArraySize);