Home | History | Annotate | Download | only in functional

Lines Matching full:enableblend

167 		: enableBlend	(enableBlend_)
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
179 Maybe<bool> enableBlend;
187 if (blend.enableBlend)
189 if (*blend.enableBlend)
231 if (blend.enableBlend)
233 if (*blend.enableBlend)
655 if (postCommonBlendState.enableBlend)
656 state.fragOps.blendMode = (*(postCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLENDMODE_NONE);
657 else if (info.getBlendState().enableBlend)
658 state.fragOps.blendMode = (*(info.getBlendState().enableBlend) ? state.fragOps.blendMode : rr::BLENDMODE_NONE);
659 else if (preCommonBlendState.enableBlend)
660 state.fragOps.blendMode = (*(preCommonBlendState.enableBlend) ? state.fragOps.blendMode : rr::BLENDMODE_NONE);
1052 if (blend.enableBlend)
1054 if (*blend.enableBlend)
1261 blendState.enableBlend = rng.getBool();
1367 if (postCommon.enableBlend && *postCommon.enableBlend)
1371 postCommon.enableBlend = tcu::nothing<bool>();
1373 postCommon.enableBlend = tcu::just(false);
1378 if (!postCommon.enableBlend)
1382 if ((preCommon.enableBlend && *preCommon.enableBlend)
1383 || blendState.enableBlend)
1384 blendState.enableBlend = tcu::just(false);
1499 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)),
1536 const BlendState preState = BlendState((commonState.enableBlend ? commonState.enableBlend : just(true)),