| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ |
| algorithm.hpp | 63 unique(R &&r) { function in namespace:clover
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| algorithm.hpp | 64 unique(R &&r) { function in namespace:clover
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_array_to_ssa.c | 144 bool unique = true; local 155 unique = false; 173 unique = false; 181 if (unique) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/ |
| intel_module.c | 398 const char *stack[64], **unique; local 401 unique = stack; 410 if (strcmp(unique[j], chipset->name) == 0) 431 if (unique == stack) 432 new_unique = malloc(2*sizeof(*unique)*size); 434 new_unique = realloc(unique, 2*sizeof(*unique)*size); 436 if (unique == stack) 439 unique = new_unique; 444 unique[i++] = chipset->name [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/src/ |
| intel_module.c | 465 const char *stack[64], **unique; local 468 unique = stack; 477 if (strcmp(unique[j], chipset->name) == 0) 498 if (unique == stack) 499 new_unique = malloc(2*sizeof(*unique)*size); 501 new_unique = realloc(unique, 2*sizeof(*unique)*size); 503 if (unique == stack) 506 unique = new_unique; 511 unique[i++] = chipset->name [all...] |
| /xsrc/external/mit/xterm/dist/ |
| trace.c | 105 #if OPT_TRACE_UNIQUE /* usually I do not want unique names */ 106 int unique; local 107 for (unique = 0;; ++unique) { 108 if (unique) 109 sprintf(name, "%s/Trace-%s.out-%d", home, trace_who, unique);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| bi_schedule.c | 800 /* pcrel constants are unique, so don't match */ 865 * successor, determined as the number of unique words accessed that aren't 876 bool unique = true; local 880 unique = false; 882 if (!unique) 1052 /* Register file reads are limited, so count unique */
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutint.h | 526 UINT unique; /* unique menu item id (Win32 only) */ member in struct:_GLUTmenuItem
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glutint.h | 504 UINT unique; /* unique menu item id (Win32 only) */ member in struct:_GLUTmenuItem
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| drm.h | 151 __kernel_size_t unique_len; /**< Length of unique */ 152 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
| /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/ |
| drm.h | 151 __kernel_size_t unique_len; /**< Length of unique */ 152 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| drm.h | 154 __kernel_size_t unique_len; /**< Length of unique */ 155 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique 1318 * close each unique handle via &DRM_IOCTL_GEM_CLOSE, making sure to not
|