Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryInputGeometryShaderTests.cpp250 …MovePtr<TestCaseGroup> inputPrimitiveGroup (new TestCaseGroup(testCtx, "input", "Different input … in createInputGeometryShaderTests() local
297 inputPrimitiveGroup->addChild(basicPrimitiveGroup.release()); in createInputGeometryShaderTests()
298 inputPrimitiveGroup->addChild(triStripAdjacencyGroup.release()); in createInputGeometryShaderTests()
299 inputPrimitiveGroup->addChild(conversionPrimitiveGroup.release()); in createInputGeometryShaderTests()
300 return inputPrimitiveGroup.release(); in createInputGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6068 …tcu::TestCaseGroup* const inputPrimitiveGroup = new tcu::TestCaseGroup(m_testCtx, "input", "Diffe… in init() local
6079 this->addChild(inputPrimitiveGroup); in init()
6190 inputPrimitiveGroup->addChild(basicPrimitiveGroup); in init()
6191 inputPrimitiveGroup->addChild(triStripAdjacencyGroup); in init()