Home
last modified time | relevance | path

Searched refs:hasDynamicValue (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1922 const bool hasDynamicValue = (static_cast<bool>(negativeOneToOneConfig.dynamicValue) && static_cast<bool>(negativeOneToOneConfig.dynamicValue.get())); in getActiveNegativeOneToOneValue() local
1923 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveNegativeOneToOneValue()
1925 return ((hasDynamicValue && !m_swappedValues) ? dynamicValue.get() : staticValue); in getActiveNegativeOneToOneValue()
1931 const bool hasDynamicValue = (static_cast<bool>(depthClipEnableConfig.dynamicValue) && static_cast<bool>(depthClipEnableConfig.dynamicValue.get())); in getActiveDepthClipEnable() local
1932 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(depthClipEnableConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveDepthClipEnable()
1934 return ((hasDynamicValue && !m_swappedValues) ? dynamicValue.get() : staticValue); in getActiveDepthClipEnable()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2388 const bool hasDynamicValue = (static_cast<bool>(negativeOneToOneConfig.dynamicValue) && static_cast<bool>(negativeOneToOneConfig.dynamicValue.get())); in getActiveNegativeOneToOneValue() local
2389 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveNegativeOneToOneValue()
2391 return ((hasDynamicValue && !m_swappedValues) ? dynamicValue.get() : staticValue); in getActiveNegativeOneToOneValue()
2397 const bool hasDynamicValue = (static_cast<bool>(depthClipEnableConfig.dynamicValue) && static_cast<bool>(depthClipEnableConfig.dynamicValue.get())); in getActiveDepthClipEnable() local
2398 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(depthClipEnableConfig.dynamicValue->get()) : tcu::nothing<bool>()); in getActiveDepthClipEnable()
2400 return ((hasDynamicValue && !m_swappedValues) ? dynamicValue.get() : staticValue); in getActiveDepthClipEnable()

Completed in 24 milliseconds