/third_party/typescript/tests/baselines/reference/ |
D | contextuallyTypeLogicalAnd02.errors.txt | 1 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…
|
D | contextuallyTypeLogicalAnd03.errors.txt | 1 tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts(4,6): erro… 4 ==== tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts (1 er…
|
D | contextuallyTypeLogicalAnd01.types | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd01.ts ===
|
D | contextuallyTypeLogicalAnd01.symbols | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd01.ts ===
|
D | contextuallyTypeLogicalAnd03.symbols | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts ===
|
D | contextuallyTypeLogicalAnd02.symbols | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts ===
|
D | contextuallyTypeLogicalAnd03.types | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd03.ts ===
|
D | contextuallyTypeLogicalAnd02.types | 1 === tests/cases/conformance/types/contextualTypes/logicalAnd/contextuallyTypeLogicalAnd02.ts ===
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 56 template<typename T> inline T logicalAnd (T a, T b) { return a && b; } in logicalAnd() function 449 TCU_DECLARE_VECTOR_BINARY_FUNC(logicalAnd, logicalAnd)
|
D | tcuTexLookupVerifier.cpp | 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()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinitionUtil.hpp | 94 …static VariableSearchFilter logicalAnd (const VariableSearchFilter& a, const VariableSearchFi…
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 74 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
|
D | es31fProgramInterfaceQueryTestCase.cpp | 1148 …, 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()
|
D | es31fTextureBorderClampTests.cpp | 1139 if (tcu::boolAny(tcu::logicalAnd(lookupPrecision.colorMask, in verifyTextureGatherResult() 1203 if (tcu::boolAny(tcu::logicalAnd(colorMask, tcu::notEqual(referenceValue, resultValue)))) in verifyTextureGatherCmpResult()
|
D | es31fTextureGatherTests.cpp | 622 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 357 …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()
|
D | es3fShaderOperatorTests.cpp | 74 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))
|
D | es3fFragmentOutputTests.cpp | 713 DE_ASSERT(boolAll(logicalAnd(greaterThanEqual(c, minVal), lessThanEqual(c, maxVal)))); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineSamplerBorderSwizzleTests.cpp | 497 …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/ |
D | vktApiImageClearingTests.cpp | 359 …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/ |
D | backported_methods.txt | 3 java/lang/Boolean#logicalAnd(ZZ)Z
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderOperatorTests.cpp | 66 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/ |
D | vktShaderRenderOperatorTests.cpp | 47 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()
|
D | vktShaderRenderTextureGatherTests.cpp | 653 if (tcu::boolAny(tcu::logicalAnd(lookupPrec.colorMask, in verifyGatherOffsets()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.cpp | 3183 isOk = boolAll(logicalAnd(lessThanEqual(minVal, result), lessThanEqual(result, maxVal))); in compareGenMipmapVeryLenient()
|