mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Unify programming of pipe control command
Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
7eafb1e877
commit
52a3bfcfde
@ -163,7 +163,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
void programEnginePrologue(LinearStream &csr);
|
||||
size_t getCmdSizeForPrologue() const;
|
||||
|
||||
void addClearSLMWorkAround(typename GfxFamily::PIPE_CONTROL *pCmd);
|
||||
void setClearSlmWorkAroundParameter(PipeControlArgs &args);
|
||||
void addPipeControlBeforeStateSip(LinearStream &commandStream, Device &device);
|
||||
void addPipeControlBefore3dState(LinearStream &commandStream, DispatchFlags &dispatchFlags);
|
||||
size_t getSshHeapSize();
|
||||
|
Reference in New Issue
Block a user