Home
last modified time | relevance | path

Searched refs:addChild (Results 1 – 25 of 1102) sorted by relevance

12345678910>>...45

/external/deqp/modules/gles3/functional/
Des3fFunctionalTests.cpp166 addChild(children[i]); in init()
180 addChild(new ShaderCommonFunctionTests (m_context)); in init()
181 addChild(new ShaderPackingFunctionTests (m_context)); in init()
182 addChild(createBuiltinPrecisionTests (m_context)); in init()
196 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init()
197 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init()
198 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init()
199 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init()
200 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init()
201 addChild(new ShaderLibraryTest (m_context, "declarations", "Declarations Tests")); in init()
[all …]
Des3fRandomShaderTests.cpp64 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 …]
/external/deqp/external/openglcts/modules/gl/
Dgl4cDirectStateAccessTests.cpp65 addChild(new TransformFeedback::CreationTest(m_context)); in init()
66 addChild(new TransformFeedback::DefaultsTest(m_context)); in init()
67 addChild(new TransformFeedback::BuffersTest(m_context)); in init()
68 addChild(new TransformFeedback::ErrorsTest(m_context)); in init()
69 addChild(new TransformFeedback::FunctionalTest(m_context)); in init()
72 addChild(new Samplers::CreationTest(m_context)); in init()
73 addChild(new Samplers::DefaultsTest(m_context)); in init()
74 addChild(new Samplers::ErrorsTest(m_context)); in init()
75 addChild(new Samplers::FunctionalTest(m_context)); in init()
78 addChild(new ProgramPipelines::CreationTest(m_context)); in init()
[all …]
Dgl4cTestPackages.cpp128 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
129 addChild(new glcts::InternalformatTests(getContext())); in init()
130 addChild(new gl4cts::GPUShaderFP64Tests(getContext())); in init()
131 addChild(new gl4cts::TextureGatherTests(getContext())); in init()
132 addChild(new glcts::DrawIndirectTestsGL40(getContext())); in init()
133addChild(new gl4cts::ClipControlTests(getContext(), gl4cts::ClipControlTests::API_GL_ARB_clip_cont… in init()
134 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init()
135 addChild( in init()
137 addChild(new glcts::ExposedExtensionsTests(getContext())); in init()
167 addChild(new gl4cts::VertexAttrib64BitTests(getContext())); in init()
[all …]
/external/deqp/modules/gles2/functional/
Des2fFunctionalTests.cpp128 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests")); in init()
129 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests")); in init()
130 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests")); in init()
131 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests")); in init()
132 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests")); in init()
133 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests")); in init()
134 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests")); in init()
135 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests")); in init()
136 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests")); in init()
137 addChild(new ShaderExecuteTest(m_context, "reserved_operators", "Reserved Operator Tests")); in init()
[all …]
Des2fRandomShaderTests.cpp62 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 …]
/external/deqp/modules/gles31/functional/
Des31fFunctionalTests.cpp120 addChild(children[i]); in init()
146addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[nd… in init()
164 addChild(new ComputeShaderBuiltinVarTests(m_context)); in init()
178 addChild(new ShaderCommonFunctionTests (m_context)); in init()
179 addChild(new ShaderPackingFunctionTests (m_context)); in init()
180 addChild(new ShaderIntegerFunctionTests (m_context)); in init()
181 addChild(new ShaderUniformIntegerFunctionTests (m_context)); in init()
182 addChild(new ShaderTextureSizeTests (m_context)); in init()
183 addChild(createBuiltinPrecisionTests (m_context)); in init()
217addChild(new ShaderLibraryGroup(m_context, "es31", "GLSL ES 3.1 Linkage", DE_LENGTH_OF_ARRAY(s_fi… in init()
[all …]
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderTests.cpp119 addChild(adjacencyTestGroup); in init()
120 addChild(renderingTestGroup); in init()
121 addChild(programResourceTestGroup); in init()
122 addChild(nonarrayInputTestGroup); in init()
123 addChild(inputTestGroup); in init()
124 addChild(primitiveCounterTestGroup); in init()
125 addChild(layeredRenderingTestGroup); in init()
126 addChild(clippingTestGroup); in init()
127 addChild(blittingTestGroup); in init()
128 addChild(layeredRenderingBoudaryCondition); in init()
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleTests.cpp78 addChild(apiGLGetActiveUniformTestGroup); in init()
79 addChild(apiGLTexStorage2DMultisampleTestGroup); in init()
80 addChild(apiGLTexStorage3DMultisampleTestGroup); in init()
81 addChild(apiGLGetMultisamplefvTestGroup); in init()
82 addChild(apiGLGetTexLevelParameterifvTestGroup); in init()
83 addChild(apiGLSampleMaskiTestGroup); in init()
84 addChild(apiDependenciesTestGroup); in init()
85 addChild(apiGLCoverageTestGroup); in init()
86 addChild(functionalTestGroup); in init()
89 …apiGLGetActiveUniformTestGroup->addChild(new glcts::MultisampleTextureGetActiveUniformSamplersTest… in init()
[all …]
Des31cTestPackage.cpp175 addChild(new deqp::ShaderNegativeTests(m_context, glu::GLSL_VERSION_310_ES)); in init()
176 addChild(new glcts::AggressiveShaderOptimizationsTests(m_context)); in init()
177 addChild(new glcts::LayoutLocationTests(m_context)); in init()
190 coreGroup->addChild(new glcts::TextureStorageMultisampleTests(getContext())); in init()
191 coreGroup->addChild(new glcts::ShaderAtomicCountersTests(getContext())); in init()
192 coreGroup->addChild(new glcts::TextureGatherTests(getContext())); in init()
193 coreGroup->addChild(new glcts::SampleShadingTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
194 coreGroup->addChild(new deqp::SampleVariablesTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
195 coreGroup->addChild(new glcts::SeparateShaderObjsTests(getContext(), glu::GLSL_VERSION_310_ES)); in init()
196 …coreGroup->addChild(new glcts::ShaderBitfieldOperationTests(getContext(), glu::GLSL_VERSION_310_ES… in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTests.cpp75 pipelineTests->addChild(createStencilTests (testCtx)); in createChildren()
76 pipelineTests->addChild(createBlendTests (testCtx)); in createChildren()
77 pipelineTests->addChild(createDepthTests (testCtx)); in createChildren()
78 pipelineTests->addChild(createDynamicOffsetTests (testCtx)); in createChildren()
79 pipelineTests->addChild(createEarlyDestroyTests (testCtx)); in createChildren()
80 pipelineTests->addChild(createImageTests (testCtx)); in createChildren()
81 pipelineTests->addChild(createSamplerTests (testCtx)); in createChildren()
82 pipelineTests->addChild(createImageViewTests (testCtx)); in createChildren()
83 pipelineTests->addChild(createLogicOpTests (testCtx)); in createChildren()
84 pipelineTests->addChild(createPushConstantTests (testCtx)); in createChildren()
[all …]
/external/deqp/modules/egl/
DteglTestPackage.cpp85 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/
Des2sMemoryTests.cpp62 …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/
Des3sMemoryTests.cpp64 …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/
DditDelibsTests.cpp82 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()
86addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfT… in init()
87addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_… in init()
88addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_sel… in init()
127addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest)); in init()
128 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest)); in init()
129addChild(new SelfCheckCase(m_testCtx, "semaphore", "deSemaphore_selfTest()", deSemaphore_sel… in init()
[all …]
DditSeedBuilderTests.cpp123addChild(new SeedBuilderTest<bool>(m_testCtx, true, 132088003u, "bool_true", "Seed from boolean t… in init()
124addChild(new SeedBuilderTest<bool>(m_testCtx, false, 50600761u, "bool_false", "Seed from boolean … in init()
126addChild(new SeedBuilderTest<deInt8>(m_testCtx, 0, 62533730u, "int8_zero", "Seed from int8 zero.… in init()
127addChild(new SeedBuilderTest<deInt8>(m_testCtx, 1, 93914869u, "int8_one", "Seed from int8 one.")… in init()
128addChild(new SeedBuilderTest<deInt8>(m_testCtx, -1, 115002165u, "int8_minus_one", "Seed from int8 … in init()
130addChild(new SeedBuilderTest<deInt16>(m_testCtx, 0, 133071403u, "int16_zero", "Seed from int16 ze… in init()
131addChild(new SeedBuilderTest<deInt16>(m_testCtx, 1, 57421642u, "int16_one", "Seed from int16 one… in init()
132addChild(new SeedBuilderTest<deInt16>(m_testCtx, -1, 74389771u, "int16_minus_one", "Seed from int… in init()
134addChild(new SeedBuilderTest<deInt32>(m_testCtx, 0, 75951701u, "int32_zero", "Seed from int32 zer… in init()
135addChild(new SeedBuilderTest<deInt32>(m_testCtx, 1, 95780822u, "int32_one", "Seed from int32 one.… in init()
[all …]
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArrayTests.cpp58 addChild(new TextureCubeMapArraySamplingTest(m_context, m_extParams, "sampling", "Test 1")); in init()
61 addChild( in init()
65addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mu… in init()
67addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mu… in init()
69 addChild(new TextureCubeMapArrayStencilAttachments( in init()
71addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_im… in init()
75addChild(new TextureCubeMapArrayTex3DValidation(m_context, m_extParams, "tex3D_validation", "Test … in init()
78 addChild(new TextureCubeMapArraySubImage3D(m_context, m_extParams, "subimage3D", "Test 5")); in init()
81 addChild(new TextureCubeMapArrayGetterCalls(m_context, m_extParams, "getter_calls", "Test 6")); in init()
84 addChild(new TextureCubeMapArrayGenerateMipMapFilterable( in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiTests.cpp64 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
65 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
72 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests()
73 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests()
74 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests()
75 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests()
76 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests()
77 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests()
78 apiTests->addChild(createBufferTests (testCtx)); in createApiTests()
79 apiTests->addChild(createBufferMarkerTests (testCtx)); in createApiTests()
[all …]
/external/antlr/tool/src/test/java/org/antlr/test/
DTestTrees.java63 adaptor.addChild(root_0, t); in testTwoChildrenOfNilRoot()
64 adaptor.addChild(root_0, u); in testTwoChildrenOfNilRoot()
74 r0.addChild(new CommonTree(new CommonToken(102))); in test4Nodes()
75 r0.getChild(0).addChild(new CommonTree(new CommonToken(103))); in test4Nodes()
76 r0.addChild(new CommonTree(new CommonToken(104))); in test4Nodes()
86 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList()
87 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList()
88 r0.addChild(c2=new CommonTree(new CommonToken(103))); in testList()
108 r0.addChild(c0=new CommonTree(new CommonToken(101))); in testList2()
109 r0.addChild(c1=new CommonTree(new CommonToken(102))); in testList2()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingTests.cpp60 group->addChild(createBuiltinTests(testCtx)); in createTests()
61 group->addChild(createSpecConstantTests(testCtx)); in createTests()
62 group->addChild(createBuildLargeShaderSetTests(testCtx)); in createTests()
63 group->addChild(createBuildTests(testCtx)); in createTests()
64 group->addChild(createCallableShadersTests(testCtx)); in createTests()
65 group->addChild(createTraceRaysTests(testCtx)); in createTests()
66 group->addChild(createShaderBindingTableTests(testCtx)); in createTests()
67 group->addChild(createTraversalControlTests(testCtx)); in createTests()
68 group->addChild(createAccelerationStructuresTests(testCtx)); in createTests()
69 group->addChild(createProceduralGeometryTests(testCtx)); in createTests()
[all …]
/external/deqp/external/openglcts/modules/glesext/gpu_shader5/
DesextcGPUShader5Tests.cpp57addChild(new GPUShader5SamplerArrayIndexing(m_context, m_extParams, "sampler_array_indexing", "Tes… in init()
60addChild(new GPUShader5ImagesArrayIndexing(m_context, m_extParams, "images_array_indexing", "Test … in init()
63 addChild( in init()
67 addChild( in init()
73addChild(new GPUShader5SSBOArrayIndexing(m_context, m_extParams, "ssbo_array_indexing", "Test 5")); in init()
77 addChild(new GPUShader5PreciseQualifier(m_context, m_extParams, "precise_qualifier", "Test 6")); in init()
80 addChild(new GPUShader5FmaAccuracyTest(m_context, m_extParams, "fma_accuracy", "Test 7")); in init()
83addChild(new GPUShader5FmaPrecision<IDT_FLOAT>(m_context, m_extParams, "fma_precision_float", "Tes… in init()
84addChild(new GPUShader5FmaPrecision<IDT_VEC2>(m_context, m_extParams, "fma_precision_vec2", "Test … in init()
85addChild(new GPUShader5FmaPrecision<IDT_VEC3>(m_context, m_extParams, "fma_precision_vec3", "Test … in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawTests.cpp61 group->addChild(new ConcurrentDrawTests (testCtx)); in createChildren()
62 group->addChild(new SimpleDrawTests (testCtx)); in createChildren()
63 group->addChild(new DrawIndexedTests (testCtx)); in createChildren()
64 group->addChild(new IndirectDrawTests (testCtx)); in createChildren()
65 group->addChild(createBasicDrawTests (testCtx)); in createChildren()
66 group->addChild(new InstancedTests (testCtx)); in createChildren()
67 group->addChild(new ShaderDrawParametersTests (testCtx)); in createChildren()
68 group->addChild(createNegativeViewportHeightTests (testCtx)); in createChildren()
69 group->addChild(createZeroViewportHeightTests (testCtx)); in createChildren()
70 group->addChild(createInvertedDepthRangesTests (testCtx)); in createChildren()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemTests.cpp57 attachmentTestGroup->addChild(createAttachmentLoadTests(testCtx)); in createTests()
58 attachmentTestGroup->addChild(createAttachmentClearTests(testCtx)); in createTests()
59 protectedTests->addChild(attachmentTestGroup.release()); in createTests()
65 imageTestGroup->addChild(createCopyImageTests(testCtx)); in createTests()
66 imageTestGroup->addChild(createBlitImageTests(testCtx)); in createTests()
67 imageTestGroup->addChild(createClearColorImageTests(testCtx)); in createTests()
68 imageTestGroup->addChild(createCopyBufferToImageTests(testCtx)); in createTests()
69 imageTestGroup->addChild(createShaderImageAccessTests(testCtx)); in createTests()
70 protectedTests->addChild(imageTestGroup.release()); in createTests()
76 bufferTestGroup->addChild(createFillBufferTests(testCtx)); in createTests()
[all …]
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTests.cpp63 vertexGroup->addChild(new TessellationShaderVertexOrdering(m_context, m_extParams)); in init()
64 vertexGroup->addChild(new TessellationShaderVertexSpacing(m_context, m_extParams)); in init()
65 addChild(vertexGroup); in init()
69 …singleGroup->addChild(new TessellationShaderPropertiesDefaultContextWideValues(m_context, m_extPar… in init()
71 singleGroup->addChild(new TessellationShadersIsolines(m_context, m_extParams)); in init()
73 singleGroup->addChild(new TessellationShaderProgramInterfaces(m_context, m_extParams)); in init()
75 singleGroup->addChild(new TessellationShaderPropertiesProgramObject(m_context, m_extParams)); in init()
76 singleGroup->addChild(new TessellationShaderXFB(m_context, m_extParams)); in init()
77 singleGroup->addChild(new TessellationShaderMaxPatchVertices(m_context, m_extParams)); in init()
78 singleGroup->addChild(new TessellationShaderPrimitiveCoverage(m_context, m_extParams)); in init()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageTests.cpp52 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()
53 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()
54 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren()
55 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren()
56 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren()
57 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()
58 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()
59 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()
60 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren()
61 imageTests->addChild(createImageCompressionTranscodingTests(testCtx)); in createChildren()
[all …]

12345678910>>...45