2018-01-16 20:08:14 +08:00
|
|
|
/*
|
2020-01-09 23:10:48 +08:00
|
|
|
* Copyright (C) 2018-2020 Intel Corporation
|
2018-01-16 20:08:14 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-01-16 20:08:14 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2019-12-03 21:43:03 +08:00
|
|
|
#
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gmm_helper/gmm.h"
|
|
|
|
#include "shared/source/helpers/surface_format_info.h"
|
2018-01-16 20:08:14 +08:00
|
|
|
|
2019-03-26 18:59:46 +08:00
|
|
|
using namespace NEO;
|
2018-06-29 17:48:19 +08:00
|
|
|
|
|
|
|
void Gmm::applyAuxFlagsForImage(ImageInfo &imgInfo) {}
|
|
|
|
void Gmm::applyAuxFlagsForBuffer(bool preferRenderCompression) {}
|
2018-08-03 00:24:59 +08:00
|
|
|
|
2019-02-28 23:12:23 +08:00
|
|
|
void Gmm::applyMemoryFlags(bool systemMemoryPool, StorageInfo &storageInfo) { this->useSystemMemoryPool = systemMemoryPool; }
|