/* * Copyright (C) 2025 Intel Corporation * * SPDX-License-Identifier: MIT * */ #include "shared/source/image/image_surface_state.h" namespace NEO { template bool ImageSurfaceStateHelper::imageAsArrayWithArraySizeOf1NotPreferred() { return false; } } // namespace NEO