[Bug 108894] [anv] vkCmdCopyBuffer() and vkCmdCopyQueryPoolResults() write-after-write hazard

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 29 12:22:10 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108894

--- Comment #3 from Lionel Landwerlin <lionel.g.landwerlin at linux.intel.com> ---
Got it.

Yes, I think you need to put barriers because in Anv we're using the 3d
pipeline to copy buffers, whereas timestamps are copied using the command
streamer.
Those being 2 different pieces of hardware, there is no guarantee about which
one is going to write to memory first/last.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181129/450c43a3/attachment.html>


More information about the intel-3d-bugs mailing list