Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2910 struct GenXType<T, 1> struct
2912 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType()
2916 struct GenXType<T, 2> struct
2918 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType()
2925 struct GenXType<T, 3> struct
2927 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType()
2934 struct GenXType<T, 4> struct
2936 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3696 struct GenXType<T, 1> struct
3698 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType()
3702 struct GenXType<T, 2> struct
3704 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType()
3711 struct GenXType<T, 3> struct
3713 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType()
3720 struct GenXType<T, 4> struct
3722 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()