mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Add appendBaseAddressOffset function to BlitCommandsHelper
Signed-off-by: Rafal Maziejuk <rafal.maziejuk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
726b676983
commit
6ee5c0f677
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user