mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Use LogicalStateHelper for SIP programming
Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e0c87435e1
commit
f4485ec541
@ -24,7 +24,6 @@ namespace NEO {
|
||||
template <typename GfxFamily>
|
||||
class DeviceCommandStreamReceiver;
|
||||
struct PipeControlArgs;
|
||||
class LogicalStateHelper;
|
||||
|
||||
template <typename GfxFamily>
|
||||
class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
@ -190,7 +189,6 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
|
||||
std::unique_ptr<DirectSubmissionHw<GfxFamily, RenderDispatcher<GfxFamily>>> directSubmission;
|
||||
std::unique_ptr<DirectSubmissionHw<GfxFamily, BlitterDispatcher<GfxFamily>>> blitterDirectSubmission;
|
||||
std::unique_ptr<LogicalStateHelper> logicalStateHelper;
|
||||
|
||||
size_t cmdStreamStart = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user