Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/embree
/ align
Function
align
kernels/sycl/rthwif_embree_builder.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
};
22
23
static void align(size_t& ofs, size_t alignment) {
24
ofs = (ofs+(alignment-1))&(-alignment);
25
}
26
27
struct DispatchGlobals
28
{
Callers
1
rthwifBuild
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected