mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 09:58:55 +08:00
Limit number of pipeline select commands when using multiple command queues
Related-To: NEO-7187 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5a3746df76
commit
469ab367b1
@@ -340,6 +340,14 @@ class CommandStreamReceiver {
|
||||
|
||||
LogicalStateHelper *getLogicalStateHelper() const;
|
||||
|
||||
bool getPreambleSetFlag() const {
|
||||
return isPreambleSent;
|
||||
}
|
||||
|
||||
void setPreambleSetFlag(bool value) {
|
||||
isPreambleSent = value;
|
||||
}
|
||||
|
||||
protected:
|
||||
void cleanupResources();
|
||||
void printDeviceIndex();
|
||||
|
||||
Reference in New Issue
Block a user