/external/deqp/modules/gles3/functional/ |
D | es3fFunctionalTests.cpp | 164 addChild(children[i]); in init() 178 addChild(new ShaderCommonFunctionTests (m_context)); in init() 179 addChild(new ShaderPackingFunctionTests (m_context)); in init() 180 addChild(createBuiltinPrecisionTests (m_context)); in init() 194 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init() 195 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init() 196 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init() 197 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init() 198 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init() 199 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests")); in init() [all …]
|
D | es3fRandomShaderTests.cpp | 64 addChild(vertexGroup); in init() 67 addChild(fragmentGroup); in init() 70 addChild(combinedGroup); in init() 74 …vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init() 75 …fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init() 76 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 95 addChild(vertexGroup); in init() 98 addChild(fragmentGroup); in init() 101 addChild(combinedGroup); in init() 105 …vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init() [all …]
|
D | es3fAttribLocationTests.cpp | 94 root->addChild(bindAttributeGroup); in createAttributeLocationTests() 99 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests() 107 root->addChild(bindMaxAttributeGroup); in createAttributeLocationTests() 112 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests() 120 root->addChild(aliasingGroup); in createAttributeLocationTests() 127 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 131 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 134 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests() 137 …aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), conte… in createAttributeLocationTests() 145 root->addChild(holeGroup); in createAttributeLocationTests() [all …]
|
D | es3fRasterizerDiscardTests.cpp | 438 addChild(basic); in init() 439 addChild(scissor); in init() 440 addChild(fbo); in init() 444 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points", "points", 4, CASE_… in init() 445 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines", "lines", 4, CASE_WR… in init() 446 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip", "line_strip", 4,… in init() 447 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop", "line_loop", 4, C… in init() 448 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles", "triangles", 4, C… in init() 449 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip", "triangle_stri… in init() 450 …basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan", "triangle_fan", … in init() [all …]
|
D | es3fOcclusionQueryTests.cpp | 449 …addChild(new OcclusionQueryCase(m_context, "scissor", "scissor", 1, 10, 1.6f… in init() 450 …addChild(new OcclusionQueryCase(m_context, "depth_write", "depth_write", 8, 10… in init() 451 …addChild(new OcclusionQueryCase(m_context, "depth_clear", "depth_clear", 5, 10… in init() 452 …addChild(new OcclusionQueryCase(m_context, "stencil_write", "stencil_write", 8,… in init() 453 …addChild(new OcclusionQueryCase(m_context, "stencil_clear", "stencil_clear", 5,… in init() 455 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_write", "scissor_depth_write", … in init() 456 …addChild(new OcclusionQueryCase(m_context, "scissor_depth_clear", "scissor_depth_clear", … in init() 457 …addChild(new OcclusionQueryCase(m_context, "scissor_stencil_write", "scissor_stencil_write… in init() 458 …addChild(new OcclusionQueryCase(m_context, "scissor_stencil_clear", "scissor_stencil_clear… in init() 459 …addChild(new OcclusionQueryCase(m_context, "depth_write_depth_clear", "depth_write_depth_cl… in init() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fFunctionalTests.cpp | 126 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests")); in init() 127 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests")); in init() 128 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests")); in init() 129 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests")); in init() 130 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests")); in init() 131 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests")); in init() 132 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests")); in init() 133 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests")); in init() 134 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests")); in init() 135 addChild(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests")); in init() [all …]
|
D | es2fRandomShaderTests.cpp | 62 addChild(vertexGroup); in init() 65 addChild(fragmentGroup); in init() 68 addChild(combinedGroup); in init() 72 …vertexGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex shader", … in init() 73 …fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader",… in init() 74 …combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragme… in init() 93 addChild(vertexGroup); in init() 96 addChild(fragmentGroup); in init() 99 addChild(combinedGroup); in init() 103 …vertexGroup->addChild(createRandomShaderCase(m_context, "Scalar conversions in vertex shader", … in init() [all …]
|
D | es2fLightAmountTest.cpp | 197 addChild(new LightAmountCase(m_context, "none", 0, 0, 0 )); in init() 198 addChild(new LightAmountCase(m_context, "1dir", 1, 0, 0 )); in init() 199 addChild(new LightAmountCase(m_context, "2dir", 2, 0, 0 )); in init() 200 addChild(new LightAmountCase(m_context, "4dir", 4, 0, 0 )); in init() 201 addChild(new LightAmountCase(m_context, "6dir", 6, 0, 0 )); in init() 202 addChild(new LightAmountCase(m_context, "8dir", 8, 0, 0 )); in init() 203 addChild(new LightAmountCase(m_context, "10dir", 10, 0, 0 )); in init() 204 addChild(new LightAmountCase(m_context, "12dir", 12, 0, 0 )); in init() 205 addChild(new LightAmountCase(m_context, "14dir", 14, 0, 0 )); in init() 206 addChild(new LightAmountCase(m_context, "16dir", 16, 0, 0 )); in init() [all …]
|
D | es2fAttribLocationTests.cpp | 67 root->addChild(bindAttributeGroup); in createAttributeLocationTests() 72 …bindAttributeGroup->addChild(new gls::BindAttributeTest(context.getTestContext(), context.getRende… in createAttributeLocationTests() 80 root->addChild(bindMaxAttributeGroup); in createAttributeLocationTests() 85 …bindMaxAttributeGroup->addChild(new gls::BindMaxAttributesTest(context.getTestContext(), context.g… in createAttributeLocationTests() 93 root->addChild(aliasingGroup); in createAttributeLocationTests() 100 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 104 …aliasingGroup->addChild(new gls::BindAliasingAttributeTest(context.getTestContext(), context.getRe… in createAttributeLocationTests() 107 …aliasingGroup->addChild(new gls::BindMaxAliasingAttributeTest(context.getTestContext(), context.ge… in createAttributeLocationTests() 110 …aliasingGroup->addChild(new gls::BindInactiveAliasingAttributeTest(context.getTestContext(), conte… in createAttributeLocationTests() 118 root->addChild(holeGroup); in createAttributeLocationTests() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fFunctionalTests.cpp | 125 addChild(children[i]); in init() 142 addChild(new ComputeShaderBuiltinVarTests(m_context)); in init() 156 addChild(new ShaderCommonFunctionTests (m_context)); in init() 157 addChild(new ShaderPackingFunctionTests (m_context)); in init() 158 addChild(new ShaderIntegerFunctionTests (m_context)); in init() 159 addChild(new ShaderTextureSizeTests (m_context)); in init() 160 addChild(createBuiltinPrecisionTests (m_context)); in init() 174 …addChild(new ShaderLibraryTest(m_context, "linkage_geometry.test", "geometry", "Geometry shader")); in init() 175 …addChild(new ShaderLibraryTest(m_context, "linkage_tessellation.test", "tessellation", "Tessellati… in init() 176 …addChild(new ShaderLibraryTest(m_context, "linkage_tessellation_geometry.test", "tessellation_geom… in init() [all …]
|
/external/deqp/modules/egl/ |
D | teglTestPackage.cpp | 85 addChild(new MemoryStressTests(m_eglTestCtx)); in init() 99 addChild(new MakeCurrentPerfTests (m_eglTestCtx)); in init() 100 addChild(new GLES2SharedRenderingPerfTests (m_eglTestCtx)); in init() 114 addChild(new CreateContextTests (m_eglTestCtx)); in init() 115 addChild(new QueryContextTests (m_eglTestCtx)); in init() 116 addChild(new CreateSurfaceTests (m_eglTestCtx)); in init() 117 addChild(new QuerySurfaceTests (m_eglTestCtx)); in init() 118 addChild(new QueryConfigTests (m_eglTestCtx)); in init() 119 addChild(new ChooseConfigTests (m_eglTestCtx)); in init() 120 addChild(new ColorClearTests (m_eglTestCtx)); in init() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sMemoryTests.cpp | 62 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 63 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 68 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 73 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sMemoryTests.cpp | 64 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 65 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 66 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 67 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 69 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 70 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 71 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 72 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 74 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() 75 …basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext()… in init() [all …]
|
/external/deqp/modules/internal/ |
D | ditDelibsTests.cpp | 82 addChild(new SelfCheckCase(m_testCtx, "array", "dePoolArray_selfTest()", dePoolArray_selfTest)); in init() 83 addChild(new SelfCheckCase(m_testCtx, "heap", "dePoolHeap_selfTest()", dePoolHeap_selfTest)); in init() 84 addChild(new SelfCheckCase(m_testCtx, "hash", "dePoolHash_selfTest()", dePoolHash_selfTest)); in init() 85 addChild(new SelfCheckCase(m_testCtx, "set", "dePoolSet_selfTest()", dePoolSet_selfTest)); in init() 86 …addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfT… in init() 87 …addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_… in init() 88 …addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_sel… in init() 127 …addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest)); in init() 128 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest)); in init() 129 …addChild(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_sel… in init() [all …]
|
D | ditSeedBuilderTests.cpp | 123 …addChild(new SeedBuilderTest<bool>(m_testCtx, true, 132088003u, "bool_true", "Seed from boolean t… in init() 124 …addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean … in init() 126 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, 0, 62533730u, "int8_zero", "Seed from int8 zero.… in init() 127 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, 1, 93914869u, "int8_one", "Seed from int8 one.")… in init() 128 …addChild(new SeedBuilderTest<deInt8>(m_testCtx, -1, 115002165u, "int8_minus_one", "Seed from int8 … in init() 130 …addChild(new SeedBuilderTest<deInt16>(m_testCtx, 0, 133071403u, "int16_zero", "Seed from int16 ze… in init() 131 …addChild(new SeedBuilderTest<deInt16>(m_testCtx, 1, 57421642u, "int16_one", "Seed from int16 one… in init() 132 …addChild(new SeedBuilderTest<deInt16>(m_testCtx, -1, 74389771u, "int16_minus_one", "Seed from int… in init() 134 …addChild(new SeedBuilderTest<deInt32>(m_testCtx, 0, 75951701u, "int32_zero", "Seed from int32 zer… in init() 135 …addChild(new SeedBuilderTest<deInt32>(m_testCtx, 1, 95780822u, "int32_one", "Seed from int32 one.… in init() [all …]
|
D | ditImageCompareTests.cpp | 167 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "identical", "cube_ref.png", "cube_ref.png",… in init() 168 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube", "cube_ref.png", "cube_cmp.png", … in init() 169 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_2", "cube_2_ref.png", "cube_2_cmp.png"… in init() 170 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_sphere", "cube_sphere_ref.png", "cube_sph… in init() 171 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap", "cube_nmap_ref.png", "cube_nmap_c… in init() 172 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "cube_nmap_2", "cube_nmap_2_ref.png", "cube_nma… in init() 173 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_diffuse", "earth_diffuse_ref.png", "earth… in init() 174 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "eath_texture", "earth_texture_ref.png", "earth_… in init() 175 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_spot", "earth_spot_ref.png", "earth_spo… in init() 176 …addChild(new FuzzyComparisonMetricCase(m_testCtx, "earth_light", "earth_light_ref.png", "earth_li… in init() [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTrees.java | 60 adaptor.addChild(root_0, t); in testTwoChildrenOfNilRoot() 61 adaptor.addChild(root_0, u); in testTwoChildrenOfNilRoot() 71 r0.addChild(new CommonTree(new CommonToken(102))); in test4Nodes() 72 r0.getChild(0).addChild(new CommonTree(new CommonToken(103))); in test4Nodes() 73 r0.addChild(new CommonTree(new CommonToken(104))); in test4Nodes() 83 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList() 84 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList() 85 r0.addChild(c2=new CommonTree(new CommonToken(103))); in testList() 105 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList2() 106 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList2() [all …]
|
D | TestTreeNodeStream.java | 63 t.addChild(new CommonTree(new CommonToken(102))); in test4Nodes() 64 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); in test4Nodes() 65 t.addChild(new CommonTree(new CommonToken(104))); in test4Nodes() 81 t.addChild(new CommonTree(new CommonToken(102))); in testList() 82 t.getChild(0).addChild(new CommonTree(new CommonToken(103))); in testList() 83 t.addChild(new CommonTree(new CommonToken(104))); in testList() 87 root.addChild(t); in testList() 88 root.addChild(u); in testList() 103 root.addChild(new CommonTree(new CommonToken(101))); in testFlatList() 104 root.addChild(new CommonTree(new CommonToken(102))); in testFlatList() [all …]
|
/external/antlr/antlr-3.4/runtime/Python/unittests/ |
D | testtree.py | 61 self.adaptor.addChild(root_0, t) 62 self.adaptor.addChild(root_0, u) 72 t.addChild(CommonTree(CommonToken(102))) 73 t.getChild(0).addChild(CommonTree(CommonToken(103))) 74 t.addChild(CommonTree(CommonToken(104))) 90 t.addChild(CommonTree(CommonToken(102))) 91 t.getChild(0).addChild(CommonTree(CommonToken(103))) 92 t.addChild(CommonTree(CommonToken(104))) 96 root.addChild(t) 97 root.addChild(u) [all …]
|
/external/deqp/modules/gles3/performance/ |
D | es3pPerformanceTests.cpp | 59 addChild(new TextureFormatTests (m_context)); in init() 60 addChild(new TextureFilteringTests (m_context)); in init() 61 addChild(new TextureCountTests (m_context)); in init() 77 addChild(new ShaderOperatorTests (m_context)); in init() 78 addChild(new ShaderControlStatementTests (m_context)); in init() 94 addChild(new StateChangeCallTests (m_context)); in init() 95 addChild(new StateChangeTests (m_context)); in init() 96 addChild(new RedundantStateChangeTests (m_context)); in init() 112 addChild(new BufferDataUploadTests (m_context)); in init() 129 addChild(new BlendTests (m_context)); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiTests.cpp | 55 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests() 56 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests() 63 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests() 64 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests() 65 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests() 66 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests() 67 apiTests->addChild(createBufferTests (testCtx)); in createApiTests() 68 …apiTests->addChild(createTestGroup (testCtx, "buffer_view", "BufferView tests", createBufferVi… in createApiTests() 69 apiTests->addChild(createCommandBuffersTests (testCtx)); in createApiTests() 70 apiTests->addChild(createCopiesAndBlittingTests (testCtx)); in createApiTests() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineTests.cpp | 55 pipelineTests->addChild(createStencilTests (testCtx)); in createChildren() 56 pipelineTests->addChild(createBlendTests (testCtx)); in createChildren() 57 pipelineTests->addChild(createDepthTests (testCtx)); in createChildren() 58 pipelineTests->addChild(createImageTests (testCtx)); in createChildren() 59 pipelineTests->addChild(createSamplerTests (testCtx)); in createChildren() 60 pipelineTests->addChild(createImageViewTests (testCtx)); in createChildren() 61 pipelineTests->addChild(createPushConstantTests (testCtx)); in createChildren() 62 pipelineTests->addChild(createSpecConstantTests (testCtx)); in createChildren() 63 pipelineTests->addChild(createMultisampleTests (testCtx)); in createChildren() 64 pipelineTests->addChild(createMultisampleInterpolationTests (testCtx)); in createChildren() [all …]
|
/external/deqp/modules/gles2/performance/ |
D | es2pPerformanceTests.cpp | 59 addChild(new TextureFormatTests (m_context)); in init() 60 addChild(new TextureFilteringTests (m_context)); in init() 61 addChild(new TextureCountTests (m_context)); in init() 62 addChild(new TextureUploadTests (m_context)); in init() 78 addChild(new ShaderOperatorTests (m_context)); in init() 79 addChild(new ShaderControlStatementTests (m_context)); in init() 95 addChild(new StateChangeCallTests (m_context)); in init() 96 addChild(new StateChangeTests (m_context)); in init() 97 addChild(new RedundantStateChangeTests (m_context)); in init() 98 addChild(new DrawCallBatchingTests (m_context)); in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationTests.cpp | 54 group->addChild(createGeometryPassthroughTests (testCtx)); in createGeometryInteractionTests() 55 group->addChild(createGeometryGridRenderLimitsTests (testCtx)); in createGeometryInteractionTests() 56 group->addChild(createGeometryGridRenderScatterTests(testCtx)); in createGeometryInteractionTests() 57 group->addChild(createGeometryPointSizeTests (testCtx)); in createGeometryInteractionTests() 66 tessellationTests->addChild(createLimitsTests (testCtx)); in createChildren() 67 tessellationTests->addChild(createCoordinatesTests (testCtx)); in createChildren() 68 tessellationTests->addChild(createWindingTests (testCtx)); in createChildren() 69 tessellationTests->addChild(createShaderInputOutputTests (testCtx)); in createChildren() 70 tessellationTests->addChild(createMiscDrawTests (testCtx)); in createChildren() 71 tessellationTests->addChild(createCommonEdgeTests (testCtx)); in createChildren() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestPackage.cpp | 336 glslTests->addChild(createShaderLibraryGroup(testCtx, in createGlslTests() 342 glslTests->addChild(sr::createDerivateTests (testCtx)); in createGlslTests() 343 glslTests->addChild(sr::createDiscardTests (testCtx)); in createGlslTests() 344 glslTests->addChild(sr::createIndexingTests (testCtx)); in createGlslTests() 345 glslTests->addChild(sr::createLoopTests (testCtx)); in createGlslTests() 346 glslTests->addChild(sr::createMatrixTests (testCtx)); in createGlslTests() 347 glslTests->addChild(sr::createOperatorTests (testCtx)); in createGlslTests() 348 glslTests->addChild(sr::createReturnTests (testCtx)); in createGlslTests() 349 glslTests->addChild(sr::createStructTests (testCtx)); in createGlslTests() 350 glslTests->addChild(sr::createSwitchTests (testCtx)); in createGlslTests() [all …]
|