Add extra parameters to programStateBaseAddress()

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2021-01-26 14:05:22 +00:00
committed by Compute-Runtime-Automation
parent adfa3c6bcb
commit bb72beac6b
18 changed files with 192 additions and 85 deletions

View File

@@ -362,7 +362,9 @@ void EncodeStateBaseAddress<Family>::encode(CommandContainer &container, STATE_B
false,
gmmHelper,
false,
MemoryCompressionState::NotApplicable);
MemoryCompressionState::NotApplicable,
false,
1u);
auto pCmd = reinterpret_cast<STATE_BASE_ADDRESS *>(container.getCommandStream()->getSpace(sizeof(STATE_BASE_ADDRESS)));
*pCmd = sbaCmd;