/external/deqp/modules/internal/ |
ditSRGB8ConversionTest.cpp | 81 if (tcu::anyNotEqual(res, ref))
|
/external/deqp/framework/common/ |
tcuVectorUtil.hpp | 106 template<typename T> inline bool anyNotEqual (T a, T b) { return (a != b); } 290 inline bool anyNotEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
vktApiImageClearingTests.cpp | 365 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 386 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); 407 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderOperatorTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
vktRenderPassMultisampleResolveTests.cpp | [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
vktShaderRenderOperatorTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fShaderOperatorTests.cpp | [all...] |