Home
last modified time | relevance | path

Searched refs:maybeValue (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3404 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local
3406 if (maybeValue) in verifyColorAttachment()
3408 const bool value = *maybeValue; in verifyColorAttachment()
3447 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local
3449 if (maybeValue) in verifyDepthAttachment()
3451 const bool value = *maybeValue; in verifyDepthAttachment()
3489 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local
3491 if (maybeValue) in verifyStencilAttachment()
3493 const bool value = *maybeValue; in verifyStencilAttachment()
/external/v8/src/builtins/
Dbuiltins-array.cc1351 MaybeHandle<Object> maybeValue = in IsConcatSpreadable() local
1353 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()