Searched refs:shared_acquire_fence_ (Results 1 – 4 of 4) sorted by relevance
100 shared_acquire_fence_ = buffer_desc.take_acquire_fence(); in ImportBuffer()102 if (!shared_acquire_fence_ || !shared_release_fence_) { in ImportBuffer()
88 *out_fence = shared_acquire_fence_.Duplicate(); in LocalAcquire()
127 if (const int error = UpdateSharedFence(ready_fence, shared_acquire_fence_)) in LocalPost()
140 LocalHandle shared_acquire_fence_; variable