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.cpp6726 } s_modes[] = in iterate() local
6736 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6738 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6744 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6750 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_MODE, s_modes[ndx].mode, Q… in iterate()
6780 } s_modes[] = in iterate() local
6791 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_modes); ++ndx) in iterate()
6793 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Type", s_modes[ndx].description); in iterate()
6799 << glu::TessellationEvaluationSource(getTessEvalSource(s_modes[ndx].layout))); in iterate()
6805 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_SPACING, s_modes[ndx].spac… in iterate()
[all …]