Searched refs:fHalf3_Type (Results 1 – 4 of 4) sorted by relevance
32 case 3: return *context.fHalf3_Type; in index_type()
38 case 3: return *context.fHalf3_Type; in get_type()
91 case 3: return *context.fHalf3_Type; in toCompound()
34 , fHalf3_Type(new Type("half3", *fHalf_Type, 3)) in Context()150 fHalf3_Type.get(), fHalf4_Type.get() }))180 fHalf3_Type.get(), fHalf4_Type.get() }))222 const std::unique_ptr<Type> fHalf3_Type; variable