|
Blender V5.0
|
#include <nanovdb.h>
Public Member Functions | |
| ccl_device_inline_method bool | isOff (const uint32_t n) const ccl_global |
Public Attributes | |
| ccl_static_constexpr uint32_t | SIZE = 1U << (3 * LOG2DIM) |
| ccl_static_constexpr uint32_t | WORD_COUNT = SIZE >> 6 |
| uint64_t | mWords [WORD_COUNT] |
Definition at line 43 of file kernel/util/nanovdb.h.
|
inline |
Definition at line 48 of file kernel/util/nanovdb.h.
References ccl_device_inline_method, ccl_global, and mWords.
| uint64_t nanovdb::Mask< LOG2DIM >::mWords[WORD_COUNT] |
Definition at line 46 of file kernel/util/nanovdb.h.
Referenced by isOff().
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::SIZE = 1U << (3 * LOG2DIM) |
Definition at line 44 of file kernel/util/nanovdb.h.
| ccl_static_constexpr uint32_t nanovdb::Mask< LOG2DIM >::WORD_COUNT = SIZE >> 6 |
Definition at line 45 of file kernel/util/nanovdb.h.