refactor: Adjust extra aux flags init

Related-To: NEO-13051

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-05-12 07:23:46 +00:00
committed by Compute-Runtime-Automation
parent 9d31f1af08
commit 3df5230837
4 changed files with 4 additions and 4 deletions

View File

@@ -52,6 +52,7 @@ class Gmm {
void queryImageParams(ImageInfo &inputOutputImgInfo);
void applyAuxFlagsForBuffer(bool preferCompression);
void applyExtraAuxInitFlag();
void applyMemoryFlags(const StorageInfo &storageInfo);
void applyAppResource(const StorageInfo &storageInfo);
@@ -81,7 +82,6 @@ class Gmm {
void setupImageResourceParams(ImageInfo &imgInfo, bool preferCompressed);
bool extraMemoryFlagsRequired();
void applyExtraMemoryFlags(const StorageInfo &storageInfo);
void applyExtraInitFlag();
void applyDebugOverrides();
GmmHelper *gmmHelper = nullptr;