Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2911 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function
2917 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function
2926 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function
2935 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function
2944 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3697 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function
3703 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function
3712 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function
3721 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function
3730 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function