Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1505 class SingleColorGenerator : public ReferenceColorGenerator class
1508SingleColorGenerator(const tcu::Vec4 &color) : m_colorFloat(color), m_colorUint(0u), isUint(false) in SingleColorGenerator() function in vkt::pipeline::__anon3cc04b6f0111::SingleColorGenerator
1512SingleColorGenerator(const tcu::UVec4 &color) : m_colorFloat(0.0f), m_colorUint(color), isUint(tru… in SingleColorGenerator() function in vkt::pipeline::__anon3cc04b6f0111::SingleColorGenerator