Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp243 unsigned int n_line_segments_per_isoline_expected = 0; in checkSecondOuterTessellationLevelEffect() local
257 n_line_segments_per_isoline_expected = (unsigned int)outer_tess_levels1_clamped_rounded; in checkSecondOuterTessellationLevelEffect()
292 if (n_unique_line_segments_found != n_line_segments_per_isoline_expected) in checkSecondOuterTessellationLevelEffect()
298 << " instead of the expected amount:" << n_line_segments_per_isoline_expected in checkSecondOuterTessellationLevelEffect()