Lines Matching refs:createRandomCaseGroup
45 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g… in createRandomCaseGroup() function
714 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffer… in init()
715 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-b… in init()
716 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers",… in init()
717 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", Un… in init()
719 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
720 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
721 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
722 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
723 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays_instance_arrays", "Nested str… in init()
725 …createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
726 …createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()