Home
last modified time | relevance | path

Searched refs:TEST_COUNT (Results 1 – 8 of 8) 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.c164 ALIGN16(static GLfloat, s[TEST_COUNT][4]);
165 ALIGN16(static GLfloat, d[TEST_COUNT][4]);
166 ALIGN16(static GLfloat, r[TEST_COUNT][4]);
215 for ( i = 0 ; i < TEST_COUNT ; i++) { in test_transform_function()
224 source->count = TEST_COUNT; in test_transform_function()
231 dest->count = TEST_COUNT; in test_transform_function()
238 ref->count = TEST_COUNT; in test_transform_function()
254 for ( i = 0 ; i < TEST_COUNT ; i++ ) { in test_transform_function()
Dm_debug_util.h45 #define TEST_COUNT 128 /* size of the tested vector array */ macro
/external/netperf/doc/examples/
Darr_script219 TEST_COUNT=0
220 while [ $TEST_COUNT -lt $1 ]
222 TEST_COUNT=`expr $TEST_COUNT + 1`
232 TEST_COUNT=`expr $TEST_COUNT - 1`
/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/icu/icu4c/source/test/intltest/
Dstrcase.cpp330 TEST_COUNT enumerator
334 static const char *const dataNames[TEST_COUNT+1]={
462 for(whichCase=0; whichCase<TEST_COUNT; ++whichCase) { in TestCasing()
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java1876 final int TEST_COUNT = 1237; in testSharding_twoShards() local
1879 ArrayList<TestIdentifier> testIds = new ArrayList<>(TEST_COUNT); in testSharding_twoShards()
1880 for (int i = 0; i < TEST_COUNT; i++) { in testSharding_twoShards()
2172 final int TEST_COUNT = 1237; in testRuntimeHint_optionSetSharded() local
2175 ArrayList<TestIdentifier> testIds = new ArrayList<>(TEST_COUNT); in testRuntimeHint_optionSetSharded()
2176 for (int i = 0; i < TEST_COUNT; i++) { in testRuntimeHint_optionSetSharded()
2187 (fullRuntimeMs*SHARD_SIZE)/TEST_COUNT, in testRuntimeHint_optionSetSharded()
2190 (fullRuntimeMs*(TEST_COUNT-SHARD_SIZE))/TEST_COUNT, in testRuntimeHint_optionSetSharded()