Add function addPipeControlBeforeStateBaseAddress

Related-To: NEO-3430
Change-Id: Iecef814b7795556ef39e49d0769e0ff58abda0ed
Signed-off-by: Krzysztof Gibala <krzysztof.gibala@intel.com>
This commit is contained in:
Krzysztof Gibala
2019-07-19 12:45:56 +02:00
committed by sys_ocldev
parent af91147c5d
commit 6dd530babe
2 changed files with 10 additions and 3 deletions

View File

@ -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();