| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | debug.h | 39 #define ERR(x) ErrorF x macro 41 #define ERR(x) do {} while (0) macro
|
| H A D | sna_threads.c | 204 ERR(("%s: thread[%d] caught signal %d\n", __func__, n, sig)); 242 ERR(("%s: kill %d threads\n", __func__, max_threads));
|
| H A D | sna_driver.c | 530 ERR(("%s: no EntityInfo found for scrn\n", __FUNCTION__)); 539 ERR(("%s: invalid EntityInfo found for scrn, location=%d\n", __FUNCTION__, pEnt->location.type)); 1384 ERR(("sna_pm_event: received APM event %d\n", event));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | debug.h | 39 #define ERR(x) ErrorF x macro 41 #define ERR(x) macro
|
| H A D | sna_threads.c | 204 ERR(("%s: thread[%d] caught signal %d\n", __func__, n, sig)); 242 ERR(("%s: kill %d threads\n", __func__, max_threads));
|
| H A D | sna_driver.c | 558 ERR(("%s: no EntityInfo found for scrn\n", __FUNCTION__)); 567 ERR(("%s: invalid EntityInfo found for scrn, location=%d\n", __FUNCTION__, pEnt->location.type)); 1341 ERR(("sna_pm_event: received APM event %d\n", event));
|
| H A D | sna_video_sprite.c | 318 ERR(("%s: ADDFB2 failed, errno=%d\n", __FUNCTION__, errno));
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | xtermcap.h | 59 #undef ERR /* workaround for glibc 2.1.3 */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | nine_debug.h | 34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) macro 132 ERR(x); \
|
| H A D | adapter9.c | 51 ERR("Driver doesn't support d3d9 coordinates\n"); 56 ERR("Warning: Sotware rendering driver doesn't support d3d9 coordinates\n"); 83 ERR("Your card is not supported by Gallium Nine. Minimum requirement " 96 ERR("Your card is at the limit of Gallium Nine requirements. Some games " 997 ERR("Doesn't support the ID3DPresentGroup version %d %d. Expected 1\n", 1058 ERR("Doesn't support the ID3DPresentGroup version %d %d. Expected 1\n",
|
| H A D | texture9.c | 99 ERR("Application tries to use cross-process sharing feature. Nine "
|
| H A D | vertexshader9.c | 85 ERR("Encountered buggy shader\n");
|
| H A D | vertexdeclaration9.c | 125 ERR("D3DDECLUSAGE_%u[%u]\n",usage,usage_idx);
|
| H A D | swapchain9.c | 125 ERR("Failed to create new D3DWindowBufferFromDmaBuf\n"); 151 ERR("Server not releasing buffers...\n");
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | nine_debug.h | 35 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__) macro 133 ERR(x); \
|
| H A D | adapter9.c | 59 ERR("Driver doesn't support d3d9 coordinates\n"); 64 ERR("Warning: Sotware rendering driver doesn't support d3d9 coordinates\n"); 91 ERR("Your card is not supported by Gallium Nine. Minimum requirement " 104 ERR("Your card is at the limit of Gallium Nine requirements. Some games " 1035 ERR("Doesn't support the ID3DPresentGroup version %d %d. Expected 1\n", 1096 ERR("Doesn't support the ID3DPresentGroup version %d %d. Expected 1\n",
|
| H A D | vertexshader9.c | 86 ERR("Encountered buggy shader\n");
|
| H A D | texture9.c | 102 ERR("Application tries to use cross-process sharing feature. Nine "
|
| H A D | vertexdeclaration9.c | 125 ERR("D3DDECLUSAGE_%u[%u]\n",usage,usage_idx);
|
| H A D | swapchain9.c | 125 ERR("Failed to create new D3DWindowBufferFromDmaBuf\n"); 151 ERR("Server not releasing buffers...\n");
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 226 ERR("Failed to probe drm fd %d.\n", fd); 234 ERR("Unable to load requested driver.\n"); 240 ERR("The driver is not capable of dma-buf sharing." 289 ERR("tearfree_discard requires discard_delayed_release\n"); 316 ERR("Couldn't wrap drm screen to swrast screen. Software devices "
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/targets/d3dadapter9/ |
| H A D | drm.c | 231 ERR("Failed to probe drm fd %d.\n", fd); 239 ERR("Unable to load requested driver.\n"); 245 ERR("The driver is not capable of dma-buf sharing." 279 ERR("tearfree_discard requires discard_delayed_release\n");
|
| /xsrc/external/mit/setxkbmap/dist/ |
| H A D | setxkbmap.c | 171 #define ERR(s) fprintf(stderr,s) macro 176 #define OOM(ptr) do { if ((ptr) == NULL) { ERR("Out of memory.\n"); exit(1); } } while (0) 532 ERR("No other components can be specified when a keymap is present\n"); 1048 ERR("Error loading new keyboard description\n"); 1133 ERR("WARNING: Running setxkbmap against an Xwayland server\n");
|
| /xsrc/external/mit/xorg-server/dist/record/ |
| H A D | record.c | 1406 #if defined(ERR) && defined(__sun) 1407 #undef ERR /* Avoid conflict with Solaris <sys/regset.h> */ 1413 ERR, /* set info for errors */ 1637 err = RecordConvertRangesToIntervals(&si[ERR], pRanges, stuff->nRanges, 1738 if (si[ERR].intervals) { 1740 RecordCreateSet(si[ERR].intervals, si[ERR].nintervals, 1741 (RecordSetPtr) ((char *) pRCAP + si[ERR].offset), 1742 si[ERR].size); 1410 ERR, /* set info for errors */ enumerator in enum:__anon7911576a0603
|
| /xsrc/external/mit/xorg-server.old/dist/record/ |
| H A D | record.c | 1479 ERR, /* set info for errors */ 1706 err = RecordConvertRangesToIntervals(&si[ERR], pRanges, stuff->nRanges, 1803 if (si[ERR].intervals) 1806 RecordCreateSet(si[ERR].intervals, si[ERR].nintervals, 1807 (RecordSetPtr)((char *)pRCAP + si[ERR].offset), si[ERR].size); 1476 ERR, /* set info for errors */ enumerator in enum:__anonc83bba770603
|