mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Add extra parameters to Buffer::setSurfaceState() method
Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9114a3e414
commit
52e118fe49
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user