Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPoints.cpp760 unsigned int run_n_vertices = 0; in iterate() local
766 run_n_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator(run.primitive_mode, run.inner, run.outer, in iterate()
770 verifyCorrectAmountOfDuplicateVertices(run, &run_data[0], run_n_vertices); in iterate()
774 verifyCorrectAmountOfVertices(run, &run_data[0], run_n_vertices); in iterate()
787 * @param run_n_vertices Amount of vertices present at @param run_data.
790 unsigned int run_n_vertices) in verifyCorrectAmountOfVertices()
988 if (run_n_vertices != n_expected_vertices) in verifyCorrectAmountOfVertices()
993 m_testCtx.getLog() << tcu::TestLog::Message << run_n_vertices in verifyCorrectAmountOfVertices()
1011 * @param run_n_vertices Amount of vertices present at @param run_data.
1014 unsigned int run_n_vertices) in verifyCorrectAmountOfDuplicateVertices()
789 verifyCorrectAmountOfVertices(const _run& run, const void* run_data, unsigned int run_n_vertices) verifyCorrectAmountOfVertices() argument
1013 verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, unsigned int run_n_vertices) verifyCorrectAmountOfDuplicateVertices() argument
[all...]
H A DesextcTessellationShaderPoints.hpp210 void verifyCorrectAmountOfDuplicateVertices(const _run& run, const void* run_data, unsigned int run_n_vertices);
212 void verifyCorrectAmountOfVertices(const _run& run, const void* run_data, unsigned int run_n_vertices);

Completed in 3 milliseconds