Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2857 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function
2863 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function
2872 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function
2881 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function
2890 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function
2892 return GenXType<T, Size>::genXType(x); in genXType()
3125 genXType<float, Size>(constant(0.0f)), in doExpand()