|
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().
Referenced by CPUKernelFunction< FunctionType >::get_best_kernel_info().
|
inline |
| void DebugFlags::CPU::reset | ( | ) |
Definition at line 21 of file debug.cpp.
References BVH_LAYOUT_AUTO, and CHECK_CPU_FLAGS.
Referenced by CPU(), and DebugFlags::reset().
| bool DebugFlags::CPU::avx2 = true |
Definition at line 28 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and has_avx2().
| 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(), and BlenderSync::get_scene_params().
| bool DebugFlags::CPU::sse42 = true |
Definition at line 29 of file debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and has_sse42().