HomeSort by relevance Sort by last modified time
    Searched refs:anyNotEqual (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/internal/
ditSRGB8ConversionTest.cpp 81 if (tcu::anyNotEqual(res, ref))
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 226 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
247 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
268 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask));
    [all...]
  /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/modules/gles2/functional/
es2fShaderOperatorTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]

Completed in 434 milliseconds