Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A 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()

Completed in 3 milliseconds