|
Blender V4.3
|
Inherits blender::realtime_compositor::NodeOperation.
Public Member Functions | |
| void | execute () override |
| void | execute_classic () |
| void | execute_classic_summed_area_table () |
| void | execute_anisotropic () |
| Result | compute_structure_tensor () |
| const char * | get_classic_convolution_shader_name () |
| const char * | get_classic_summed_area_table_shader_name () |
| const char * | get_anisotropic_shader_name () |
| bool | is_constant_size () |
| float | get_sharpness () |
| float | get_eccentricity () |
| NodeOperation (Context &context, DNode node) | |
Public Member Functions inherited from blender::realtime_compositor::NodeOperation | |
| NodeOperation (Context &context, DNode node) | |
| void | evaluate () override |
| void | compute_results_reference_counts (const Schedule &schedule) |
Public Member Functions inherited from blender::realtime_compositor::Operation | |
| Operation (Context &context) | |
| virtual | ~Operation () |
| Result & | get_result (StringRef identifier) |
| void | map_input_to_result (StringRef identifier, Result *result) |
Additional Inherited Members | |
Protected Member Functions inherited from blender::realtime_compositor::NodeOperation | |
| void | compute_preview () override |
| const DNode & | node () const |
| const bNode & | bnode () const |
| bool | should_compute_output (StringRef identifier) |
Protected Member Functions inherited from blender::realtime_compositor::Operation | |
| virtual Domain | compute_domain () |
| virtual void | add_and_evaluate_input_processors () |
| void | add_and_evaluate_input_processor (StringRef identifier, SimpleOperation *processor) |
| Result & | get_input (StringRef identifier) const |
| void | switch_result_mapped_to_input (StringRef identifier, Result *result) |
| void | populate_result (StringRef identifier, Result result) |
| void | declare_input_descriptor (StringRef identifier, InputDescriptor descriptor) |
| InputDescriptor & | get_input_descriptor (StringRef identifier) |
| Context & | context () const |
| TexturePool & | texture_pool () const |
Definition at line 72 of file node_composite_kuwahara.cc.
|
inline |
Definition at line 217 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), and blender::realtime_compositor::Result::unbind_as_image().
Referenced by execute_anisotropic().
|
inlineoverridevirtual |
Implements blender::realtime_compositor::Operation.
Definition at line 76 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::NodeOperation::bnode(), CMP_NODE_KUWAHARA_ANISOTROPIC, execute_anisotropic(), execute_classic(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), and blender::realtime_compositor::Result::pass_through().
|
inline |
Definition at line 173 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::NodeOperation::bnode(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), compute_structure_tensor(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), get_anisotropic_shader_name(), get_eccentricity(), blender::realtime_compositor::Result::get_float_value(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), get_sharpness(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1f(), blender::realtime_compositor::Result::is_single_value(), blender::realtime_compositor::Result::release(), blender::realtime_compositor::symmetric_separable_blur(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 91 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::NodeOperation::bnode(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), execute_classic_summed_area_table(), get_classic_convolution_shader_name(), blender::realtime_compositor::Result::get_float_value(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::realtime_compositor::Result::is_single_value(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute().
|
inline |
Definition at line 129 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::Result::allocate_texture(), blender::realtime_compositor::Result::bind_as_image(), blender::realtime_compositor::Result::bind_as_texture(), blender::realtime_compositor::compute_dispatch_threads_at_least(), blender::realtime_compositor::Operation::compute_domain(), blender::realtime_compositor::Operation::context(), blender::realtime_compositor::Context::create_result(), get_classic_summed_area_table_shader_name(), blender::realtime_compositor::Result::get_float_value(), blender::realtime_compositor::Operation::get_input(), blender::realtime_compositor::Operation::get_result(), blender::realtime_compositor::Context::get_shader(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1i(), blender::realtime_compositor::Result::is_single_value(), blender::realtime_compositor::Result::release(), blender::realtime_compositor::summed_area_table(), blender::realtime_compositor::Result::unbind_as_image(), and blender::realtime_compositor::Result::unbind_as_texture().
Referenced by execute_classic().
|
inline |
Definition at line 256 of file node_composite_kuwahara.cc.
References is_constant_size().
Referenced by execute_anisotropic().
|
inline |
Definition at line 240 of file node_composite_kuwahara.cc.
References is_constant_size().
Referenced by execute_classic().
|
inline |
Definition at line 248 of file node_composite_kuwahara.cc.
References is_constant_size().
Referenced by execute_classic_summed_area_table().
|
inline |
Definition at line 297 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::NodeOperation::bnode(), and blender::math::max().
Referenced by execute_anisotropic().
|
inline |
Definition at line 278 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::NodeOperation::bnode().
Referenced by execute_anisotropic().
|
inline |
Definition at line 264 of file node_composite_kuwahara.cc.
References blender::realtime_compositor::Operation::get_input(), and blender::realtime_compositor::Result::is_single_value().
Referenced by get_anisotropic_shader_name(), get_classic_convolution_shader_name(), and get_classic_summed_area_table_shader_name().
Definition at line 39 of file node_operation.cc.