Lines Matching refs:queryGroup

7274 …tcu::TestCaseGroup* const queryGroup = new tcu::TestCaseGroup(m_testCtx, "state_query", "Query tes…  in init()  local
7275 addChild(queryGroup); in init()
7278queryGroup->addChild(new LimitQueryCase(m_context, "max_patch_vertices", "Test MAX_PATCH_VE… in init()
7279queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_gen_level", "Test MAX_TESS_GEN… in init()
7280queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_uniform_components", "Test… in init()
7281queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_uniform_components", "Te… in init()
7282queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_texture_image_units", "Tes… in init()
7283queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_texture_image_units", "T… in init()
7284queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_output_components", "Test … in init()
7285queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_patch_components", "Test MAX_TE… in init()
7286queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_total_output_components", "… in init()
7287queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_output_components", "Te… in init()
7288queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_uniform_blocks", "Test MA… in init()
7289queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_uniform_blocks", "Test … in init()
7290queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_input_components", "Test … in init()
7291queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_input_components", "Tes… in init()
7292queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_atomic_counter_buffers", "T… in init()
7293queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_atomic_counter_buffers", … in init()
7294queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_atomic_counters", "Test M… in init()
7295queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_atomic_counters", "Test… in init()
7296queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_image_uniforms", "Test MA… in init()
7297queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_image_uniforms", "Test … in init()
7298queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_control_shader_storage_blocks", "Te… in init()
7299queryGroup->addChild(new LimitQueryCase(m_context, "max_tess_evaluation_shader_storage_blocks", … in init()
7302queryGroup->addChild(new LimitQueryCase(m_context, "max_uniform_buffer_bindings", "Test MAX_U… in init()
7303queryGroup->addChild(new LimitQueryCase(m_context, "max_combined_uniform_blocks", "Test MAX_C… in init()
7304queryGroup->addChild(new LimitQueryCase(m_context, "max_combined_texture_image_units", "Test M… in init()
7307queryGroup->addChild(new CombinedUniformLimitCase(m_context, "max_combined_tess_control_uniform_co… in init()
7308queryGroup->addChild(new CombinedUniformLimitCase(m_context, "max_combined_tess_evaluation_uniform… in init()
7311queryGroup->addChild(new PrimitiveRestartForPatchesSupportedCase(m_context, "primitive_restart_for… in init()
7314queryGroup->addChild(new PatchVerticesStateCase(m_context, "patch_vertices", "Test PATCH_VERTICES"… in init()
7317queryGroup->addChild(new TessControlOutputVerticesCase (m_context, "tess_control_output_vertices",… in init()
7318queryGroup->addChild(new TessGenModeQueryCase (m_context, "tess_gen_mode", "Test TESS_GEN_MOD… in init()
7319queryGroup->addChild(new TessGenSpacingQueryCase (m_context, "tess_gen_spacing", "Test TESS_GE… in init()
7320queryGroup->addChild(new TessGenVertexOrderQueryCase (m_context, "tess_gen_vertex_order", "Test T… in init()
7321queryGroup->addChild(new TessGenPointModeQueryCase (m_context, "tess_gen_point_mode", "Test TES… in init()
7324queryGroup->addChild(new ReferencedByTessellationQueryCase (m_context, "referenced_by_tess_control… in init()
7325queryGroup->addChild(new ReferencedByTessellationQueryCase (m_context, "referenced_by_tess_evaluat… in init()
7326queryGroup->addChild(new IsPerPatchQueryCase (m_context, "is_per_patch", "Test IS_PER_PAT… in init()