Searched defs:s_blendConst (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineBlendTests.cpp101 const static tcu::Vec4 s_blendConst; member in class:vkt::pipeline::__anon3897::BlendTest
244 const tcu::Vec4 BlendTest::s_blendConst = tcu::Vec4(0.1f, 0.2f, 0.3f, 0.4f); member in class:vkt::pipeline::__anon3897::BlendTest
612 BlendTest::s_blendConst.x(),
613 BlendTest::s_blendConst.y(),
614 BlendTest::s_blendConst.z(),
615 BlendTest::s_blendConst.w()
906 renderState.fragOps.blendColor = BlendTest::s_blendConst;
1077 blendStateDescription << "Combines blend factors, operators and channel write masks. The constant color used in all tests is " << BlendTest::s_blendConst; member in class:vkt::pipeline::BlendTest

Completed in 69 milliseconds