mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Add resolve capability for compressed USM device allocations
Related-To: NEO-5107 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d7ff26cc5a
commit
55f3c8f134
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
* Copyright (C) 2017-2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -120,6 +120,8 @@ class Buffer : public MemObj {
|
||||
|
||||
static void setSurfaceState(const Device *device,
|
||||
void *surfaceState,
|
||||
bool forceNonAuxMode,
|
||||
bool disableL3,
|
||||
size_t svmSize,
|
||||
void *svmPtr,
|
||||
size_t offset,
|
||||
|
||||
Reference in New Issue
Block a user