Home
last modified time | relevance | path

Searched refs:logicalOr (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp56 template<typename T> inline T logicalOr (T a, T b) { return a || b; } in logicalOr() function
423 TCU_DECLARE_VECTOR_BINARY_FUNC(logicalOr, logicalOr)
DtcuTexLookupVerifier.cpp80 return boolAll(logicalOr(lessThanEqual(diff, prec.colorThreshold), logicalNot(prec.colorMask))); in isColorValid()
85 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result).asUint(), prec.colorThreshold), logica… in isColorValid()
90 …return boolAll(logicalOr(lessThanEqual(absDiff(ref, result), prec.colorThreshold), logicalNot(prec… in isColorValid()
217 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds()
224 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds()
231 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds()
243 …return boolAll(logicalOr(logicalAnd(greaterThanEqual(result, minVal), lessThanEqual(result, maxVal… in isInColorBounds()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp93 …static VariableSearchFilter logicalOr (const VariableSearchFilter& a, const VariableSearchFil…
Des31fProgramInterfaceDefinitionUtil.cpp77 VariableSearchFilter VariableSearchFilter::logicalOr (const VariableSearchFilter& a, const Variable… in logicalOr() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
Des31fProgramInterfaceQueryTestCase.cpp2305 … VariableSearchFilter::logicalOr(VariableSearchFilter::createStorageFilter(varyingStorage), in iterate()
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp361 …(tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, tcu::logicalOr(tcu::logicalNot(… in render()
362 …tcu::select(dstFmtRangeInfo.valueMax, srcFmtRangeInfo.valueMax, tcu::logicalOr(tcu::logicalNot(c… in render()
363 …tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalOr(tcu::logicalN… in render()
364 …tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalOr(tcu::logicalNo… in render()
Des3fShaderOperatorTests.cpp75 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function
1126 DECLARE_BINARY_BOOL_FUNCS(logicalOr) in DECLARE_BINARY_BOOL_FUNCS()
1692 …e(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalOr)) in init()
Des3fShaderDerivateTests.cpp394 …const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDeri… in verifyConstantDerivate()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleResolveTests.cpp1275 unexpectedValues = tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4(true)); in verify()
1375 unexpectedValues = tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4(true)); in verify()
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp67 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function
749 DECLARE_BINARY_BOOL_FUNCS(logicalOr) in DECLARE_BINARY_BOOL_FUNCS()
1073 …e(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalOr)) in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp60 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function
1066 DECLARE_BINARY_BOOL_FUNCS(logicalOr) in DECLARE_BINARY_BOOL_FUNCS()
1660 …e(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalOr)) in init()
DvktShaderRenderDerivateTests.cpp358 …const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDeri… in verifyConstantDerivate()