Lines Matching refs:randomGroup
1236 tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Block cases");
1237 addChild(randomGroup);
1240 createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffers",
1243 createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-block buffers",
1246 createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers",
1249 createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", m_glslVersion,
1254 randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays, per-block buffers", m_glslVersion,
1257 createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block buffers",
1261 randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays, per-block buffers", m_glslVersion,
1265 randomGroup, m_context, "nested_structs_instance_arrays",
1269 createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays_instance_arrays",
1276 createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-block buffers",
1278 createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared buffer",