Replace virtual method call for DC flush with stored bool value 3/n

Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
Zbigniew Zdanowicz
2022-10-14 12:34:24 +00:00
committed by Compute-Runtime-Automation
parent 68d0523ccf
commit 565d820933
17 changed files with 165 additions and 27 deletions

View File

@@ -52,6 +52,7 @@ struct ImplicitScalingDispatch {
bool useSecondaryBatchBuffer,
bool apiSelfCleanup,
bool usesImages,
bool dcFlush,
uint64_t workPartitionAllocationGpuVa,
const HardwareInfo &hwInfo);