Change processResidency argument to a reference

Change-Id: Ie313a8cc4e479a314bcf170917397c13fbb70d14
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-09-14 10:39:21 +02:00
committed by sys_ocldev
parent 610eda5ad1
commit ac1d2b9901
18 changed files with 58 additions and 57 deletions

View File

@@ -42,7 +42,7 @@ class WddmCommandStreamReceiver : public DeviceCommandStreamReceiver<GfxFamily>
FlushStamp flush(BatchBuffer &batchBuffer, EngineType engineType, ResidencyContainer *allocationsForResidency, OsContext &osContext) override;
void makeResident(GraphicsAllocation &gfxAllocation) override;
void processResidency(ResidencyContainer *allocationsForResidency, OsContext &osContext) override;
void processResidency(ResidencyContainer &allocationsForResidency, OsContext &osContext) override;
void processEviction() override;
bool waitForFlushStamp(FlushStamp &flushStampToWait, OsContext &osContext) override;