mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
refactor: Adjust extra aux flags init
Related-To: NEO-13051 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9d31f1af08
commit
3df5230837
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user