Lines Matching refs:createRandomCaseGroup
314 static void createRandomCaseGroup(tcu::TestCaseGroup* parentGroup, Context& context, const char* groupName,
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,
1253 createRandomCaseGroup(
1257 createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block buffers",
1260 createRandomCaseGroup(
1264 createRandomCaseGroup(
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",