Limit device usage in memory manager.

Change-Id: I488574dc2b2878b640f0bac2b23bd9a6a265f0e2
This commit is contained in:
Mrozek, Michal
2018-07-19 14:05:53 +02:00
committed by sys_ocldev
parent 2a1feaffe9
commit f487ce11a2
5 changed files with 11 additions and 12 deletions

View File

@ -34,7 +34,7 @@ class MemoryManager;
class ExperimentalCommandBuffer {
public:
virtual ~ExperimentalCommandBuffer();
ExperimentalCommandBuffer(CommandStreamReceiver *csr);
ExperimentalCommandBuffer(CommandStreamReceiver *csr, double profilingTimerResolution);
template <typename GfxFamily>
void injectBufferStart(LinearStream &parentStream, size_t cmdBufferOffset);