Implement WA for 2d Images

Related-To: NEO-5659, NEO-5654, NEO-5653

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
Maciej Plewka
2021-07-21 11:06:06 +00:00
committed by Compute-Runtime-Automation
parent f6efba9a26
commit e87056fb4d
7 changed files with 81 additions and 4 deletions

View File

@@ -12,10 +12,8 @@ namespace NEO {
using Family = TGLLPFamily;
template <>
void setFilterMode<Family>(Family::RENDER_SURFACE_STATE *surfaceState, const HardwareInfo *hwInfo){};
// clang-format off
#include "shared/source/image/image_bdw_plus.inl"
#include "shared/source/image/image_skl_plus.inl"
// clang-format on
} // namespace NEO