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