Home
last modified time | relevance | path

Searched defs:SingleColorGenerator (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1506 class SingleColorGenerator : public ReferenceColorGenerator class
1509SingleColorGenerator(const tcu::Vec4 &color) : m_colorFloat(color), m_colorUint(0u), isUint(false) in SingleColorGenerator() function in vkt::pipeline::__anonbcccb5ef0111::SingleColorGenerator
1513SingleColorGenerator(const tcu::UVec4 &color) : m_colorFloat(0.0f), m_colorUint(color), isUint(tru… in SingleColorGenerator() function in vkt::pipeline::__anonbcccb5ef0111::SingleColorGenerator