We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d7be3 commit 4e3e3ffCopy full SHA for 4e3e3ff
shared/source/sku_info/sku_info_base.h
@@ -105,6 +105,7 @@ struct FeatureTableBase {
105
bool ftrMultiTileArch : 1;
106
bool ftrCCSMultiInstance : 1;
107
bool ftrPpgtt64KBWalkOptimization : 1;
108
+ bool ftrUnified3DMediaCompressionFormats : 1;
109
};
110
uint64_t packed[2];
111
@@ -137,5 +138,6 @@ struct WorkaroundTableBase {
137
138
bool waAuxTable16KGranular = false;
139
bool waDisableFusedThreadScheduling = false;
140
bool waDefaultTile4 = false;
141
+ bool waAuxTable64KGranular = false;
142
143
} // namespace NEO
0 commit comments