H A D | es2fShaderOperatorTests.cpp | 134 inline float subOne (float v) { return v - 1.0f; }; function in namespace:deqp::gles2::Functional 136 inline int subOne (int v) { return v - 1; }; function in namespace:deqp::gles2::Functional 139 template<int Size> inline Vector<float, Size> subOne (const Vector<float, Size>& v) { return v - 1.0f; }; function in namespace:deqp::gles2::Functional 141 template<int Size> inline Vector<int, Size> subOne (const Vector<int, Size>& v) { return v - 1; }; function in namespace:deqp::gles2::Functional 722 DECLARE_UNARY_GENTYPE_FUNCS(subOne) 736 DECLARE_UNARY_INT_GENTYPE_FUNCS(subOne) 970 << BuiltinSideEffOperInfo ("pre_decrement_effect", "--", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 1.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(subOne)) 971 << BuiltinSideEffOperInfo ("pre_decrement_effect", "--", IGT, Value(IGT, -4.0f, 6.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(subOne)) 974 << BuiltinPostSideEffOperInfo ("post_decrement_effect", "--", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 1.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(subOne)) 975 << BuiltinPostSideEffOperInfo ("post_decrement_effect", "--", IGT, Value(IGT, -4.0f, 6.0f), notUsed, notUsed, 0.1f, 0.5f, PRECMASK_ALL, INT_GENTYPE_FUNCS(subOne)) [all...] |