mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 12:11:31 +08:00
Change-Id: I2d4b17e162f61892ca1a86c241a722ef0c51ee42 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
18 lines
385 B
C++
18 lines
385 B
C++
/*
|
|
* Copyright (C) 2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
namespace OCLRT {
|
|
|
|
template <typename GfxFamily>
|
|
void ImageHw<GfxFamily>::setClearColorParams(RENDER_SURFACE_STATE *surfaceState, const Gmm *gmm) {
|
|
}
|
|
|
|
template <typename GfxFamily>
|
|
void ImageHw<GfxFamily>::setAuxParamsForMCSCCS(RENDER_SURFACE_STATE *surfaceState, Gmm *gmm) {
|
|
}
|
|
} // namespace OCLRT
|