AUB allocation dumps with pollForCompletion

Change-Id: I610a56d7b8d1b6f1f0d6029ce6d2e62742885698
Signed-off-by: Milczarek, Slawomir <slawomir.milczarek@intel.com>
This commit is contained in:
Milczarek, Slawomir
2019-03-15 10:27:23 +01:00
parent cb3ee6e8d2
commit 49c428d1ff
10 changed files with 124 additions and 51 deletions

View File

@@ -93,5 +93,5 @@ template void dumpBufferInTreFormat<Family>(GraphicsAllocation &gfxAllocation, A
template void dumpImageInTreFormat<Family>(GraphicsAllocation &gfxAllocation, AubMemDump::AubFileStream *stream, uint32_t context);
template void dumpAllocation<Family>(GraphicsAllocation &gfxAllocation, AubMemDump::AubFileStream *stream, uint32_t context);
template void dumpAllocation<Family>(DumpFormat dumpFormat, GraphicsAllocation &gfxAllocation, AubMemDump::AubFileStream *stream, uint32_t context);
} // namespace AubAllocDump