Searched refs:fKeyCounter (Results 1 – 4 of 4) sorted by relevance
70 static std::atomic<uint32_t> fKeyCounter; variable77 fKey = fKeyCounter.fetch_add(+1, std::memory_order_relaxed); in GrVkResource()
23 std::atomic<uint32_t> GrVkResource::fKeyCounter{0};