| 171 | static __forceinline bool isLocked() { return sharedLazyTessellationCache.isLocked(threadState()); } |
| 172 | static __forceinline size_t getState() { return threadState()->counter.load(); } |
| 173 | static __forceinline void lockThreadLoop() { sharedLazyTessellationCache.lockThreadLoop(threadState()); } |
| 174 | |
| 175 | static __forceinline size_t getTCacheTime(const size_t globalTime) { |
| 176 | return sharedLazyTessellationCache.getTime(globalTime); |
nothing calls this directly
no test coverage detected