Files
compute-runtime/shared/source/image/image_bdw_plus.inl
Maciej Plewka e87056fb4d Implement WA for 2d Images
Related-To: NEO-5659, NEO-5654, NEO-5653

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2021-07-26 10:26:28 +02:00

14 lines
325 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
template <>
void setFilterMode<Family>(typename Family::RENDER_SURFACE_STATE *surfaceState, const HardwareInfo *hwInfo){};
template <>
bool checkIfArrayNeeded<Family>(ImageType type, const HardwareInfo *hwInfo) {
return false;
};