Searched refs:subOne (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp134 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...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp160 inline float subOne (float v) { return v - 1.0f; }; function in namespace:deqp::gles3::Functional
162 inline int subOne (int v) { return v - 1; }; function in namespace:deqp::gles3::Functional
164 inline deUint32 subOne (deUint32 v) { return v - 1; }; function in namespace:deqp::gles3::Functional
167 template<int Size> inline Vector<float, Size> subOne (const Vector<float, Size>& v) { return v - 1.0f; }; function in namespace:deqp::gles3::Functional
169 template<int Size> inline Vector<int, Size> subOne (const Vector<int, Size>& v) { return v - 1; }; function in namespace:deqp::gles3::Functional
171 template<int Size> inline Vector<deUint32, Size> subOne (const Vector<deUint32, Size>& v) { return (v.asInt() - 1).asUint(); }; function in namespace:deqp::gles3::Functional
1063 DECLARE_UNARY_GENTYPE_FUNCS(subOne)
1077 DECLARE_UNARY_INT_GENTYPE_FUNCS(subOne)
1104 DECLARE_UNARY_UINT_GENTYPE_FUNCS(subOne)
1393 << BuiltinSideEffOperInfo ("pre_decrement_effect", "--", GT, Value(GT, -1.0f, 1.0f), notUsed, notUsed, 0.5f, 1.0f, PRECMASK_ALL, FLOAT_GENTYPE_FUNCS(subOne))
[all...]

Completed in 521 milliseconds