Searched refs:_x_error_occurred (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xf86-video-intel/dist/test/
H A Dshm-test.c54 static int _x_error_occurred; variable in typeref:typename:int
80 _x_error_occurred = 0;
127 if (_x_error_occurred == 0)
128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096);
130 printf("%s: %s\n", __func__, _x_error_occurred ? "failed" : "passed");
137 return !_x_error_occurred;;
150 _x_error_occurred++;
H A Ddri3-test.c65 static int _x_error_occurred; variable in typeref:typename:int
448 _x_error_occurred = 0;
468 if (_x_error_occurred) {
513 if (_x_error_occurred) {
548 _x_error_occurred = 0;
622 if (_x_error_occurred)
660 _x_error_occurred = 0;
684 if (_x_error_occurred)
711 if (_x_error_occurred)
739 _x_error_occurred
[all...]
H A Dpresent-race.c70 static int _x_error_occurred; variable in typeref:typename:int
83 _x_error_occurred++;
182 _x_error_occurred = 0;
228 if (_x_error_occurred)
236 _x_error_occurred = 0;
279 ret += !!_x_error_occurred;
304 _x_error_occurred = 0;
350 if (_x_error_occurred)
358 _x_error_occurred = 0;
404 ret += !!_x_error_occurred;
[all...]
H A Dpresent-test.c76 static int _x_error_occurred; variable in typeref:typename:int
89 _x_error_occurred++;
282 _x_error_occurred = 0;
323 ret += !!_x_error_occurred;
387 _x_error_occurred = 0;
431 ret = !!_x_error_occurred;
472 _x_error_occurred = 0;
585 ret += !!_x_error_occurred;
611 _x_error_occurred = 0;
708 ret += !!_x_error_occurred;
[all...]
H A Ddri2-speed.c54 static int _x_error_occurred; variable in typeref:typename:int
66 _x_error_occurred++;
82 _x_error_occurred = 0;
106 if (_x_error_occurred)
290 _x_error_occurred = 0;
303 if (!_x_error_occurred)
H A Drender-glyphs.c29 static int _x_error_occurred; variable in typeref:typename:int
35 _x_error_occurred = 1;
52 _x_error_occurred = 0;
59 return _x_error_occurred == 0;
H A Dpresent-speed.c59 static int _x_error_occurred; variable in typeref:typename:int
123 if (_x_error_occurred < 0)
132 _x_error_occurred++;
178 _x_error_occurred = 0;
454 _x_error_occurred = 0;
909 _x_error_occurred = 0;
920 if (!_x_error_occurred)
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Dshm-test.c54 static int _x_error_occurred; variable in typeref:typename:int
80 _x_error_occurred = 0;
127 if (_x_error_occurred == 0)
128 _x_error_occurred = memcmp(shm.shmaddr, expected, 4096);
130 printf("%s: %s\n", __func__, _x_error_occurred ? "failed" : "passed");
137 return !_x_error_occurred;;
150 _x_error_occurred++;
H A Ddri3-test.c65 static int _x_error_occurred; variable in typeref:typename:int
453 _x_error_occurred = 0;
473 if (_x_error_occurred) {
518 if (_x_error_occurred) {
553 _x_error_occurred = 0;
627 if (_x_error_occurred)
665 _x_error_occurred = 0;
689 if (_x_error_occurred)
716 if (_x_error_occurred)
744 _x_error_occurred
[all...]
H A Dpresent-test.c72 static int _x_error_occurred; variable in typeref:typename:int
85 _x_error_occurred++;
187 _x_error_occurred = 0;
232 ret += !!_x_error_occurred;
402 _x_error_occurred = 0;
423 err += !!_x_error_occurred;
456 _x_error_occurred = 0;
476 if (_x_error_occurred)
497 if (_x_error_occurred)
625 if (_x_error_occurred)
[all...]
/xsrc/external/mit/xf86-video-intel/dist/benchmarks/
H A Ddri3-swap.c61 static int _x_error_occurred; variable in typeref:typename:int
131 _x_error_occurred++;
197 _x_error_occurred = 0;
540 _x_error_occurred = 77;
594 return _x_error_occurred;
H A Ddri2-swap.c293 static int _x_error_occurred; variable in typeref:typename:int
306 _x_error_occurred++;
529 _x_error_occurred = 77;
587 return _x_error_occurred;
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c218 static int _x_error_occurred; variable in typeref:typename:int
230 _x_error_occurred = 1;
263 _x_error_occurred = 0;
268 has_shm = success && _x_error_occurred == 0;
305 if (_x_error_occurred == 0) {
1022 _x_error_occurred = 0;
1033 if (_x_error_occurred) {
1129 _x_error_occurred = 0;
1148 if (!_x_error_occurred) {
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c230 static int _x_error_occurred; variable in typeref:typename:int
249 _x_error_occurred = 1;
286 _x_error_occurred = 0;
291 has_shm = success && _x_error_occurred == 0;
328 if (_x_error_occurred == 0) {
1086 _x_error_occurred = 0;
1097 if (_x_error_occurred) {
1193 _x_error_occurred = 0;
1212 if (!_x_error_occurred) {

Completed in 21 milliseconds