mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Change makeSurfacePackNonResident argument to a reference
Change-Id: Ic95ad2406184e91a78c152fad3fe6f0f4ebb24ae Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
4ea9f496d5
commit
41e8d70363
@@ -63,7 +63,7 @@ class CommandStreamReceiver {
|
||||
virtual void makeCoherent(GraphicsAllocation &gfxAllocation){};
|
||||
virtual void makeResident(GraphicsAllocation &gfxAllocation);
|
||||
virtual void makeNonResident(GraphicsAllocation &gfxAllocation);
|
||||
void makeSurfacePackNonResident(ResidencyContainer *allocationsForResidency);
|
||||
void makeSurfacePackNonResident(ResidencyContainer &allocationsForResidency);
|
||||
virtual void processResidency(ResidencyContainer &allocationsForResidency, OsContext &osContext) {}
|
||||
virtual void processEviction();
|
||||
void makeResidentHostPtrAllocation(GraphicsAllocation *gfxAllocation);
|
||||
|
||||
Reference in New Issue
Block a user