Home
last modified time | relevance | path

Searched defs:GenXType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2864 struct GenXType<T, 1> struct
2866 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType()
2870 struct GenXType<T, 2> struct
2872 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType()
2879 struct GenXType<T, 3> struct
2881 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType()
2888 struct GenXType<T, 4> struct
2890 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2843 struct GenXType<T, 1> struct
2845 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType()
2849 struct GenXType<T, 2> struct
2851 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType()
2858 struct GenXType<T, 3> struct
2860 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType()
2867 struct GenXType<T, 4> struct
2869 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()