Aux surface programming for Buffers [1/n]: Gmm interface improvement

Change-Id: I984b8ebee27808a236217e82bb4e910550d624c4
This commit is contained in:
Dunajski, Bartosz
2018-06-29 11:48:19 +02:00
committed by sys_ocldev
parent 86565e5f06
commit e26d67cde3
19 changed files with 104 additions and 132 deletions

View File

@@ -24,5 +24,7 @@
#include "runtime/helpers/hw_info.h"
#include "runtime/helpers/surface_formats.h"
void OCLRT::Gmm::applyAuxFlags(ImageInfo &imgInfo) {
}
using namespace OCLRT;
void Gmm::applyAuxFlagsForImage(ImageInfo &imgInfo) {}
void Gmm::applyAuxFlagsForBuffer(bool preferRenderCompression) {}