Add appendBaseAddressOffset function to BlitCommandsHelper

Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
Rafal Maziejuk
2022-03-11 00:40:37 +00:00
committed by Compute-Runtime-Automation
parent 726b676983
commit 6ee5c0f677
3 changed files with 14 additions and 0 deletions

View File

@@ -501,4 +501,7 @@ template <typename GfxFamily>
size_t BlitCommandsHelper<GfxFamily>::getProfilingMmioCmdsSize() {
return 4 * sizeof(typename GfxFamily::MI_STORE_REGISTER_MEM);
}
template <typename GfxFamily>
void BlitCommandsHelper<GfxFamily>::appendBaseAddressOffset(const BlitProperties &blitProperties, typename GfxFamily::XY_BLOCK_COPY_BLT &blitCmd, uint32_t &sliceIndex, const bool isSource) {}
} // namespace NEO