Lines Matching defs:dualSrcBlend
1940 bool dualSrcBlend;
2063 , dualSrcBlend (false)
2177 , dualSrcBlend (other.dualSrcBlend)
3025 if (m_testConfig.dualSrcBlend && !baseFeatures.dualSrcBlend)
3026 TCU_THROW(NotSupportedError, "dualSrcBlend is not supported");
3448 const bool useAttIndex = m_testConfig.dualSrcBlend;
3575 << " color = ${OUT_COLOR_VTYPE}" << (m_testConfig.dualSrcBlend ? de::toString(kOpaqueWhite) : "(pushConstants.triangleColor)") << ";\n"
3578 if (m_testConfig.dualSrcBlend)
6958 config.dualSrcBlend = true;