Do not allocate Linear Stream in system memory.

Change-Id: I2d9abaab3358907037265214cec80cc84d6b9c0a
This commit is contained in:
Mrozek, Michal
2019-02-04 14:13:51 +01:00
committed by sys_ocldev
parent 16c3117b09
commit fe85c1d974
3 changed files with 26 additions and 5 deletions

View File

@@ -199,7 +199,8 @@ class MemoryManager {
uint32_t flushL3 : 1;
uint32_t preferRenderCompressed : 1;
uint32_t multiOsContextCapable : 1;
uint32_t reserved : 22;
uint32_t requiresCpuAccess : 1;
uint32_t reserved : 21;
} flags;
uint32_t allFlags = 0;
};