Home
last modified time | relevance | path

Searched refs:TEST_COUNT (Results 1 – 5 of 5) 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/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()