Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderLimitTests.cpp118 class FragmentInputComponentCase : public TestCase class
121FragmentInputComponentCase (TestContext& testCtx, const string& name, const string& description, c…
122 virtual ~FragmentInputComponentCase(void);
128 FragmentInputComponentCase (const FragmentInputComponentCase&);
132 FragmentInputComponentCase::FragmentInputComponentCase (TestContext& testCtx, const string& name, c… in FragmentInputComponentCase() function in vkt::sr::__anon951fcb2c0111::FragmentInputComponentCase
138 FragmentInputComponentCase::~FragmentInputComponentCase (void) in ~FragmentInputComponentCase()
142 void FragmentInputComponentCase::initPrograms (SourceCollections& dst) const in initPrograms()
221 TestInstance* FragmentInputComponentCase::createInstance (Context& context) const in createInstance()
262 …inputComponentsGroup->addChild(new FragmentInputComponentCase(testCtx, "components_" + de::toStrin… in createLimitTests()