Home
last modified time | relevance | path

Searched refs:logicalAnd (Results 1 – 25 of 25) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DcontextuallyTypeLogicalAnd02.errors.txt1 tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts(4,1): erro…
3 tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts(5,11): err…
6 ==== tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts (2 er…
DcontextuallyTypeLogicalAnd03.errors.txt1 tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts(4,6): erro…
4 ==== tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts (1 er…
DcontextuallyTypeLogicalAnd01.types1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd01.ts ===
DcontextuallyTypeLogicalAnd01.symbols1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd01.ts ===
DcontextuallyTypeLogicalAnd03.symbols1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts ===
DcontextuallyTypeLogicalAnd02.symbols1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts ===
DcontextuallyTypeLogicalAnd03.types1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts ===
DcontextuallyTypeLogicalAnd02.types1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts ===
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp56 template<typename T> inline T logicalAnd (T a, T b) { return a && b; } in logicalAnd() function
449 TCU_DECLARE_VECTOR_BINARY_FUNC(logicalAnd, logicalAnd)
DtcuTexLookupVerifier.cpp217 …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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp94 …static VariableSearchFilter logicalAnd (const VariableSearchFilter& a, const VariableSearchFi…
Des31fProgramInterfaceDefinitionUtil.cpp74 return logicalAnd(createShaderTypeFilter(type), createStorageFilter(storage)); in createShaderTypeStorageFilter()
85 VariableSearchFilter VariableSearchFilter::logicalAnd (const VariableSearchFilter& a, const Variabl… in logicalAnd() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariableSearchFilter
Des31fProgramInterfaceQueryTestCase.cpp1148 …, m_filter (VariableSearchFilter::logicalAnd(VariableSearchFilter::createShaderTypeFilter(shaderT… in VariableReferencedByShaderValidator()
1273 …, m_filter (VariableSearchFilter::logicalAnd(VariableSearchFilter::createShaderTypeFilter(shaderT… in BlockReferencedByShaderValidator()
2314 …const VariableSearchFilter variableFilter = VariableSearchFilter::logicalAnd(VariableSear… in iterate()
Des31fTextureBorderClampTests.cpp1139 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask, in verifyTextureGatherResult()
1203 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
Des31fTextureGatherTests.cpp622 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp357 …tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstForm… in render()
359 …tcu::select(dstFmtRangeInfo.valueMin, srcFmtRangeInfo.valueMin, tcu::logicalAnd(copyMask, srcIsG… in render()
360 …tcu::select(dstFmtRangeInfo.valueMax, srcFmtRangeInfo.valueMax, tcu::logicalAnd(copyMask, srcIsG… in render()
361 …tcu::select(dstFmtRangeInfo.lookupScale, srcFmtRangeInfo.lookupScale, tcu::logicalAnd(copyMask, sr… in render()
362 …tcu::select(dstFmtRangeInfo.lookupBias, srcFmtRangeInfo.lookupBias, tcu::logicalAnd(copyMask, src… in render()
Des3fShaderOperatorTests.cpp74 inline bool logicalAnd (bool a, bool b) { return (a && b); } in logicalAnd() function
1338 DECLARE_BINARY_BOOL_FUNCS(logicalAnd) in DECLARE_BINARY_BOOL_FUNCS() argument
1904 …(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalAnd))
Des3fFragmentOutputTests.cpp713 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineSamplerBorderSwizzleTests.cpp497 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshol… in comparePixelToColorClearValue()
543 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), thresho… in comparePixelToColorClearValue()
589 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), thresho… in comparePixelToColorClearValue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp359 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
378 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
397 …const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold… in comparePixelToColorClearValue()
/third_party/skia/third_party/externals/angle2/third_party/r8/
Dbackported_methods.txt3 java/lang/Boolean#logicalAnd(ZZ)Z
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderOperatorTests.cpp66 inline bool logicalAnd (bool a, bool b) { return (a && b); } in logicalAnd() function
748 DECLARE_BINARY_BOOL_FUNCS(logicalAnd) in DECLARE_BINARY_BOOL_FUNCS() argument
1072 …(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalAnd))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp47 inline bool logicalAnd (bool a, bool b) { return (a && b); } in logicalAnd() function
1054 DECLARE_BINARY_BOOL_FUNCS(logicalAnd) in DECLARE_BINARY_BOOL_FUNCS() argument
1585 …(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalAnd)) in init()
DvktShaderRenderTextureGatherTests.cpp653 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp3183 isOk = boolAll(logicalAnd(lessThanEqual(minVal, result), lessThanEqual(result, maxVal))); in compareGenMipmapVeryLenient()