Searched refs:genXType (Results 1 – 1 of 1) sorted by relevance
2857 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function2863 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function2872 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function2881 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function2890 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function2892 return GenXType<T, Size>::genXType(x); in genXType()3125 genXType<float, Size>(constant(0.0f)), in doExpand()