MCPcopy Create free account
hub / github.com/RenderKit/embree / validTime

Function validTime

kernels/subdiv/tessellation_cache.h:258–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256 }
257
258 static __forceinline bool validTime(const size_t oldtime, const size_t newTime)
259 {
260 return oldtime+(NUM_CACHE_SEGMENTS-1) >= newTime;
261 }
262
263
264 static __forceinline bool validTag(const Tag& tag, size_t globalTime)

Callers 2

PatchEvalSimdMethod · 0.85
PatchEvalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected