mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
Remove deprecated GMM api
Resolves: NEO-3143 Change-Id: I34e18c25f7a1f8073926a6725d479958af722d1a Signed-off-by: Jobczyk, Lukasz <lukasz.jobczyk@intel.com>
This commit is contained in:
@@ -20,7 +20,7 @@ class GmmResourceInfo {
|
||||
|
||||
MOCKABLE_VIRTUAL ~GmmResourceInfo() = default;
|
||||
|
||||
MOCKABLE_VIRTUAL size_t getSizeAllocation() { return static_cast<size_t>(resourceInfo->GetSizeAllocation()); }
|
||||
MOCKABLE_VIRTUAL size_t getSizeAllocation() { return static_cast<size_t>(resourceInfo->GetSize(GMM_TOTAL_SURF)); }
|
||||
|
||||
MOCKABLE_VIRTUAL size_t getBaseWidth() { return static_cast<size_t>(resourceInfo->GetBaseWidth()); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user