mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Do not allocate Linear Stream in system memory.
Change-Id: I2d9abaab3358907037265214cec80cc84d6b9c0a
This commit is contained in:
committed by
sys_ocldev
parent
16c3117b09
commit
fe85c1d974
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user