Home
last modified time | relevance | path

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

/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.cpp2315 … VariableSearchFilter::logicalOr(VariableSearchFilter::createStorageFilter(varyingStorage), in iterate()
/external/deqp/framework/common/
DtcuVectorUtil.hpp57 template<typename T> inline T logicalOr (T a, T b) { return a || b; } in logicalOr() function
450 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/llvm-project/flang/lib/Parser/
Dexpr-parsers.cpp324 std::function<Expr(Expr &&)> logicalOr{[&result](Expr &&right) { in Parse()
328 logicalOp(".OR.", ".O.") >> applyLambda(logicalOr, orOperand)))}; in Parse()
/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.cpp423 …const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDeri… in verifyConstantDerivate()
/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/renderpass/
DvktRenderPassMultisampleResolveTests.cpp882 …const bool unexpectedValue (tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4… in verify()
983 …const bool unexpectedValue (tcu::anyNotEqual(tcu::logicalOr(isRenderValue, isClearValue), BVec4… in verify()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp48 inline bool logicalOr (bool a, bool b) { return (a || b); } in logicalOr() function
1055 DECLARE_BINARY_BOOL_FUNCS(logicalOr) in DECLARE_BINARY_BOOL_FUNCS()
1586 …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.cpp359 …const bool isOk = tcu::allEqual(tcu::logicalOr(tcu::lessThanEqual(tcu::abs(reference - resDeri… in verifyConstantDerivate()
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlegalize-tf.mlir676 func @logicalOr(%arg0: tensor<8xi1>, %arg1: tensor<8xi1>) -> tensor<8xi1> {
680 // CHECK-LABEL: logicalOr