Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp212 MovePtr<TestCaseGroup> emitGroup (new TestCaseGroup(testCtx, "emit", "Different emit counts.")); in createEmitGeometryShaderTests() local
254 emitGroup->addChild(new EmitTest(testCtx, emitTests[ndx])); in createEmitGeometryShaderTests()
258 return emitGroup.release(); in createEmitGeometryShaderTests()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6069 …tcu::TestCaseGroup* const emitGroup = new tcu::TestCaseGroup(m_testCtx, "emit", "Different emi… in init() local
6080 this->addChild(emitGroup); in init()
6249emitGroup->addChild(new EmitTest(m_context, name.c_str(), desc.c_str(), emitTests[ndx].emitCountA,… in init()