Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp252 …MovePtr<TestCaseGroup> triStripAdjacencyGroup (new TestCaseGroup(testCtx, "triangle_strip_adjacenc… in createInputGeometryShaderTests() local
278triStripAdjacencyGroup->addChild(new TriangleStripAdjacencyVertexCountTest(testCtx, primitives, ve… in createInputGeometryShaderTests()
298 inputPrimitiveGroup->addChild(triStripAdjacencyGroup.release()); in createInputGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6175 …tcu::TestCaseGroup* const triStripAdjacencyGroup = new tcu::TestCaseGroup(m_testCtx, "triangle_str… in init() local
6187triStripAdjacencyGroup->addChild(new TriangleStripAdjacencyVertexCountTest(m_context, name.c_str()… in init()
6191 inputPrimitiveGroup->addChild(triStripAdjacencyGroup); in init()