|
Blender V5.0
|
Inherits blender::compositor::NodeOperation.
Public Member Functions | |
| void | execute () override |
| void | execute_gpu () |
| Result | compute_max_tile_velocity () |
| gpu::StorageBuf * | dilate_max_velocity (Result &max_tile_velocity) |
| void | compute_motion_blur (Result &max_tile_velocity, gpu::StorageBuf *tile_indirection_buffer) |
| void | execute_cpu () |
| int | get_samples_count () |
| float | get_shutter () |
| NodeOperation (Context &context, DNode node) | |
| Public Member Functions inherited from blender::compositor::NodeOperation | |
| NodeOperation (Context &context, DNode node) | |
| void | evaluate () override |
| void | compute_results_reference_counts (const Schedule &schedule) |
| Public Member Functions inherited from blender::compositor::Operation | |
| Operation (Context &context) | |
| virtual | ~Operation () |
| Result & | get_result (StringRef identifier) |
| void | map_input_to_result (StringRef identifier, Result *result) |
| void | free_results () |
Additional Inherited Members | |
| Protected Member Functions inherited from blender::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::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 |
Definition at line 503 of file node_composite_vec_blur.cc.
|
inline |
Definition at line 535 of file node_composite_vec_blur.cc.
References blender::compositor::Operation::context(), blender::math::divide_ceil(), blender::compositor::Float4, get_input(), GPU_compute_dispatch(), GPU_shader_bind(), GPU_shader_unbind(), GPU_shader_uniform_1b(), input, and output.
Referenced by execute_gpu().
|
inline |
Definition at line 593 of file node_composite_vec_blur.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::compute_domain(), blender::compositor::Operation::context(), get_input(), blender::compositor::Operation::get_result(), get_samples_count(), get_shutter(), GPU_BARRIER_SHADER_STORAGE, GPU_memory_barrier(), GPU_shader_bind(), GPU_shader_get_ssbo_binding(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_shader_uniform_1i(), GPU_storagebuf_bind(), input, output, and blender::compositor::Result::unbind_as_texture().
Referenced by execute_gpu().
|
inline |
Definition at line 565 of file node_composite_vec_blur.cc.
References blender::compositor::Result::bind_as_texture(), blender::compositor::compute_dispatch_threads_at_least(), blender::compositor::Operation::context(), blender::compositor::Result::domain(), get_shutter(), GPU_shader_bind(), GPU_shader_get_ssbo_binding(), GPU_shader_unbind(), GPU_shader_uniform_1f(), GPU_storagebuf_bind(), GPU_storagebuf_clear_to_zero(), GPU_storagebuf_create_ex(), GPU_storagebuf_unbind(), GPU_USAGE_DEVICE_ONLY, blender::compositor::Domain::size, size(), and blender::compositor::Result::unbind_as_texture().
Referenced by execute_gpu().
|
inlineoverridevirtual |
Implements blender::compositor::Operation.
Definition at line 507 of file node_composite_vec_blur.cc.
References blender::compositor::Operation::context(), execute_cpu(), execute_gpu(), get_input(), blender::compositor::Operation::get_result(), input, blender::compositor::Result::is_single_value(), and output.
|
inline |
Definition at line 631 of file node_composite_vec_blur.cc.
References blender::compositor::Operation::compute_domain(), blender::nodes::node_composite_vec_blur_cc::compute_max_tile_velocity_cpu(), blender::compositor::Operation::context(), blender::nodes::node_composite_vec_blur_cc::dilate_max_velocity_cpu(), get_input(), blender::compositor::Operation::get_result(), get_samples_count(), get_shutter(), blender::nodes::node_composite_vec_blur_cc::max_velocity(), blender::nodes::node_composite_vec_blur_cc::motion_blur_cpu(), output, and blender::compositor::Result::release().
Referenced by execute().
|
inline |
Definition at line 524 of file node_composite_vec_blur.cc.
References compute_max_tile_velocity(), compute_motion_blur(), dilate_max_velocity(), GPU_storagebuf_free(), and blender::compositor::Result::release().
Referenced by execute().
|
inline |
Definition at line 658 of file node_composite_vec_blur.cc.
References blender::math::clamp(), and get_input().
Referenced by compute_motion_blur(), and execute_cpu().
|
inline |
Definition at line 663 of file node_composite_vec_blur.cc.
References get_input(), and blender::math::max().
Referenced by compute_motion_blur(), dilate_max_velocity(), and execute_cpu().
| blender::compositor::NodeOperation::NodeOperation | ( | Context & | context, |
| DNode | node ) |
Definition at line 39 of file node_operation.cc.