| 611 | } |
| 612 | |
| 613 | void QueueBatchContext::DoAcquireOperation(const PresentedImage& presented) { |
| 614 | // Only one tag for acquire. The tag in presented is the present tag |
| 615 | presented.UpdateMemoryAccess(SYNC_PRESENT_ENGINE_SYNCVAL_PRESENT_ACQUIRE_READ_SYNCVAL, tag_range_.begin, access_context_); |
| 616 | } |
| 617 | |
| 618 | void QueueBatchContext::LogAcquireOperation(const PresentedImage& presented, vvl::Func command) { |
| 619 | auto access_log = std::make_shared<AccessLog>(); |
no test coverage detected