Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderVertexOrdering.cpp678 const _test_iteration& test_iteration_a, const _test_iteration& test_iteration_b) in verifyVertexOrderingDoesNotChangeGeneratedPoints() argument
684 DE_ASSERT(test_iteration_b.is_point_mode_enabled); in verifyVertexOrderingDoesNotChangeGeneratedPoints()
687 DE_ASSERT(test_iteration_b.vertex_ordering == TESSELLATION_SHADER_VERTEX_ORDERING_CW); in verifyVertexOrderingDoesNotChangeGeneratedPoints()
695 for (unsigned int n_vertex_b = 0; n_vertex_b < test_iteration_b.n_vertices; ++n_vertex_b) in verifyVertexOrderingDoesNotChangeGeneratedPoints()
697 …const float* vertex_b_data = (const float*)test_iteration_b.data + n_vertex_b * 3 /* components */; in verifyVertexOrderingDoesNotChangeGeneratedPoints()
DesextcTessellationShaderVertexOrdering.hpp116 const _test_iteration& test_iteration_b);