Remove parameterless Image::getGraphicsAllocation method

Related-To: NEO-4672
Change-Id: Ib8cebf322d7d2f407627e15746896b315780c6bb
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2020-06-17 12:01:03 +02:00
committed by sys_ocldev
parent 429751b860
commit 4623707eca
5 changed files with 75 additions and 54 deletions

View File

@@ -53,8 +53,6 @@ extern ValidateAndCreateImageFunc validateAndCreateImage;
class Image : public MemObj {
public:
using MemObj::getGraphicsAllocation;
GraphicsAllocation *getGraphicsAllocation() const { return graphicsAllocation; }
const static cl_ulong maskMagic = 0xFFFFFFFFFFFFFFFFLL;
static const cl_ulong objectMagic = MemObj::objectMagic | 0x01;