/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRendering.cpp | 182 memset(m_tests, 0, sizeof(m_tests)); in GeometryShaderLayeredRendering() 257 …m_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() 266 …m_tests[LAYERED_RENDERING_TEST_ITERATION_2D_ARRAY].iteration = LAYERED_RENDERING_TEST_ITERATION_2… in iterate() [all …]
|
D | esextcGeometryShaderInput.cpp | 590 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 …]
|
D | esextcGeometryShaderLayeredRendering.hpp | 177 _layered_rendering_test m_tests[LAYERED_RENDERING_TEST_ITERATION_LAST]; member in glcts::GeometryShaderLayeredRendering
|
D | esextcGeometryShaderInput.hpp | 215 testContainer m_tests; member in glcts::GeometryShader_gl_in_ArrayLengthTest
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderIsolines.cpp | 368 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()
|
D | esextcTessellationShaderPoints.cpp | 104 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()
|
D | esextcTessellationShaderVertexOrdering.cpp | 126 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()
|
D | esextcTessellationShaderTriangles.cpp | 135 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()
|
D | esextcTessellationShaderTCTE.cpp | 3182 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 …]
|
D | esextcTessellationShaderTCTE.hpp | 430 _tests m_tests; member in glcts::TessellationShaderTCTEgl_TessLevel 507 _tests m_tests; member in glcts::TessellationShaderTCTEgl_PatchVerticesIn
|
D | esextcTessellationShaderVertexOrdering.hpp | 125 _test_iterations m_tests; member in glcts::TessellationShaderVertexOrdering
|
D | esextcTessellationShaderPoints.hpp | 134 _tests m_tests; member in glcts::TessellationShaderPointsgl_PointSize
|
D | esextcTessellationShaderIsolines.hpp | 188 _tests_per_vertex_spacing_map m_tests; member in glcts::TessellationShadersIsolines
|
D | esextcTessellationShaderTriangles.hpp | 113 _tests m_tests; member in glcts::TessellationShaderTrianglesDegenerateTriangle
|
D | esextcTessellationShaderTessellation.cpp | 1663 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()
|
D | esextcTessellationShaderTessellation.hpp | 354 _tests m_tests; member in glcts::TessellationShaderTessellationgl_TessCoord
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cLayoutBindingTests.cpp | 579 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/ |
D | catch.hpp | 13342 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
|