Home
last modified time | relevance | path

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

/aosp_15_r20/external/gmmlib/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfo.h80 uint8_t IsGmmAllocated; member
H A DGmmTextureExt.h210 uint8_t IsGmmAllocated; member
H A DGmmResourceInfoCommon.h178 if (ExistingSysMem.pVirtAddress && ExistingSysMem.IsGmmAllocated) in ~GmmResourceInfoCommon()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp571 Surf.ExistingSysMem.IsGmmAllocated = in Create()
577 if(!Surf.ExistingSysMem.IsGmmAllocated) in Create()
603 ExistingSysMem.IsGmmAllocated = 0; in Create()
643 ExistingSysMem.IsGmmAllocated = 1; in Create()
H A DGmmRestrictions.cpp357 (!pTexInfo->ExistingSysMem.IsGmmAllocated) && in GetGenericRestrictions()
H A DGmmResourceInfoCommonEx.cpp725 !Surf.ExistingSysMem.IsGmmAllocated && in ValidateParams()
/aosp_15_r20/external/gmmlib/Source/GmmLib/Texture/
H A DGmmTexture.h451 !pTexInfo->ExistingSysMem.IsGmmAllocated && in __GmmTexFillHAlignVAlign()
H A DGmmTextureAlloc.cpp797 !pTexInfo->ExistingSysMem.IsGmmAllocated && in FillTexPitchAndSize()