mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-20 13:11:34 +08:00
Add function addPipeControlBeforeStateBaseAddress
Related-To: NEO-3430 Change-Id: Iecef814b7795556ef39e49d0769e0ff58abda0ed Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
af91147c5d
commit
6dd530babe
@ -86,6 +86,7 @@ class CommandStreamReceiverHw : public CommandStreamReceiver {
|
||||
|
||||
void addClearSLMWorkAround(typename GfxFamily::PIPE_CONTROL *pCmd);
|
||||
PIPE_CONTROL *addPipeControlCmd(LinearStream &commandStream);
|
||||
PIPE_CONTROL *addPipeControlBeforeStateBaseAddress(LinearStream &commandStream);
|
||||
size_t getSshHeapSize();
|
||||
|
||||
uint64_t getScratchPatchAddress();
|
||||
|
Reference in New Issue
Block a user