Pass more information to programPipelineSelect.

Change-Id: Iaabe60742269b721f8defe71306dd6e87d60d546
This commit is contained in:
Piotr Fusik
2018-11-14 08:40:37 +01:00
committed by sys_ocldev
parent 9bdedc62dd
commit 76efeae9d8
13 changed files with 30 additions and 14 deletions

View File

@@ -218,6 +218,7 @@ class CommandStreamReceiver {
bool stallingPipeControlOnNextFlushRequired = false;
bool timestampPacketWriteEnabled = false;
bool nTo1SubmissionModelEnabled = false;
bool lastSpecialPipelineSelectMode = false;
};
typedef CommandStreamReceiver *(*CommandStreamReceiverCreateFunc)(const HardwareInfo &hwInfoIn, bool withAubDump, ExecutionEnvironment &executionEnvironment);