mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
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:
committed by
Compute-Runtime-Automation
parent
f6efba9a26
commit
e87056fb4d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user