Searched refs:logicalXor (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 68 inline bool logicalXor (bool a, bool b) { return (a != b); } in logicalXor() function 750 DECLARE_BINARY_BOOL_FUNCS(logicalXor) in DECLARE_BINARY_BOOL_FUNCS() 1074 …(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalXor)) in init()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderOperatorTests.cpp | 61 inline bool logicalXor (bool a, bool b) { return (a != b); } in logicalXor() function 1067 DECLARE_BINARY_BOOL_FUNCS(logicalXor) in DECLARE_BINARY_BOOL_FUNCS() 1661 …B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalXor)); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderOperatorTests.cpp | 76 inline bool logicalXor (bool a, bool b) { return (a != b); } in logicalXor() function 1127 DECLARE_BINARY_BOOL_FUNCS(logicalXor) in DECLARE_BINARY_BOOL_FUNCS() 1693 …B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalXor)); in init()
|