| /xsrc/external/mit/MesaLib.old/dist/doxygen/ |
| Makefile | 2 default: full 4 all: full subset 9 FULL = \ 23 full: $(FULL:.doxy=.tag) 24 $(foreach FILE,$(FULL),doxygen $(FILE);) 35 -rm -rf $(FULL:.doxy=) $(SUBSET:.doxy=)
|
| /xsrc/external/mit/freetype/dist/src/tools/ |
| update-copyright | 9 git ls-files --full-name $topdir \
|
| /xsrc/external/mit/libXcursor/dist/src/ |
| library.c | 84 char *full; local 124 full = malloc ((size_t)len); 125 if (!full) 127 full[0] = '\0'; 130 _XcursorAddPathElt (full, home, -1); 131 _XcursorAddPathElt (full, dir, dirlen); 132 _XcursorAddPathElt (full, theme, themelen); 133 return full; 139 char *full; local 144 full = malloc (strlen (dir) + 1 + strlen (subdir) + 1 + strlen (file) + 1) 227 char *full; local [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| MESA_set_3dfx_mode.spec | 32 The Mesa Glide driver allows full-screen rendering or rendering into 34 to switch between full-screen and windowed rendering. 55 The Mesa Glide device driver allows either rendering in full-screen 57 full-screen and window rendering with the command: 62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| MESA_set_3dfx_mode.spec | 32 The Mesa Glide driver allows full-screen rendering or rendering into 34 to switch between full-screen and windowed rendering. 55 The Mesa Glide device driver allows either rendering in full-screen 57 full-screen and window rendering with the command: 62 rendering or GLX_3DFX_FULLSCREEN_MODE_MESA to indicate full-screen mode.
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/ |
| disasm-a3xx.c | 86 static void print_reg(struct disasm_ctx *ctx, reg_t reg, bool full, bool r, 111 fprintf(ctx->out, "%s%c<a0.x - %d>", full ? "" : "h", type, -reg.iim_val); 113 fprintf(ctx->out, "%s%c<a0.x + %d>", full ? "" : "h", type, reg.iim_val); 115 fprintf(ctx->out, "%s%c<a0.x>", full ? "" : "h", type); 121 fprintf(ctx->out, "%s%c%d.%c", full ? "" : "h", type, reg.num, component[reg.comp]); 126 static void print_reg_dst(struct disasm_ctx *ctx, reg_t reg, bool full, bool addr_rel) 128 print_reg(ctx, reg, full, false, false, false, false, false, addr_rel); 131 static void print_reg_src(struct disasm_ctx *ctx, reg_t reg, bool full, bool r, 134 print_reg(ctx, reg, full, r, c, im, neg, abs, addr_rel); 143 bool full; member in struct:reginfo 330 bool full = instr_cat3_full(cat3); local 351 print_reg_src(ctx, (reg_t)cat3->src2, full, local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/ |
| test-opcodes.sh | 3 # Test various instructions to check whether half<->full widening/narrowing 12 # edge cases, while still not loosing precision in a full->half->full 112 echo '; test, full->half:' 115 echo '; control, full->full:' 117 echo '; test, half->full:' 143 stib.untyped.1d.u32.1 r2.x, r3.x, 0 ; control: full->full 144 stib.untyped.1d.u32.1 r2.y, r3.y, 0 ; test: half->full [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| nine_queue.c | 66 BOOL full; member in struct:nine_cmdbuf 87 /* wait for cmdbuf full */ 89 while (!cmdbuf->full) 91 DBG("waiting for full cmdbuf\n"); 116 cmdbuf->full = 0; 152 cmdbuf->full = 1; 162 while (cmdbuf->full) 174 * Does block if queue is full.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| nine_queue.c | 66 BOOL full; member in struct:nine_cmdbuf 87 /* wait for cmdbuf full */ 89 while (!cmdbuf->full) 91 DBG("waiting for full cmdbuf\n"); 116 cmdbuf->full = 0; 152 cmdbuf->full = 1; 162 while (cmdbuf->full) 174 * Does block if queue is full.
|
| /xsrc/external/mit/freetype/dist/src/cid/ |
| cidobjs.c | 382 char* full = info->full_name; local 386 if ( full ) 388 while ( *full ) 390 if ( *full == *family ) 393 full++; 397 if ( *full == ' ' || *full == '-' ) 398 full++; 404 cidface->style_name = full;
|
| /xsrc/external/mit/xbiff/dist/ |
| MailboxP.h | 64 Boolean flipit; /* do flip of full pixmap */ 74 Pixmap pixmap; /* full depth pixmap */ 76 } full, empty; member in struct:__anon6548 84 typedef struct _MailboxRec { /* full instance record */ 95 typedef struct _MailboxClassRec { /* full class record declaration */
|
| Mailbox.c | 150 offset (full.bitmap), XtRString, "flagup" }, 152 offset (full.mask), XtRBitmap, (XtPointer) &nopix }, 262 w->mailbox.full.pixmap = None; 375 if (w->mailbox.full.bitmap == None) { 376 w->mailbox.full.bitmap = 390 w->mailbox.full.pixmap = make_pixmap (dpy, w, w->mailbox.full.bitmap, 392 &w->mailbox.full.width, 393 &w->mailbox.full.height); 395 if (w->mailbox.empty.mask == None && w->mailbox.full.mask == None [all...] |
| /xsrc/external/mit/freetype/dist/src/type1/ |
| t1objs.c | 389 /* simplistic and might get some things wrong. For a full-featured */ 401 char* full = info->full_name; local 405 if ( full ) 410 while ( *full ) 412 if ( *full == *family ) 415 full++; 419 if ( *full == ' ' || *full == '-' ) 420 full++; 428 root->style_name = full; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| nouveau_mm.c | 30 struct list_head full; member in struct:mm_bucket 207 list_add(&slab->head, &bucket->full); 260 list_inithead(&cache->bucket[i].full); 288 !list_is_empty(&cache->bucket[i].full)) 294 nouveau_mm_free_slabs(&cache->bucket[i].full);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| nouveau_mm.c | 30 struct list_head full; member in struct:mm_bucket 206 LIST_ADD(&slab->head, &bucket->full); 260 LIST_INITHEAD(&cache->bucket[i].full); 288 !LIST_IS_EMPTY(&cache->bucket[i].full)) 294 nouveau_mm_free_slabs(&cache->bucket[i].full);
|
| /xsrc/external/mit/xf86-video-suncg14/dist/src/ |
| cg14_render.c | 264 int full, part, x; local 267 full = width >> 3; /* chunks of 8 */ 273 for (x = 0; x < full; x++) { 307 int pre, full, part, x; local 318 full = width >> 5; /* chunks of 32 */ 323 width, height, full, part); 336 for (x = 0; x < full; x++) { 380 int pre, full, part, x; local 391 full = width >> 5; /* chunks of 32 */ 396 width, height, full, part) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| 147-define-macro-no-space.c | 17 #define F. full stop
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| 147-define-macro-no-space.c | 17 #define F. full stop
|
| /xsrc/external/mit/freetype/dist/src/type42/ |
| t42objs.c | 246 char* full = info->full_name; local 250 if ( full ) 252 while ( *full ) 254 if ( *full == *family ) 257 full++; 261 if ( *full == ' ' || *full == '-' ) 262 full++; 268 root->style_name = full;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_ra.c | 354 struct ra_file full; member in struct:ra_ctx 653 mesa_log_stream_printf(stream, "full:\n"); 654 ra_file_dump(stream, &ctx->full); 844 /* Check for alignment if one is a full reg */ 891 * | Half live-through | Half killed | Full killed | Full live-through | 900 * the register file. Then half and full killed must stay together so that 904 * and the combined components are within the full limit. 934 * is almost full and badly fragmented. 1101 return &ctx->full; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video.h | 55 struct nouveau_bo *interlaced, *full; member in struct:nv84_video_buffer
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv84_video.h | 55 struct nouveau_bo *interlaced, *full; member in struct:nv84_video_buffer
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcstr.c | 1028 FcChar8 *full; local 1033 full = (FcChar8 *) malloc (size + 1); 1034 if (!full) 1036 strcpy ((char *) full, (char *) home); 1037 strcat ((char *) full, (char *) s + 1); 1038 new = FcStrCanonFilename (full); 1039 free (full); 1213 FcChar8 full[FC_MAX_FILE_LEN + 2]; local 1214 int size = GetFullPathName ((LPCSTR) s, sizeof (full) -1, 1215 (LPSTR) full, NULL) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_rast_linear_fallback.c | 173 full(struct lp_rasterizer_task *task, function 192 /* Unfortunately we can end up generating full blocks on this path, 196 full(task, inputs, ix, iy); 209 * Run the full SoA shader. 224 * rasterized as full 4x4 stamps. 295 /* Full interior blocks 299 full(task, inputs, i, j);
|
| lp_rast_rect.c | 88 full(struct lp_rasterizer_task *task, function 105 /* Unfortunately we can end up generating full blocks on this path, 109 full(task, rect, ix, iy); 174 * rasterized as full 4x4 stamps. 245 /* Full interior blocks 249 full(task, rect, i, j);
|