Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationProvokingVertexTests.cpp142 class ProvokingVertexTestCase : public TestCase class
145 ProvokingVertexTestCase (tcu::TestContext& testCtx,
156 ProvokingVertexTestCase::ProvokingVertexTestCase (tcu::TestContext& testCtx, in ProvokingVertexTestCase() function in vkt::rasterization::__anon23de17d10111::ProvokingVertexTestCase
165 void ProvokingVertexTestCase::initPrograms (SourceCollections& programCollection) const in initPrograms()
200 void ProvokingVertexTestCase::checkSupport (Context& context) const in checkSupport()
239 TestInstance* ProvokingVertexTestCase::createInstance (Context& context) const in createInstance()
985 provokingGroup->addChild(new ProvokingVertexTestCase(testCtx, caseName, caseDesc, params)); in createTests()