Searched defs:GenXType (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 2909 struct GenXType<T, 1> struct 2911 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() 2915 struct GenXType<T, 2> struct 2917 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() 2924 struct GenXType<T, 3> struct 2926 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() 2933 struct GenXType<T, 4> struct 2935 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()
|
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 3695 struct GenXType<T, 1> struct 3697 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() 3701 struct GenXType<T, 2> struct 3703 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() 3710 struct GenXType<T, 3> struct 3712 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() 3719 struct GenXType<T, 4> struct 3721 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType()
|