MCPcopy Create free account
hub / github.com/RenderKit/oidn / getLocalLinearID

Method getLocalLinearID

core/kernel.h:160–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158
159 oidn_device_inline int getGlobalLinearID() const { return int(item.get_global_linear_id()); }
160 oidn_device_inline int getLocalLinearID() const { return int(item.get_local_linear_id()); }
161 oidn_device_inline int getGroupLinearID() const { return int(item.get_group_linear_id()); }
162
163 oidn_device_inline void groupBarrier() const

Callers 1

gpu_autoexposure.hFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected