Lines Matching defs:blending
64 bool blending;
401 if (m_testParams.blending)
428 const deUint32 drawCount = (m_testParams.blending && m_testParams.dstFactor == VK_BLEND_FACTOR_ONE) ? 4u : 1u;
531 const std::vector<Vertex4RGBA> vertices = m_testParams.blending ? createQuad(m_testParams.overrideColor) : createQuad();
753 m_testParams.blending ? VK_TRUE : VK_FALSE, // VkBool32 blendEnable
1030 testParams.blending = false;
1142 // Blend tests. Ensure dithering works with blending.
1144 de::MovePtr<tcu::TestCaseGroup> blendTests (new tcu::TestCaseGroup(testCtx, "blend", "Test dithering works with blending"));
1146 testParams.blending = true;
1163 testParams.blending = false;