Home
last modified time | relevance | path

Searched refs:SimdVoidType (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/ampasCTL/CTL-57b48a2/lib/IlmCtlSimd/
H A DCtlSimdType.cpp89 SimdVoidType::SimdVoidType(): VoidType () in SimdVoidType() function in Ctl::SimdVoidType
96 SimdVoidType::objectSize () const in objectSize()
103 SimdVoidType::alignedObjectSize () const in alignedObjectSize()
110 SimdVoidType::objectAlignment () const in objectAlignment()
117 SimdVoidType::generateCastFrom in generateCastFrom()
126 SimdVoidType::generateCode in generateCode()
H A DCtlSimdType.h82 class SimdVoidType: public VoidType
86 SimdVoidType ();
H A DCtlSimdSyntaxTree.cpp380 RcPtr<SimdVoidType> pv(new SimdVoidType()); in generateCode()
449 RcPtr<SimdVoidType> pv(new SimdVoidType()); in generateCode()
H A DCtlSimdLContext.cpp408 static VoidTypePtr voidType = new SimdVoidType; in newVoidType()