Searched refs:fCommandBufferRefCnt (Results 1 – 2 of 2) sorted by relevance
63 (void)fCommandBufferRefCnt.fetch_add(+1, std::memory_order_relaxed); in refCommandBuffer()73 if (1 == fCommandBufferRefCnt.fetch_add(-1, std::memory_order_acq_rel)) { in unrefCommandBuffer()194 if (0 == fCommandBufferRefCnt.load(std::memory_order_acquire)) { in hasCommandBufferRef()234 mutable std::atomic<int32_t> fCommandBufferRefCnt; variable
19 , fCommandBufferRefCnt(0) in Resource()