Home
last modified time | relevance | path

Searched refs:TEST_COUNT (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/mesa/math/
Dm_debug_norm.c200 GLfloat s[TEST_COUNT][5], d[TEST_COUNT][4], r[TEST_COUNT][4]; in test_norm_function()
201 GLfloat d2[TEST_COUNT][4], r2[TEST_COUNT][4], length[TEST_COUNT]; in test_norm_function()
238 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_norm_function()
249 source->count = TEST_COUNT; in test_norm_function()
255 dest->count = TEST_COUNT; in test_norm_function()
261 dest2->count = TEST_COUNT; in test_norm_function()
267 ref->count = TEST_COUNT; in test_norm_function()
273 ref2->count = TEST_COUNT; in test_norm_function()
294 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_norm_function()
Dm_debug_clip.c206 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
207 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
208 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
233 GLubyte dm[TEST_COUNT], dco, dca; in test_cliptest_function()
234 GLubyte rm[TEST_COUNT], rco, rca; in test_cliptest_function()
248 for ( i = 0 ; i < TEST_COUNT ; i++) { in test_cliptest_function()
257 source->count = TEST_COUNT; in test_cliptest_function()
264 dest->count = TEST_COUNT; in test_cliptest_function()
271 ref->count = TEST_COUNT; in test_cliptest_function()
300 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_cliptest_function()
[all …]
Dm_debug_xform.c163 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
164 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
214 for ( i = 0 ; i < TEST_COUNT ; i++) { in test_transform_function()
223 source->count = TEST_COUNT; in test_transform_function()
230 dest->count = TEST_COUNT; in test_transform_function()
237 ref->count = TEST_COUNT; in test_transform_function()
253 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_transform_function()
Dm_debug_util.h48 #define TEST_COUNT 128 /* size of the tested vector array */ macro
/external/OpenCL-CTS/test_conformance/events/
Dtest_event_dependencies.cpp35 #define TEST_COUNT 100 macro
61 clKernelWrapper kernel1[TEST_COUNT], kernel2[TEST_COUNT]; in test_event_enqueue_wait_for_events_run_test()
62 clEventWrapper event[TEST_COUNT*4+2]; // If we usemarkers we get 2 more events per iteration in test_event_enqueue_wait_for_events_run_test()
183 for (i=1; i<TEST_COUNT; i++) { in test_event_enqueue_wait_for_events_run_test()
192 for (i=0; i<TEST_COUNT; i++) { in test_event_enqueue_wait_for_events_run_test()
228 for (loop_count=0; loop_count<TEST_COUNT; loop_count++) { in test_event_enqueue_wait_for_events_run_test()
/external/rootdev/
Drootdev_test.sh284 TEST_COUNT=$((PASS_COUNT + FAIL_COUNT))
287 echo "Test passed: $PASS_COUNT / $TEST_COUNT"
288 echo "Test failed: $FAIL_COUNT / $TEST_COUNT"
/external/linux-kselftest/tools/testing/selftests/kmod/
Dkmod.sh528 TEST_COUNT=$(get_test_count $TEST_ID)
530 test_case $TEST_ID $TEST_COUNT
/external/linux-kselftest/tools/testing/selftests/sysctl/
Dsysctl.sh840 TEST_COUNT=$(get_test_count $TEST_ID)
846 test_case $TEST_ID $TEST_COUNT $TEST_TARGET
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1813 final int TEST_COUNT = 1237; in testSharding_twoShards() local
1816 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testSharding_twoShards()
1817 for (int i = 0; i < TEST_COUNT; i++) { in testSharding_twoShards()
2111 final int TEST_COUNT = 1237; in testRuntimeHint_optionSetSharded() local
2114 ArrayList<TestDescription> testIds = new ArrayList<>(TEST_COUNT); in testRuntimeHint_optionSetSharded()
2115 for (int i = 0; i < TEST_COUNT; i++) { in testRuntimeHint_optionSetSharded()
2126 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()
2129 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()
/external/linux-kselftest/tools/testing/selftests/sparc64/drivers/
Dadi-test.c681 #define TEST_COUNT ARRAY_SIZE(tests) macro
698 for (test = 0; test < TEST_COUNT; test++) { in main()
/external/icu/icu4c/source/test/intltest/
Dstrcase.cpp406 TEST_COUNT enumerator
410 static const char *const dataNames[TEST_COUNT+1]={
538 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()
/external/OpenCL-CTS/test_conformance/atomics/
Dtest_atomics.cpp54 #define TEST_COUNT 128 * 1024 macro
/external/angle/third_party/vulkan_memory_allocator/src/
DTests.cpp5074 TEST_COUNT in TestMapping() enumerator
5076 for(uint32_t testIndex = 0; testIndex < TEST_COUNT; ++testIndex) in TestMapping()
5228 TEST_COUNT in TestMappingMultithreaded() enumerator
5230 for(uint32_t testIndex = 0; testIndex < TEST_COUNT; ++testIndex) in TestMappingMultithreaded()