Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp797 float post_vs_inner_tess_levels[2] = { 0.0f }; in verifyCorrectAmountOfVertices() local
874 post_vs_inner_tess_levels + n); in verifyCorrectAmountOfVertices()
903 (int(post_vs_inner_tess_levels[0]) - 1) * (int(post_vs_inner_tess_levels[1]) - 1); in verifyCorrectAmountOfVertices()
932 post_vs_inner_tess_levels); in verifyCorrectAmountOfVertices()
939 for (int n = (int)post_vs_inner_tess_levels[0]; n >= 0; n -= 2) in verifyCorrectAmountOfVertices()

Completed in 2 milliseconds