• Home
  • Raw
  • Download

Lines Matching refs:randomGroup

1302 …tcu::TestCaseGroup* randomGroup = new tcu::TestCaseGroup(m_testCtx, "random", "Random Uniform Bloc…  in init()  local
1303 addChild(randomGroup); in init()
1306 …createRandomCaseGroup(randomGroup, m_context, "scalar_types", "Scalar types only, per-block buffe… in init()
1307 …createRandomCaseGroup(randomGroup, m_context, "vector_types", "Scalar and vector types only, per-… in init()
1308 …createRandomCaseGroup(randomGroup, m_context, "basic_types", "All basic types, per-block buffers"… in init()
1309 …createRandomCaseGroup(randomGroup, m_context, "basic_arrays", "Arrays, per-block buffers", S… in init()
1310 …createRandomCaseGroup(randomGroup, m_context, "unsized_arrays", "Unsized arrays, per-block buffer… in init()
1311 …createRandomCaseGroup(randomGroup, m_context, "arrays_of_arrays", "Arrays of arrays, per-block buf… in init()
1313 …createRandomCaseGroup(randomGroup, m_context, "basic_instance_arrays", "Basic instance arrays,… in init()
1314 …createRandomCaseGroup(randomGroup, m_context, "nested_structs", "Nested structs, per-block b… in init()
1315 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays", "Nested structs, arrays… in init()
1316 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_instance_arrays", "Nested structs,… in init()
1317 …createRandomCaseGroup(randomGroup, m_context, "nested_structs_arrays_instance_arrays", "Nested str… in init()
1319 …createRandomCaseGroup(randomGroup, m_context, "all_per_block_buffers", "All random features, per-b… in init()
1320 …createRandomCaseGroup(randomGroup, m_context, "all_shared_buffer", "All random features, shared b… in init()