Blender  V3.3
Classes | Namespaces | Typedefs | Functions
multi_function_procedure_executor.cc File Reference
#include "FN_multi_function_procedure_executor.hh"
#include "BLI_stack.hh"

Go to the source code of this file.

Classes

struct  blender::fn::VariableValue
 
struct  blender::fn::VariableValue_GVArray
 
struct  blender::fn::VariableValue_Span
 
struct  blender::fn::VariableValue_GVVectorArray
 
struct  blender::fn::VariableValue_GVectorArray
 
struct  blender::fn::VariableValue_OneSingle
 
struct  blender::fn::VariableValue_OneVector
 
class  blender::fn::ValueAllocator
 
class  blender::fn::VariableState
 
class  blender::fn::VariableStates
 
struct  blender::fn::InstructionIndices
 
struct  blender::fn::NextInstructionInfo
 
class  blender::fn::InstructionScheduler
 

Namespaces

 blender
 
 blender::fn
 

Typedefs

using blender::fn::IndicesSplitVectors = std::array< Vector< int64_t >, 2 >
 

Functions

static bool blender::fn::evaluate_as_one (const MultiFunction &fn, Span< VariableState * > param_variable_states, const IndexMask &mask, const IndexMask &full_mask)
 
static void blender::fn::gather_parameter_variable_states (const MultiFunction &fn, const MFCallInstruction &instruction, VariableStates &variable_states, MutableSpan< VariableState * > r_param_variable_states)
 
static void blender::fn::fill_params__one (const MultiFunction &fn, const IndexMask mask, MFParamsBuilder &params, VariableStates &variable_states, const Span< VariableState * > param_variable_states)
 
static void blender::fn::fill_params (const MultiFunction &fn, const IndexMask mask, MFParamsBuilder &params, VariableStates &variable_states, const Span< VariableState * > param_variable_states)
 
static void blender::fn::execute_call_instruction (const MFCallInstruction &instruction, const IndexMask mask, VariableStates &variable_states, const MFContext &context)