Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2866 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function
2872 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function
2881 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function
2890 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function
2899 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function
2901 return GenXType<T, Size>::genXType(x); in genXType()
3164 genXType<float, Size>(constant(0.0f)), in doExpand()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2845 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function
2851 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function
2860 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function
2869 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function
2878 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function
2880 return GenXType<T, Size>::genXType(x); in genXType()
3135 genXType<float, Size>(constant(0.0f)), in doExpand()