|
Blender
V2.93
|
#include <util_debug.h>
Classes | |
| struct | CPU |
| struct | CUDA |
| struct | OpenCL |
| struct | OptiX |
Public Member Functions | |
| void | reset () |
Static Public Member Functions | |
| static DebugFlags & | get () |
Public Attributes | |
| bool | viewport_static_bvh |
| bool | running_inside_blender |
| CPU | cpu |
| CUDA | cuda |
| OptiX | optix |
| OpenCL | opencl |
Definition at line 31 of file util_debug.h.
|
inlinestatic |
Definition at line 167 of file util_debug.h.
Referenced by DebugFlags().
| void DebugFlags::reset | ( | ) |
Definition at line 128 of file util_debug.cpp.
References cpu, cuda, opencl, optix, DebugFlags::CPU::reset(), DebugFlags::CUDA::reset(), DebugFlags::OptiX::reset(), DebugFlags::OpenCL::reset(), and viewport_static_bvh.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_reset(), and DebugFlags::OptiX::OptiX().
| CPU DebugFlags::cpu |
Definition at line 177 of file util_debug.h.
Referenced by CPUDevice::CPUDevice(), CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), BlenderSync::get_scene_params(), KernelFunctions< F >::KernelFunctions(), operator<<(), and reset().
| CUDA DebugFlags::cuda |
Definition at line 180 of file util_debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), operator<<(), and reset().
| OpenCL DebugFlags::opencl |
Definition at line 186 of file util_debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_reset(), CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), operator<<(), and reset().
| OptiX DebugFlags::optix |
Definition at line 183 of file util_debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), operator<<(), and reset().
| bool DebugFlags::running_inside_blender |
Definition at line 36 of file util_debug.h.
Referenced by init_func().
| bool DebugFlags::viewport_static_bvh |
Definition at line 34 of file util_debug.h.
Referenced by CCL_NAMESPACE_BEGIN::debug_flags_sync_from_scene(), and reset().