| 426 | BatchBarrierOp(QueueId queue_id, const SyncBarrier& barrier) : barrier(barrier), barrier_scope(barrier, queue_id) {} |
| 427 | |
| 428 | void operator()(AccessState* access_state) const { access_state->ApplyBarrier(barrier_scope, barrier); } |
| 429 | }; |
| 430 | |
| 431 | void QueueBatchContext::ResolvePresentSemaphoreWait(const SignalInfo& signal_info, const PresentedImages& presented_images) { |
nothing calls this directly
no test coverage detected