|
Blender V4.3
|
#include <COM_static_cache_manager.hh>
Public Member Functions | |
| void | reset () |
| void | skip_next_reset () |
Definition at line 49 of file COM_static_cache_manager.hh.
| void blender::realtime_compositor::StaticCacheManager::reset | ( | ) |
Definition at line 9 of file static_cache_manager.cc.
References bokeh_kernels, cached_images, cached_masks, cached_shaders, cached_textures, deriche_gaussian_coefficients, distortion_grids, fog_glow_kernels, keying_screens, morphological_distance_feather_weights, ocio_color_space_conversion_shaders, blender::realtime_compositor::BokehKernelContainer::reset(), blender::realtime_compositor::CachedImageContainer::reset(), blender::realtime_compositor::CachedMaskContainer::reset(), blender::realtime_compositor::CachedShaderContainer::reset(), blender::realtime_compositor::CachedTextureContainer::reset(), blender::realtime_compositor::DericheGaussianCoefficientsContainer::reset(), blender::realtime_compositor::DistortionGridContainer::reset(), blender::realtime_compositor::FogGlowKernelContainer::reset(), blender::realtime_compositor::KeyingScreenContainer::reset(), blender::realtime_compositor::MorphologicalDistanceFeatherWeightsContainer::reset(), blender::realtime_compositor::OCIOColorSpaceConversionShaderContainer::reset(), blender::realtime_compositor::SMAAPrecomputedTexturesContainer::reset(), blender::realtime_compositor::SymmetricBlurWeightsContainer::reset(), blender::realtime_compositor::SymmetricSeparableBlurWeightsContainer::reset(), blender::realtime_compositor::VanVlietGaussianCoefficientsContainer::reset(), smaa_precomputed_textures, symmetric_blur_weights, symmetric_separable_blur_weights, and van_vliet_gaussian_coefficients.
Referenced by blender::realtime_compositor::Context::reset().
| void blender::realtime_compositor::StaticCacheManager::skip_next_reset | ( | ) |
Definition at line 33 of file static_cache_manager.cc.
Referenced by blender::realtime_compositor::Evaluator::evaluate().
| BokehKernelContainer blender::realtime_compositor::StaticCacheManager::bokeh_kernels |
Definition at line 61 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_bokehimage_cc::BokehImageOperation::execute(), blender::nodes::node_composite_defocus_cc::DefocusOperation::execute(), and reset().
| CachedImageContainer blender::realtime_compositor::StaticCacheManager::cached_images |
Definition at line 62 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_image_cc::ImageOperation::compute_output(), blender::nodes::node_composite_cryptomatte_cc::CryptoMatteOperation::get_layers_from_image(), and reset().
| CachedMaskContainer blender::realtime_compositor::StaticCacheManager::cached_masks |
Definition at line 55 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_mask_cc::MaskOperation::execute(), and reset().
| CachedShaderContainer blender::realtime_compositor::StaticCacheManager::cached_shaders |
Definition at line 60 of file COM_static_cache_manager.hh.
Referenced by blender::realtime_compositor::Context::get_shader(), and reset().
| CachedTextureContainer blender::realtime_compositor::StaticCacheManager::cached_textures |
Definition at line 54 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_texture_cc::TextureOperation::execute(), and reset().
| DericheGaussianCoefficientsContainer blender::realtime_compositor::StaticCacheManager::deriche_gaussian_coefficients |
Definition at line 63 of file COM_static_cache_manager.hh.
Referenced by reset().
| DistortionGridContainer blender::realtime_compositor::StaticCacheManager::distortion_grids |
Definition at line 58 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_moviedistortion_cc::MovieDistortionOperation::execute(), and reset().
| FogGlowKernelContainer blender::realtime_compositor::StaticCacheManager::fog_glow_kernels |
Definition at line 65 of file COM_static_cache_manager.hh.
Referenced by reset().
| KeyingScreenContainer blender::realtime_compositor::StaticCacheManager::keying_screens |
Definition at line 59 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_keyingscreen_cc::KeyingScreenOperation::execute(), and reset().
| MorphologicalDistanceFeatherWeightsContainer blender::realtime_compositor::StaticCacheManager::morphological_distance_feather_weights |
Definition at line 53 of file COM_static_cache_manager.hh.
Referenced by reset().
| OCIOColorSpaceConversionShaderContainer blender::realtime_compositor::StaticCacheManager::ocio_color_space_conversion_shaders |
Definition at line 57 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_convert_color_space_cc::ConvertColorSpaceOperation::execute(), and reset().
| SMAAPrecomputedTexturesContainer blender::realtime_compositor::StaticCacheManager::smaa_precomputed_textures |
Definition at line 56 of file COM_static_cache_manager.hh.
Referenced by reset().
| SymmetricBlurWeightsContainer blender::realtime_compositor::StaticCacheManager::symmetric_blur_weights |
Definition at line 51 of file COM_static_cache_manager.hh.
Referenced by blender::nodes::node_composite_blur_cc::BlurOperation::execute_constant_size(), blender::nodes::node_composite_blur_cc::BlurOperation::execute_variable_size(), and reset().
| SymmetricSeparableBlurWeightsContainer blender::realtime_compositor::StaticCacheManager::symmetric_separable_blur_weights |
Definition at line 52 of file COM_static_cache_manager.hh.
Referenced by reset().
| VanVlietGaussianCoefficientsContainer blender::realtime_compositor::StaticCacheManager::van_vliet_gaussian_coefficients |
Definition at line 64 of file COM_static_cache_manager.hh.
Referenced by reset().