Home
last modified time | relevance | path

Searched refs:addChild (Results 1 - 25 of 1471) sorted by relevance

12345678910>>...59

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFunctionalTests.cpp168 addChild(children[i]); in init()
182 addChild(new ShaderCommonFunctionTests (m_context)); in init()
183 addChild(new ShaderPackingFunctionTests (m_context)); in init()
184 addChild(createBuiltinPrecisionTests (m_context)); in init()
198 addChild(new ShaderLibraryTest (m_context, "preprocessor", "Preprocessor Tests")); in init()
199 addChild(new ShaderLibraryTest (m_context, "constants", "Constant Literal Tests")); in init()
200 addChild(new ShaderLibraryTest (m_context, "linkage", "Linkage Tests")); in init()
201 addChild(new ShaderLibraryTest (m_context, "conversions", "Type Conversion Tests")); in init()
202 addChild(new ShaderLibraryTest (m_context, "conditionals", "Conditionals Tests")); in init()
203 addChild(ne in init()
[all...]
H A 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", params, seed, true, false)); in init()
75 fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader", params, seed, false, true)); in init()
76 combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragment shaders", params, seed, true, true)); in init()
95 addChild(vertexGroup); in init()
98 addChild(fragmentGroup); in init()
101 addChild(combinedGroup); in init()
105 vertexGroup->addChild(createRandomShaderCas in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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(ne in init()
[all...]
H A Dgl4cTestPackages.cpp126 addChild(new glcts::DrawElementsBaseVertexTests(getContext(), extParams)); in init()
127 addChild(new glcts::InternalformatTests(getContext())); in init()
128 addChild(new gl4cts::GPUShaderFP64Tests(getContext())); in init()
129 addChild(new gl4cts::TextureGatherTests(getContext())); in init()
130 addChild(new glcts::DrawIndirectTestsGL40(getContext())); in init()
131 addChild(new gl4cts::ClipControlTests(getContext(), gl4cts::ClipControlTests::API_GL_ARB_clip_control)); in init()
132 addChild(new gl4cts::ShaderSubroutineTests(getContext())); in init()
133 addChild( in init()
135 addChild(new glcts::ExposedExtensionsTests(getContext())); in init()
165 addChild(ne in init()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFunctionalTests.cpp119 addChild(children[i]); in init()
145 addChild(new ShaderLibraryTest(m_context, m_files[ndx].fileName, m_files[ndx].testName, m_files[ndx].description)); in init()
163 addChild(new ComputeShaderBuiltinVarTests(m_context)); in init()
177 addChild(new ShaderCommonFunctionTests (m_context)); in init()
178 addChild(new ShaderPackingFunctionTests (m_context)); in init()
179 addChild(new ShaderIntegerFunctionTests (m_context)); in init()
180 addChild(new ShaderUniformIntegerFunctionTests (m_context)); in init()
181 addChild(new ShaderTextureSizeTests (m_context)); in init()
182 addChild(createBuiltinPrecisionTests (m_context)); in init()
230 addChild(ne in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFunctionalTests.cpp129 addChild(new ShaderExecuteTest(m_context, "preprocessor", "Preprocessor Tests")); in init()
130 addChild(new ShaderExecuteTest(m_context, "constants", "Constant Literal Tests")); in init()
131 addChild(new ShaderExecuteTest(m_context, "linkage", "Linkage Tests")); in init()
132 addChild(new ShaderExecuteTest(m_context, "conversions", "Type Conversion Tests")); in init()
133 addChild(new ShaderExecuteTest(m_context, "conditionals", "Conditionals Tests")); in init()
134 addChild(new ShaderExecuteTest(m_context, "declarations", "Declarations Tests")); in init()
135 addChild(new ShaderExecuteTest(m_context, "swizzles", "Swizzle Tests")); in init()
136 addChild(new ShaderExecuteTest(m_context, "functions", "Function Tests")); in init()
137 addChild(new ShaderExecuteTest(m_context, "keywords", "Keyword Tests")); in init()
138 addChild(ne in init()
[all...]
H A 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", params, seed, true, false)); in init()
73 fragmentGroup->addChild(createRandomShaderCase(m_context, "Random expressions in fragment shader", params, seed, false, true)); in init()
74 combinedGroup->addChild(createRandomShaderCase(m_context, "Random expressions in vertex and fragment shaders", params, seed, true, true)); in init()
93 addChild(vertexGroup); in init()
96 addChild(fragmentGroup); in init()
99 addChild(combinedGroup); in init()
103 vertexGroup->addChild(createRandomShaderCas in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A 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(layeredRenderingBoudaryConditio in init()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A 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(ne in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineTests.cpp94 group->addChild(createDynamicControlPointTests (testCtx, pipelineConstructionType)); in createChildren()
95 group->addChild(createStencilTests (testCtx, pipelineConstructionType)); in createChildren()
96 group->addChild(createBlendTests (testCtx, pipelineConstructionType)); in createChildren()
97 group->addChild(createDepthTests (testCtx, pipelineConstructionType)); in createChildren()
98 group->addChild(createDescriptorLimitsTests (testCtx, pipelineConstructionType)); in createChildren()
99 group->addChild(createDynamicOffsetTests (testCtx, pipelineConstructionType)); in createChildren()
100 group->addChild(createDynamicVertexAttributeTests (testCtx, pipelineConstructionType)); in createChildren()
102 group->addChild(createEarlyDestroyTests (testCtx, pipelineConstructionType)); in createChildren()
104 group->addChild(createImageTests (testCtx, pipelineConstructionType)); in createChildren()
105 group->addChild(createSamplerTest in createChildren()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineTests.cpp87 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(createImageViewTest in createChildren()
[all...]
/third_party/vk-gl-cts/modules/egl/
H A 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(ne in init()
[all...]
/third_party/vk-gl-cts/modules/internal/
H A 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()
86 addChild(new SelfCheckCase(m_testCtx, "hash_set", "dePoolHashSet_selfTest()", dePoolHashSet_selfTest)); in init()
87 addChild(new SelfCheckCase(m_testCtx, "hash_array", "dePoolHashArray_selfTest()", dePoolHashArray_selfTest)); in init()
88 addChild(new SelfCheckCase(m_testCtx, "multi_set", "dePoolMultiSet_selfTest()", dePoolMultiSet_selfTest)); in init()
129 addChild(new SelfCheckCase(m_testCtx, "thread", "deThread_selfTest()", deThread_selfTest)); in init()
130 addChild(new SelfCheckCase(m_testCtx, "mutex", "deMutex_selfTest()", deMutex_selfTest)); in init()
131 addChild(ne in init()
[all...]
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sMemoryTests.cpp64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use")); in init()
65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init()
66 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used")); in init()
67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init()
69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use")); in init()
70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init()
71 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used")); in init()
72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init()
74 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init()
75 basicGroup->addChild(ne in init()
[all...]
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sMemoryTests.cpp62 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, false, false, false, "buffer_1mb_no_write_no_use", "1MiB buffer allocations, no data writes, no use")); in init()
63 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, false, false, false, "buffer_1mb_write_no_use", "1MiB buffer allocations, data writes, no use")); in init()
64 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, false, true, false, false, "buffer_1mb_no_write_use", "1MiB buffer allocations, no data writes, data used")); in init()
65 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 1*MiB, 1*MiB, true, true, false, false, "buffer_1mb_write_use", "1MiB buffer allocations, data writes, data used")); in init()
67 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, false, false, false, "buffer_8mb_no_write_no_use", "8MiB buffer allocations, no data writes, no use")); in init()
68 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, false, false, false, "buffer_8mb_write_no_use", "8MiB buffer allocations, data writes, no use")); in init()
69 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, false, true, false, false, "buffer_8mb_no_write_use", "8MiB buffer allocations, no data writes, data used")); in init()
70 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 8*MiB, 8*MiB, true, true, false, false, "buffer_8mb_write_use", "8MiB buffer allocations, data writes, data used")); in init()
72 basicGroup->addChild(new MemoryStressCase(m_context.getTestContext(), m_context.getRenderContext(), MEMOBJECTTYPE_BUFFER, 0, 0, 32*MiB, 32*MiB, false, false, false, false, "buffer_32mb_no_write_no_use", "32MiB buffer allocations, no data writes, no use")); in init()
73 basicGroup->addChild(ne in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingTests.cpp64 group->addChild(createBuiltinTests(testCtx)); in createTests()
65 group->addChild(createSpecConstantTests(testCtx)); in createTests()
66 group->addChild(createBuildLargeShaderSetTests(testCtx)); in createTests()
67 group->addChild(createBuildTests(testCtx)); in createTests()
68 group->addChild(createCallableShadersTests(testCtx)); in createTests()
69 group->addChild(createTraceRaysTests(testCtx)); in createTests()
70 group->addChild(createTraceRaysMaintenance1Tests(testCtx)); in createTests()
71 group->addChild(createShaderBindingTableTests(testCtx)); in createTests()
72 group->addChild(createTraversalControlTests(testCtx)); in createTests()
73 group->addChild(createAccelerationStructuresTest in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiTests.cpp71 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
72 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
79 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests()
80 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests()
82 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests()
84 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests()
86 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests()
88 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests()
89 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests()
90 apiTests->addChild(createBufferTest in createApiTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingTests.cpp63 group->addChild(createBuiltinTests(testCtx)); in createTests()
64 group->addChild(createSpecConstantTests(testCtx)); in createTests()
65 group->addChild(createBuildLargeShaderSetTests(testCtx)); in createTests()
66 group->addChild(createBuildTests(testCtx)); in createTests()
67 group->addChild(createCallableShadersTests(testCtx)); in createTests()
68 group->addChild(createTraceRaysTests(testCtx)); in createTests()
69 group->addChild(createTraceRaysMaintenance1Tests(testCtx)); in createTests()
70 group->addChild(createShaderBindingTableTests(testCtx)); in createTests()
71 group->addChild(createTraversalControlTests(testCtx)); in createTests()
72 group->addChild(createAccelerationStructuresTest in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTests.cpp69 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren()
70 group->addChild(new SimpleDrawTests (testCtx, groupParams)); in createChildren()
71 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren()
72 group->addChild(new IndirectDrawTests (testCtx, groupParams)); in createChildren()
73 group->addChild(createBasicDrawTests (testCtx, groupParams)); in createChildren()
74 group->addChild(new InstancedTests (testCtx, groupParams)); in createChildren()
75 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams)); in createChildren()
76 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams)); in createChildren()
77 group->addChild(createZeroViewportHeightTests (testCtx, groupParams)); in createChildren()
78 group->addChild(createOffScreenViewportTest in createChildren()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayTests.cpp58 addChild(new TextureCubeMapArraySamplingTest(m_context, m_extParams, "sampling", "Test 1")); in init()
61 addChild( in init()
65 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_nonlayered", in init()
67 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_mutable_layered", in init()
69 addChild(new TextureCubeMapArrayStencilAttachments( in init()
71 addChild(new TextureCubeMapArrayStencilAttachments(m_context, m_extParams, "stencil_attachments_immutable_layered", in init()
75 addChild(new TextureCubeMapArrayTex3DValidation(m_context, m_extParams, "tex3D_validation", "Test 4")); 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(ne in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiTests.cpp73 bufferViewTests->addChild(createBufferViewCreateTests (testCtx)); in createBufferViewTests()
74 bufferViewTests->addChild(createBufferViewAccessTests (testCtx)); in createBufferViewTests()
81 apiTests->addChild(createVersionSanityCheckTests (testCtx)); in createApiTests()
82 apiTests->addChild(createDriverPropertiesTests (testCtx)); in createApiTests()
84 apiTests->addChild(createSmokeTests (testCtx)); in createApiTests()
86 apiTests->addChild(api::createFeatureInfoTests (testCtx)); in createApiTests()
88 apiTests->addChild(createDeviceDrmPropertiesTests (testCtx)); in createApiTests()
90 apiTests->addChild(createDeviceInitializationTests (testCtx)); in createApiTests()
91 apiTests->addChild(createObjectManagementTests (testCtx)); in createApiTests()
92 apiTests->addChild(createBufferTest in createApiTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawTests.cpp66 group->addChild(new ConcurrentDrawTests (testCtx, groupParams)); in createChildren()
67 group->addChild(new SimpleDrawTests (testCtx, groupParams)); in createChildren()
68 group->addChild(new DrawIndexedTests (testCtx, groupParams)); in createChildren()
69 group->addChild(new IndirectDrawTests (testCtx, groupParams)); in createChildren()
70 group->addChild(createBasicDrawTests (testCtx, groupParams)); in createChildren()
71 group->addChild(new InstancedTests (testCtx, groupParams)); in createChildren()
72 group->addChild(new ShaderDrawParametersTests (testCtx, groupParams)); in createChildren()
73 group->addChild(createNegativeViewportHeightTests (testCtx, groupParams)); in createChildren()
74 group->addChild(createZeroViewportHeightTests (testCtx, groupParams)); in createChildren()
75 group->addChild(createInvertedDepthRangesTest in createChildren()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageTests.cpp60 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()
61 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()
62 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren()
63 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren()
64 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren()
65 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()
66 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()
67 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()
68 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren()
69 imageTests->addChild(createImageCompressionTranscodingTest in createChildren()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5Tests.cpp57 addChild(new GPUShader5SamplerArrayIndexing(m_context, m_extParams, "sampler_array_indexing", "Test 1")); in init()
60 addChild(new GPUShader5ImagesArrayIndexing(m_context, m_extParams, "images_array_indexing", "Test 2")); in init()
63 addChild( in init()
67 addChild( in init()
73 addChild(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()
83 addChild(new GPUShader5FmaPrecision<IDT_FLOAT>(m_context, m_extParams, "fma_precision_float", "Test 8 float")); in init()
84 addChild(new GPUShader5FmaPrecision<IDT_VEC2>(m_context, m_extParams, "fma_precision_vec2", "Test 8 vec2")); in init()
85 addChild(ne in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageTests.cpp57 imageTests->addChild(createImageStoreTests(testCtx)); in createChildren()
58 imageTests->addChild(createImageLoadStoreTests(testCtx)); in createChildren()
59 imageTests->addChild(createImageMultisampleLoadStoreTests(testCtx)); in createChildren()
60 imageTests->addChild(createImageMutableTests(testCtx)); in createChildren()
61 imageTests->addChild(createSwapchainImageMutableTests(testCtx)); in createChildren()
62 imageTests->addChild(createImageFormatReinterpretTests(testCtx)); in createChildren()
63 imageTests->addChild(createImageQualifiersTests(testCtx)); in createChildren()
64 imageTests->addChild(createImageSizeTests(testCtx)); in createChildren()
65 imageTests->addChild(createImageAtomicOperationTests(testCtx)); in createChildren()
66 imageTests->addChild(createImageCompressionTranscodingTest in createChildren()
[all...]

Completed in 8 milliseconds

12345678910>>...59