Home
last modified time | relevance | path

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

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdType.cpp1586 SimdStructType::SimdStructType in SimdStructType() function in Ctl::SimdStructType
1611 SimdStructType::objectSize () const in objectSize()
1618 SimdStructType::alignedObjectSize () const in alignedObjectSize()
1625 SimdStructType::objectAlignment () const in objectAlignment()
1632 SimdStructType::generateCastFrom in generateCastFrom()
1641 SimdStructType::generateCode in generateCode()
1685 SimdStructType::newStaticVariable (Module *module) const in newStaticVariable()
1692 SimdStructType::newAutomaticVariable (StatementNodePtr node, in newAutomaticVariable()
H A DCtlSimdType.h270 class SimdStructType: public StructType
274 SimdStructType (const std::string &name,
H A DCtlSimdLContext.cpp478 return new SimdStructType(name, members); in newStructType()