| 64 | } |
| 65 | |
| 66 | void ApplySingleBufferBarrierFunctor::operator()(const Iterator& pos) const { |
| 67 | AccessState& access_state = pos->second; |
| 68 | access_context.ApplyGlobalBarriers(access_state); |
| 69 | access_state.ApplyBarrier(barrier_scope, barrier); |
| 70 | } |
| 71 | |
| 72 | ApplySingleImageBarrierFunctor::ApplySingleImageBarrierFunctor(const AccessContext& access_context, |
| 73 | const BarrierScope& barrier_scope, const SyncBarrier& barrier, |
nothing calls this directly
no test coverage detected