• Home
  • Raw
  • Download

Lines Matching refs:group

83 void createChildren (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType)  in createChildren()  argument
85 tcu::TestContext& testCtx = group->getTestContext(); in createChildren()
87 group->addChild(createDynamicControlPointTests (testCtx, pipelineConstructionType)); in createChildren()
88 group->addChild(createStencilTests (testCtx, pipelineConstructionType)); in createChildren()
89 group->addChild(createBlendTests (testCtx, pipelineConstructionType)); in createChildren()
90 group->addChild(createDepthTests (testCtx, pipelineConstructionType)); in createChildren()
91 group->addChild(createDescriptorLimitsTests (testCtx, pipelineConstructionType)); in createChildren()
92 group->addChild(createDynamicOffsetTests (testCtx, pipelineConstructionType)); in createChildren()
94 group->addChild(createEarlyDestroyTests (testCtx, pipelineConstructionType)); in createChildren()
96 group->addChild(createImageTests (testCtx, pipelineConstructionType)); in createChildren()
97 group->addChild(createSamplerTests (testCtx, pipelineConstructionType)); in createChildren()
98 group->addChild(createImageViewTests (testCtx, pipelineConstructionType)); in createChildren()
100 group->addChild(createImage2DViewOf3DTests (testCtx, pipelineConstructionType)); in createChildren()
102 group->addChild(createLogicOpTests (testCtx, pipelineConstructionType)); in createChildren()
104 group->addChild(createPushConstantTests (testCtx, pipelineConstructionType)); in createChildren()
105 group->addChild(createPushDescriptorTests (testCtx, pipelineConstructionType)); in createChildren()
106 group->addChild(createMatchedAttachmentsTests (testCtx, pipelineConstructionType)); in createChildren()
108 group->addChild(createSpecConstantTests (testCtx, pipelineConstructionType)); in createChildren()
109 group->addChild(createMultisampleTests (testCtx, pipelineConstructionType, false)); in createChildren()
110 group->addChild(createMultisampleTests (testCtx, pipelineConstructionType, true)); in createChildren()
111 group->addChild(createMultisampleInterpolationTests (testCtx, pipelineConstructionType)); in createChildren()
113 group->addChild(createMultisampleShaderBuiltInTests (testCtx, pipelineConstructionType)); in createChildren()
115group->addChild(createTestGroup (testCtx, "vertex_input", "", createVertexInputTests, pipelin… in createChildren()
116 group->addChild(createInputAssemblyTests (testCtx, pipelineConstructionType)); in createChildren()
117 group->addChild(createInterfaceMatchingTests (testCtx, pipelineConstructionType)); in createChildren()
118 group->addChild(createTimestampTests (testCtx, pipelineConstructionType)); in createChildren()
120 group->addChild(createCacheTests (testCtx, pipelineConstructionType)); in createChildren()
121 group->addChild(createFramebufferAttachmentTests (testCtx, pipelineConstructionType)); in createChildren()
123 group->addChild(createRenderToImageTests (testCtx, pipelineConstructionType)); in createChildren()
124 group->addChild(createStencilExportTests (testCtx, pipelineConstructionType)); in createChildren()
126 group->addChild(createCreationFeedbackTests (testCtx, pipelineConstructionType)); in createChildren()
127 group->addChild(createDepthRangeUnrestrictedTests (testCtx, pipelineConstructionType)); in createChildren()
128 group->addChild(createExecutablePropertiesTests (testCtx, pipelineConstructionType)); in createChildren()
130 group->addChild(createMaxVaryingsTests (testCtx, pipelineConstructionType)); in createChildren()
131 group->addChild(createBlendOperationAdvancedTests (testCtx, pipelineConstructionType)); in createChildren()
132 group->addChild(createExtendedDynamicStateTests (testCtx, pipelineConstructionType)); in createChildren()
133 group->addChild(createNoPositionTests (testCtx, pipelineConstructionType)); in createChildren()
135 group->addChild(createBindPointTests (testCtx, pipelineConstructionType)); in createChildren()
137 group->addChild(createColorWriteEnableTests (testCtx, pipelineConstructionType)); in createChildren()
139 group->addChild(createAttachmentFeedbackLoopLayoutTests (testCtx, pipelineConstructionType)); in createChildren()
140 group->addChild(createShaderModuleIdentifierTests (testCtx, pipelineConstructionType)); in createChildren()
142 group->addChild(createColorWriteEnable2Tests (testCtx, pipelineConstructionType)); in createChildren()
143 group->addChild(createMiscTests (testCtx, pipelineConstructionType)); in createChildren()
151 group->addChild(createDerivativeTests (testCtx)); in createChildren()
154 group->addChild(createCacheControlTests (testCtx)); in createChildren()
161 group->addChild(createPipelineLibraryTests (testCtx)); in createChildren()