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

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp68 inline bool logicalXor (bool a, bool b) { return (a != b); } function in namespace:deqp::gles2::Functional
750 DECLARE_BINARY_BOOL_FUNCS(logicalXor)
1074 << BuiltinOperInfo("logical_xor", "^^", B, Value(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalXor))
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp76 inline bool logicalXor (bool a, bool b) { return (a != b); } function in namespace:deqp::gles3::Functional
1127 DECLARE_BINARY_BOOL_FUNCS(logicalXor)
1693 << BuiltinOperInfo("logical_xor", "^^", B, Value(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalXor));

Completed in 138 milliseconds