fix(wa): Override AuxilarySurfaceMode when required

Related-To: NEO-8012

Signed-off-by: Konstanty Misiak <konstanty.misiak@intel.com>
This commit is contained in:
Konstanty Misiak
2023-07-18 11:48:29 +00:00
committed by Compute-Runtime-Automation
parent 5881b97db2
commit a1a8d8fded
26 changed files with 196 additions and 15 deletions

View File

@@ -28,7 +28,7 @@ bool EncodeSurfaceState<Family>::isBindingTablePrefetchPreferred() {
}
template <>
void EncodeSurfaceState<Family>::setAuxParamsForMCSCCS(R_SURFACE_STATE *surfaceState) {
void EncodeSurfaceState<Family>::setAuxParamsForMCSCCS(R_SURFACE_STATE *surfaceState, const ReleaseHelper *releaseHelper) {
}
template <>