Searched refs:emitGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryEmitGeometryShaderTests.cpp | 218 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/ |
D | ClangOptionDocEmitter.cpp | 353 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/ |
D | es31fGeometryShaderTests.cpp | 6070 …tcu::TestCaseGroup* const emitGroup = new tcu::TestCaseGroup(m_testCtx, "emit", "Different emi… in init() local 6081 this->addChild(emitGroup); in init() 6250 …emitGroup->addChild(new EmitTest(m_context, name.c_str(), desc.c_str(), emitTests[ndx].emitCountA,… in init()
|