Searched refs:queryGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBufferTests.cpp | 619 …TestCaseGroup* const queryGroup = new TestCaseGroup(context, "state_query", "Query states and limi… in createTextureBufferTests() local 620 root->addChild(queryGroup); in createTextureBufferTests() 622 …queryGroup->addChild(new LimitQueryCase (context, "max_texture_buffer_size_getboolean", "Test … in createTextureBufferTests() 623 …queryGroup->addChild(new LimitQueryCase (context, "max_texture_buffer_size_getinteger", "Test … in createTextureBufferTests() 624 …queryGroup->addChild(new LimitQueryCase (context, "max_texture_buffer_size_getinteger64", "Test… in createTextureBufferTests() 625 …queryGroup->addChild(new LimitQueryCase (context, "max_texture_buffer_size_getfloat", "Test MA… in createTextureBufferTests() 626 …queryGroup->addChild(new AlignmentQueryCase (context, "texture_buffer_offset_alignment_getboolean"… in createTextureBufferTests() 627 …queryGroup->addChild(new AlignmentQueryCase (context, "texture_buffer_offset_alignment_getinteger"… in createTextureBufferTests() 628 …queryGroup->addChild(new AlignmentQueryCase (context, "texture_buffer_offset_alignment_getinteger6… in createTextureBufferTests() 629 …queryGroup->addChild(new AlignmentQueryCase (context, "texture_buffer_offset_alignment_getfloat", … in createTextureBufferTests() [all …]
|
D | es31fTessellationTests.cpp | 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() [all …]
|
D | es31fGeometryShaderTests.cpp | 6066 …tcu::TestCaseGroup* const queryGroup = new tcu::TestCaseGroup(m_testCtx, "query", "Query tests.… in init() local 6077 this->addChild(queryGroup); in init() 6091 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_input_components", "… in init() 6092 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_output_components", … in init() 6093 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_image_uniforms", ""… in init() 6094 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_texture_image_units", … in init() 6095 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_output_vertices", ""… in init() 6096 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_total_output_components… in init() 6097 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_uniform_components", … in init() 6098 …queryGroup->addChild(new GeometryProgramLimitCase(m_context, "max_geometry_atomic_counters", ""… in init() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 4300 …de::MovePtr<tcu::TestCaseGroup> queryGroup (new tcu::TestCaseGroup(m_testCtx, "query", "Texture … in init() local 4352 queryGroup->addChild(group.release()); in init() 4379 queryGroup->addChild(group.release()); in init() 4432 queryGroup->addChild(group.release()); in init() 4485 queryGroup->addChild(group.release()); in init() 4488 addChild(queryGroup.release()); in init()
|