Home
last modified time | relevance | path

Searched refs:SimdModuleNode (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdSyntaxTree.h81 struct SimdModuleNode: public ModuleNode struct
83 SimdModuleNode (int lineNumber,
H A DCtlSimdSyntaxTree.cpp138 SimdModuleNode::SimdModuleNode in SimdModuleNode() function in Ctl::SimdModuleNode
150 SimdModuleNode::generateCode (LContext &lcontext) in generateCode()
H A DCtlSimdLContext.cpp208 return new SimdModuleNode (lineNumber, constants, functions); in newModuleNode()