• Home
  • Raw
  • Download

Lines Matching refs:createRandomCaseGroup

344 static void createRandomCaseGroup (tcu::TestCaseGroup* parentGroup, Context& context, const char* g…  in createRandomCaseGroup()  function
1310createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffe… in init()
1311createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-… in init()
1312createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers"… in init()
1313createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", S… in init()
1314createRandomCaseGroup(randomGroup, m_context, "unsized_arrays", "Unsized arrays, per-block buffer… in init()
1315createRandomCaseGroup(randomGroup, m_context, "arrays_of_arrays", "Arrays of arrays, per-block buf… in init()
1317createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
1318createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
1319createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
1320createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
1321createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays_instance_arrays", "Nested str… in init()
1323createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
1324createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()