Improve page table manager initialization

Change-Id: Ifdd74bf93a93fcdecaae5b1276c0fa83a9664987
This commit is contained in:
Dunajski, Bartosz
2018-02-14 20:14:20 +01:00
committed by sys_ocldev
parent 4f270223d1
commit 87ed3d4fff
14 changed files with 22 additions and 120 deletions

View File

@@ -58,5 +58,6 @@ class WddmCommandStreamReceiver : public DeviceCommandStreamReceiver<GfxFamily>
Wddm *wddm;
COMMAND_BUFFER_HEADER_REC *commandBufferHeader;
bool pageTableManagerInitialized = false;
};
} // namespace OCLRT