Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp695 for (unsigned int n_vertex_b = 0; n_vertex_b < test_iteration_b.n_vertices; ++n_vertex_b) in verifyVertexOrderingDoesNotChangeGeneratedPoints() local
697 …const float* vertex_b_data = (const float*)test_iteration_b.data + n_vertex_b * 3 /* components */; in verifyVertexOrderingDoesNotChangeGeneratedPoints()
DesextcTessellationShaderPoints.cpp1023 for (unsigned int n_vertex_b = n_vertex_a + 1; n_vertex_b < run_n_vertices; ++n_vertex_b) in verifyCorrectAmountOfDuplicateVertices() local
1025 const float* vertex_b = (const float*)run_data + n_vertex_b * 3; /* components */ in verifyCorrectAmountOfDuplicateVertices()