|
Blender V4.3
|
#include <debug.h>
Public Member Functions | |
| CPU () | |
| void | reset () |
| bool | has_avx2 () |
| bool | has_sse42 () |
Public Attributes | |
| bool | avx2 = true |
| bool | sse42 = true |
| BVHLayout | bvh_layout = BVH_LAYOUT_AUTO |
| CCL_NAMESPACE_BEGIN DebugFlags::CPU::CPU | ( | ) |
|
inline |
Definition at line 34 of file debug.h.
References avx2, and has_sse42().
|
inline |
| void DebugFlags::CPU::reset | ( | ) |
Definition at line 21 of file debug.cpp.
References avx2, bvh_layout, BVH_LAYOUT_AUTO, CHECK_CPU_FLAGS, and sse42.
Referenced by CPU().
| bool DebugFlags::CPU::avx2 = true |
Definition at line 28 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), has_avx2(), and reset().
| BVHLayout DebugFlags::CPU::bvh_layout = BVH_LAYOUT_AUTO |
Definition at line 48 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), BlenderSync::get_scene_params(), and reset().
| bool DebugFlags::CPU::sse42 = true |
Definition at line 29 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), has_sse42(), and reset().