Home
last modified time | relevance | path

Searched defs:test_iteration (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderInvariance.cpp1316 _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getIterationProperties() local
1348 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getTECode() local
1435 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in verifyResultDataForIteration() local
1621 _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getIterationProperties() local
1653 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in getTECode() local
1781 const _test_iteration &test_iteration = m_test_iterations[n_iteration]; in verifyResultDataForIteration() local
1956 _test_iteration &test_iteration = (n_iteration < n_triangles_tests) ? in getTestForIteration() local
1988 _test_iteration &test_iteration = getTestForIteration(n_iteration); in getIterationProperties() local
2020 const _test_iteration &test_iteration = getTestForIteration(n_iteration); in getTECode() local
2238 _test_iteration &test_iteration = (n_iteration < n_triangles_tests) ? in getTestForIteration() local
[all …]
H A DesextcTessellationShaderVertexOrdering.cpp144 void TessellationShaderVertexOrdering::deinitTestIteration(_test_iteration &test_iteration) in deinitTestIteration()
299 … _test_iteration test_iteration = initTestIteration(levels.inner, levels.outer, primitive_mode, in initTest() local
346 _test_iteration test_iteration; in initTestIteration() local
560 …llationShaderVertexOrdering::verifyVertexOrderingCorrectness(const _test_iteration &test_iteration) in verifyVertexOrderingCorrectness()
/aosp_15_r20/hardware/google/pixel/pixelstats/test/mm/
DMmMetricsReporterTest.cpp175 for (int test_iteration = 0; test_iteration < kNumTests; ++test_iteration) { in TEST() local
263 for (int test_iteration = 0; test_iteration < kNumTests; ++test_iteration) { in TEST() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_left/
H A Dindex_operator.pass.cpp68 constexpr void test_iteration(Args... args) { in test_iteration() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_right/
H A Dindex_operator.pass.cpp68 constexpr void test_iteration(Args... args) { in test_iteration() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/layout_stride/
H A Dindex_operator.pass.cpp68 constexpr void test_iteration(std::array<int, E::rank()> strides, Args... args) { in test_iteration() function
/aosp_15_r20/external/python/mako/test/
Dtest_block.py476 def test_iteration(self): member in BlockTest
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/views/mdspan/mdspan/
H A Dindex_operator.pass.cpp107 constexpr void test_iteration(Mapping m) { in test_iteration() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_mailbox.py1849 def test_iteration(self): member in TestProxyFile
1897 def test_iteration(self): member in TestPartialFile
Dtest_urllib2_localnet.py654 def test_iteration(self): member in TestUrlopen
Dtest_sets.py73 def test_iteration(self): member in TestBasicOps
Dtest_set.py798 def test_iteration(self): member in TestBasicOps
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_mailbox.py2060 def test_iteration(self): member in TestProxyFile
2108 def test_iteration(self): member in TestPartialFile
Dtest_urllib2_localnet.py656 def test_iteration(self): member in TestUrlopen
Dtest_dis.py1675 def test_iteration(self): member in BytecodeTests
Dtest_unicode.py194 def test_iteration(self): member in UnicodeTest
Dtest_set.py920 def test_iteration(self): member in TestBasicOps
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cCommonBugsTests.cpp2492 for (int test_iteration = static_cast<int>(TEST_ITERATION_FIRST); in iterate() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_ordered_set.py826 def test_iteration(self): member in TestBasicOps