Home
last modified time | relevance | path

Searched refs:s_blendConst (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineBlendTests.cpp101 const static tcu::Vec4 s_blendConst; member in vkt::pipeline::__anon50c208670111::BlendTest
244 const tcu::Vec4 BlendTest::s_blendConst = tcu::Vec4(0.1f, 0.2f, 0.3f, 0.4f); member in vkt::pipeline::__anon50c208670111::BlendTest
612 BlendTest::s_blendConst.x(), in BlendTestInstance()
613 BlendTest::s_blendConst.y(), in BlendTestInstance()
614 BlendTest::s_blendConst.z(), in BlendTestInstance()
615 BlendTest::s_blendConst.w() in BlendTestInstance()
934 renderState.fragOps.blendColor = BlendTest::s_blendConst; in verifyImage()
1105 …tors and channel write masks. The constant color used in all tests is " << BlendTest::s_blendConst; in createBlendTests()