Render compressed buffer creation flow

Change-Id: I58b7f7eb3b69afcb78c6ab3de1f6fb7524d33f13
This commit is contained in:
Dunajski, Bartosz
2018-07-23 13:33:46 +02:00
parent 142e52224d
commit 3a807d5643
3 changed files with 90 additions and 5 deletions

View File

@@ -136,6 +136,7 @@ class Buffer : public MemObj {
bool &isZeroCopy,
bool &allocateMemory,
bool &copyMemoryFromHostPtr,
GraphicsAllocation::AllocationType allocationType,
MemoryManager *memMngr);
static bool isReadOnlyMemoryPermittedByFlags(cl_mem_flags flags);