Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ type
Method
type
kernels/subdiv/patch.h:87–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
: ptr(((size_t)in)+ty) { assert((((size_t)in) & 0xF) == 0); }
86
87
__forceinline Type type () const { return (Type)(ptr & 0xF); }
88
__forceinline void* object() const { return (void*) (ptr & ~0xF); }
89
90
size_t ptr;
Callers
8
create
Function · 0.45
eval
Method · 0.45
eval_direct
Method · 0.45
eval
Method · 0.45
eval
Method · 0.45
eval
Method · 0.45
type
Function · 0.45
eval
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected