Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp218 MovePtr<TestCaseGroup> emitGroup (new TestCaseGroup(testCtx, "emit", "Different emit counts.")); in createEmitGeometryShaderTests() local
260 emitGroup->addChild(new EmitTest(testCtx, emitTests[ndx])); in createEmitGeometryShaderTests()
264 return emitGroup.release(); in createEmitGeometryShaderTests()
/external/llvm-project/clang/utils/TableGen/
DClangOptionDocEmitter.cpp353 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() function
376 emitGroup(Depth, G, DocInfo, OS); in emitDocumentation()
/external/deqp/modules/gles31/functional/
Des31fGeometryShaderTests.cpp6070 …tcu::TestCaseGroup* const emitGroup = new tcu::TestCaseGroup(m_testCtx, "emit", "Different emi… in init() local
6081 this->addChild(emitGroup); in init()
6250emitGroup->addChild(new EmitTest(m_context, name.c_str(), desc.c_str(), emitTests[ndx].emitCountA,… in init()