Searched refs:fFloat2x3_Type (Results 1 – 2 of 2) sorted by relevance
72 case 2: return *context.fFloat2x3_Type; in toCompound()
65 , fFloat2x3_Type(new Type("float2x3", *fFloat_Type, 2, 3)) in Context()159 , fMat_Type(new Type("$mat", { fFloat2x2_Type.get(), fFloat2x3_Type.get(),261 const std::unique_ptr<Type> fFloat2x3_Type; variable