Home
last modified time | relevance | path

Searched refs:s_modes (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/tools/
DxeBatchResultToXml.cpp65 static const NamedValue<OutputMode> s_modes[] = in registerOptions() local
71 parser << Option<OutMode>("m", "mode", "Output mode", s_modes, "single"); in registerOptions()
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp6738 } s_modes[] = in iterate() local
6748 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6750 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6756 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6762 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_MODE, s_modes[ndx].mode, Q… in iterate()
6792 } s_modes[] = in iterate() local
6803 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6805 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6811 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6817 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_SPACING, s_modes[ndx].spac… in iterate()
[all …]