Lines Matching defs:reprInfo
212 const MaybeRepr reprInfo; // Representation info. We omit it for some cases.
224 if (!reprInfo)
227 testLog << tcu::TestLog::Message << *reprInfo << tcu::TestLog::EndMessage;
284 if (m_params.reprInfo)
286 const auto& reprInfo = m_params.reprInfo.get();
289 if (reprInfo.depthBiasExact && !dbcFeatures.depthBiasExact)
292 if (reprInfo.depthBiasRepresentation == VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORCE_UNORM_EXT
298 if (reprInfo.depthBiasRepresentation == VK_DEPTH_BIAS_REPRESENTATION_FLOAT_EXT && !dbcFeatures.floatRepresentation)
435 const auto representation = (m_params.reprInfo ? m_params.reprInfo->depthBiasRepresentation : VK_DEPTH_BIAS_REPRESENTATION_LEAST_REPRESENTABLE_VALUE_FORMAT_EXT);
436 const bool exactRepr = (m_params.reprInfo ? m_params.reprInfo->depthBiasExact : false);
455 const void* rasterizationPnext = ((setStatically && m_params.reprInfo) ? &m_params.reprInfo.get() : nullptr);
543 DE_ASSERT(!m_params.reprInfo);
548 const void* biasInfoPnext = (m_params.reprInfo ? &m_params.reprInfo.get() : nullptr);
692 const MaybeRepr reprInfo;
799 if (setMechanismCase.setMechanism == SetMechanism::DYNAMIC_1 && static_cast<bool>(reprInfoCase.reprInfo))
828 if (!static_cast<bool>(reprInfoCase.reprInfo))
835 reprInfoCase.reprInfo,