Lines Matching refs:negativeOneToOneConfig
1998 NegativeOneToOneConfig negativeOneToOneConfig;
2110 , negativeOneToOneConfig (tcu::Nothing)
2222 , negativeOneToOneConfig (other.negativeOneToOneConfig)
2312 return (static_cast<bool>(negativeOneToOneConfig.staticValue)
2313 || (static_cast<bool>(negativeOneToOneConfig.dynamicValue) && static_cast<bool>(negativeOneToOneConfig.dynamicValue.get())));
2387 const bool staticValue = (static_cast<bool>(negativeOneToOneConfig.staticValue) ? negativeOneToOneConfig.staticValue.get() : false);
2388 const bool hasDynamicValue = (static_cast<bool>(negativeOneToOneConfig.dynamicValue) && static_cast<bool>(negativeOneToOneConfig.dynamicValue.get()));
2389 const tcu::Maybe<bool> dynamicValue = (hasDynamicValue ? tcu::just(negativeOneToOneConfig.dynamicValue->get()) : tcu::nothing<bool>());
2481 negativeOneToOneConfig.swapValues();
2629 || (!!negativeOneToOneConfig.dynamicValue)
2734 if (negativeOneToOneConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_CLIP_NEGATIVE_ONE_TO_ONE_EXT);
3198 if (m_testConfig.negativeOneToOneConfig.dynamicValue && !eds3Features.extendedDynamicState3DepthClipNegativeOneToOne)
4155 if (testConfig.negativeOneToOneConfig.dynamicValue && static_cast<bool>(testConfig.negativeOneToOneConfig.dynamicValue.get()))
4156 vkd.cmdSetDepthClipNegativeOneToOneEXT(cmdBuffer, makeVkBool32(testConfig.negativeOneToOneConfig.dynamicValue->get()));
5204 const bool staticDepthClipControlInfo = static_cast<bool>(m_testConfig.negativeOneToOneConfig.staticValue);
5245 pDepthClipControlInfo->negativeOneToOne = makeVkBool32(m_testConfig.negativeOneToOneConfig.staticValue.get());
7871 config.negativeOneToOneConfig.staticValue = negOneToOneCase.staticVal;
7872 config.negativeOneToOneConfig.dynamicValue = negOneToOneCase.dynamicVal;