Searched refs:genXType (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2911 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 2946 return GenXType<T, Size>::genXType(x); in genXType() 3229 genXType<float, Size>(constant(0.0f)), in doExpand()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3610 static ExprP<T> genXType (const ExprP<T>& x) { return x; } in genXType() function 3616 static ExprP<Vector<T, 2> > genXType (const ExprP<T>& x) in genXType() function 3625 static ExprP<Vector<T, 3> > genXType (const ExprP<T>& x) in genXType() function 3634 static ExprP<Vector<T, 4> > genXType (const ExprP<T>& x) in genXType() function 3643 ExprP<typename ContainerOf<T, Size>::Container> genXType (const ExprP<T>& x) in genXType() function 3645 return GenXType<T, Size>::genXType(x); in genXType() 3991 genXType<T, Size>(getConstZero<T>()), in doExpand()
|