Home
last modified time | relevance | path

Searched refs:m_tests (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredRendering.cpp182 memset(m_tests, 0, sizeof(m_tests)); in GeometryShaderLayeredRendering()
257m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].iteration = LAYERED_RENDERING_TEST_ITERATION_CU… in iterate()
258 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_layers = 6; /* faces */ in iterate()
259 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].fs_parts = cm_fs_parts; in iterate()
260 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].gs_parts = cm_gs_parts; in iterate()
261 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].vs_parts = cm_vs_parts; in iterate()
262 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_fs_parts = n_cm_fs_parts; in iterate()
263 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_gs_parts = n_cm_gs_parts; in iterate()
264 m_tests[LAYERED_RENDERING_TEST_ITERATION_CUBEMAP].n_vs_parts = n_cm_vs_parts; in iterate()
266m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].iteration = LAYERED_RENDERING_TEST_ITERATION_2… in iterate()
[all …]
DesextcGeometryShaderInput.cpp590 m_tests.push_back(&m_test_lines); in init()
596 m_tests.push_back(&m_test_lines_adjacency); in init()
602 m_tests.push_back(&m_test_points); in init()
608 m_tests.push_back(&m_test_triangles); in init()
614 m_tests.push_back(&m_test_triangles_adjacency); in init()
620 m_tests.push_back(&m_test_lines_adjacency_to_line_strip); in init()
626 m_tests.push_back(&m_test_triangles_adjacency_to_triangle_strip); in init()
629 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in init()
673 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in iterate()
744 for (testContainer::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
[all …]
DesextcGeometryShaderLayeredRendering.hpp177 _layered_rendering_test m_tests[LAYERED_RENDERING_TEST_ITERATION_LAST]; member in glcts::GeometryShaderLayeredRendering
DesextcGeometryShaderInput.hpp215 testContainer m_tests; member in glcts::GeometryShader_gl_in_ArrayLengthTest
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderIsolines.cpp368 DE_ASSERT(m_tests.find(TESSELLATION_SHADER_VERTEX_SPACING_EQUAL) != m_tests.end()); in checkVertexSpacingDoesNotAffectAmountOfGeneratedIsolines()
482 m_tests.clear(); in deinit()
500 DE_ASSERT(m_tests.find(vertex_spacing_mode) != m_tests.end()); in findTestResult()
615 m_tests[vertex_spacing_mode].push_back(test); in initTest()
677 …ests_per_vertex_spacing_map_iterator vs_key_iterator = m_tests.begin(); vs_key_iterator != m_tests in iterate()
DesextcTessellationShaderPoints.cpp104 for (_tests_iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
138 m_tests.clear(); in deinit()
308 m_tests.push_back(pass_fs_gs_tes_vs); in initTest()
435 m_tests.push_back(pass_fs_tes_vs); in initTest()
485 …for (_tests_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_iterato… in iterate()
DesextcTessellationShaderVertexOrdering.cpp126 for (it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
130 m_tests.clear(); in deinit()
304 m_tests.push_back(test_iteration); in initTest()
488 …for (_test_iterations_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end… in iterate()
DesextcTessellationShaderTriangles.cpp135 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
139 m_tests.clear(); in deinit()
264 m_tests.push_back(test_equal_spacing); in initTest()
265 m_tests.push_back(test_fractional_odd_spacing); in initTest()
425 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_i… in iterate()
DesextcTessellationShaderTCTE.cpp3182 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
3186 m_tests.clear(); in deinit()
3283 m_tests.push_back(test_tcs_tes_equal); in initTest()
3284 m_tests.push_back(test_tcs_tes_fe); in initTest()
3285 m_tests.push_back(test_tcs_tes_fo); in initTest()
3288 m_tests.push_back(test_tes_equal); in initTest()
3289 m_tests.push_back(test_tes_fe); in initTest()
3290 m_tests.push_back(test_tes_fo); in initTest()
3551 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); ++test… in iterate()
3745 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
[all …]
DesextcTessellationShaderTCTE.hpp430 _tests m_tests; member in glcts::TessellationShaderTCTEgl_TessLevel
507 _tests m_tests; member in glcts::TessellationShaderTCTEgl_PatchVerticesIn
DesextcTessellationShaderVertexOrdering.hpp125 _test_iterations m_tests; member in glcts::TessellationShaderVertexOrdering
DesextcTessellationShaderPoints.hpp134 _tests m_tests; member in glcts::TessellationShaderPointsgl_PointSize
DesextcTessellationShaderIsolines.hpp188 _tests_per_vertex_spacing_map m_tests; member in glcts::TessellationShadersIsolines
DesextcTessellationShaderTriangles.hpp113 _tests m_tests; member in glcts::TessellationShaderTrianglesDegenerateTriangle
DesextcTessellationShaderTessellation.cpp1663 for (_tests::iterator it = m_tests.begin(); it != m_tests.end(); ++it) in deinit()
1667 m_tests.clear(); in deinit()
1840 m_tests.push_back(test); in initTest()
2029 …for (_tests_const_iterator test_iterator = m_tests.begin(); test_iterator != m_tests.end(); test_i… in iterate()
DesextcTessellationShaderTessellation.hpp354 _tests m_tests; member in glcts::TessellationShaderTessellationgl_TessCoord
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cLayoutBindingTests.cpp579 std::vector<LayoutBindingSubTest> m_tests; member in glcts::LayoutBindingBaseCase
596 m_tests = makeVector(tests); in init()
1116 for (std::vector<LayoutBindingSubTest>::iterator it = m_tests.begin(); it != m_tests.end(); it++) in iterate()
/third_party/libabigail/tests/lib/
Dcatch.hpp13342 m_tests.emplace(&test);
13345 m_tests.insert(match.tests.begin(), match.tests.end());
13353 for (auto const& testCase : m_tests) { in execute()
13381 Tests m_tests; member in Catch::__anon361653313911::TestGroup