Add extra parameters to Buffer::setSurfaceState() method

Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
Igor Venevtsev
2021-03-03 12:25:26 +00:00
committed by Compute-Runtime-Automation
parent 9114a3e414
commit 52e118fe49
20 changed files with 92 additions and 50 deletions

View File

@@ -127,7 +127,9 @@ class Buffer : public MemObj {
size_t offset,
GraphicsAllocation *gfxAlloc,
cl_mem_flags flags,
cl_mem_flags_intel flagsIntel);
cl_mem_flags_intel flagsIntel,
bool useGlobalAtomics,
size_t numDevicesInContext);
static void provideCompressionHint(GraphicsAllocation::AllocationType allocationType,
Context *context,