Searched refs:fDouble4_Type (Results 1 – 4 of 4) sorted by relevance
41 case 4: return *context.fDouble4_Type; in index_type()
45 case 4: return *context.fDouble4_Type; in get_type()
124 case 4: return *context.fDouble4_Type; in toCompound()
27 , fDouble4_Type(new Type("double4", *fDouble_Type, 4)) in Context()152 fDouble3_Type.get(), fDouble4_Type.get() }))182 fDouble3_Type.get(), fDouble4_Type.get() }))213 const std::unique_ptr<Type> fDouble4_Type; variable