Home
last modified time | relevance | path

Searched refs:n_test_iteration (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp336 for (unsigned int n_test_iteration = 0; n_test_iteration < 2 && !test_failed; ++n_test_iteration) in iterate() local
338 const glw::GLint current_n_layers = (n_test_iteration == 1) ? 0 : m_n_layers; in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/gl/
H A Dgl3cCullDistanceTests.hpp238 std::string getTestDescription(glw::GLint n_test_iteration, bool should_redeclare_output_variables,
H A Dgl3cCullDistanceTests.cpp2961 std::string CullDistance::NegativeTest::getTestDescription(int n_test_iteration, bool should_redecl… in getTestDescription() argument
2966 stream << "Test iteration [" << n_test_iteration << "] which uses a vertex shader that:\n\n" in getTestDescription()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderInvariance.cpp2585 for (unsigned int n_test_iteration = 0; n_test_iteration < n_test_iterations; ++n_test_iteration) in getTestIterationIndex() local
2587 _test_iteration test_iteration = test_iterations[n_test_iteration]; in getTestIterationIndex()
2608 result = n_test_iteration; in getTestIterationIndex()