Searched refs:full (Results 1 - 25 of 533) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/doxygen/
H A DMakefile2 default: full
4 all: full subset
23 full: $(FULL:.doxy=.tag) target
/xsrc/external/mit/freetype/dist/src/tools/
H A Dupdate-copyright9 git ls-files --full-name $topdir \
/xsrc/external/mit/libXcursor/dist/src/
H A Dlibrary.c84 char *full; local in function:_XcursorBuildThemeDir
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 in function:_XcursorBuildFullname
144 full
174 _XcursorThemeInherits(const char * full) argument
227 char *full; local in function:XcursorScanTheme
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A DREADME.md22 R0 - R15: general purpose (full threads)
23 R48 - R63: general purpose (full threads)
/xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/
H A DMESA_set_3dfx_mode.spec32 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/dist/docs/_extra/specs/OLD/
H A DMESA_set_3dfx_mode.spec32 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/
H A Ddisasm-a3xx.c86 static void print_reg(struct disasm_ctx *ctx, reg_t reg, bool full, bool r, argument
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) argument
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, argument
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 in function:print_instr_cat3
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/computerator/examples/
H A Dtest-opcodes.sh3 # 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.old/dist/src/gallium/state_trackers/nine/
H A Dnine_queue.c66 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/dist/src/gallium/frontends/nine/
H A Dnine_queue.c66 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/
H A Dcidobjs.c382 char* full = info->full_name; local in function:cid_face_init
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/
H A DMailboxP.h64 Boolean flipit; /* do flip of full pixmap */
74 Pixmap pixmap; /* full depth pixmap */
76 } full, empty; member in struct:__anona97f53890108
84 typedef struct _MailboxRec { /* full instance record */
95 typedef struct _MailboxClassRec { /* full class record declaration */
H A DMailbox.c150 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
[all...]
/xsrc/external/mit/ctwm/dist/tests/
H A DREADME.md4 currently includes a small example unit test, and a few tests of the full
/xsrc/external/mit/freetype/dist/src/type1/
H A Dt1objs.c389 /* simplistic and might get some things wrong. For a full-featured */
401 char* full = info->full_name; local in function:T1_Face_Init
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.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c30 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/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_mm.c30 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/xf86-video-suncg14/dist/src/
H A Dcg14_render.c264 int full, part, x; local in function:CG14Comp_Add32
267 full = width >> 3; /* chunks of 8 */
273 for (x = 0; x < full; x++) {
307 int pre, full, part, x; local in function:CG14Comp_Add8
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 in function:CG14Comp_Add8_32
391 full = width >> 5; /* chunks of 32 */
396 width, height, full, par
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D147-define-macro-no-space.c17 #define F. full stop
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D147-define-macro-no-space.c17 #define F. full stop
/xsrc/external/mit/freetype/dist/src/type42/
H A Dt42objs.c246 char* full = info->full_name; local in function:T42_Face_Init
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/
H A Dir3_ra.c354 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 */
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;
1872 insert_file_live_in_moves(ctx, &ctx->full);
1891 insert_entry_regs(state, &ctx->full);
[all...]
/xsrc/external/mit/xcursor-themes/dist/redglass/
H A DMakefile.cursors8 EXTRA_DIST = Makefile.cfg Makefile.cursors basic_arrow.xcf gumby-128.png gumby.svg watch-16.png watch-24.png watch-32.png watch-48.png watch-64.png watch.cfg watch.xcf hourglass-135-16.png hourglass-135-24.png hourglass-135-32.png hourglass-135-48.png hourglass-135-64.png hourglass-25-16.png hourglass-25-24.png hourglass-25-32.png hourglass-25-48.png hourglass-25-64.png hourglass-45-16.png hourglass-45-24.png hourglass-45-32.png hourglass-45-48.png hourglass-45-64.png hourglass-50-16.png hourglass-50-24.png hourglass-50-32.png hourglass-50-48.png hourglass-50-64.png hourglass-75-16.png hourglass-75-24.png hourglass-75-32.png hourglass-75-48.png hourglass-75-64.png hourglass-90-16.png hourglass-90-24.png hourglass-90-32.png hourglass-90-48.png hourglass-90-64.png hourglass-empty-16.png hourglass-empty-24.png hourglass-empty-32.png hourglass-empty-48.png hourglass-empty-64.png hourglass-full-16.png hourglass-full-24.png hourglass-full-32.png hourglass-full-48.png hourglass-full-64.png hourglass-135.xcf hourglass-25.xcf hourglass-45.xcf hourglass-50.xcf hourglass-75.xcf hourglass-90.xcf hourglass-empty.xcf hourglass-full.xcf hourglass-plain.xcf
185 watch: $(srcdir)/hourglass-full-16.png $(srcdir)/hourglass-75-16.png $(srcdir)/hourglass-50-16.png $(srcdir)/hourglass-25-16.png $(srcdir)/hourglass-empty-16.png $(srcdir)/hourglass-45-16.png $(srcdir)/hourglass-90-16.png $(srcdir)/hourglass-135-16.png $(srcdir)/hourglass-full-24.png $(srcdir)/hourglass-75-24.png $(srcdir)/hourglass-50-24.png $(srcdir)/hourglass-25-24.png $(srcdir)/hourglass-empty-24.png $(srcdir)/hourglass-45-24.png $(srcdir)/hourglass-90-24.png $(srcdir)/hourglass-135-24.png $(srcdir)/hourglass-full-32.png $(srcdir)/hourglass-75-32.png $(srcdir)/hourglass-50-32.png $(srcdir)/hourglass-25-32.png $(srcdir)/hourglass-empty-32.png $(srcdir)/hourglass-45-32.png $(srcdir)/hourglass-90-32.png $(srcdir)/hourglass-135-32.png $(srcdir)/hourglass-full
[all...]
/xsrc/external/mit/ctwm/dist/doc/devman/
H A Dindex.adoc3 Eventually, this will be a full compendium of all the information that a
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcstr.c1028 FcChar8 *full; local in function:FcStrCopyFilename
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 in function:FcStrCanonFilename
1214 int size = GetFullPathName ((LPCSTR) s, sizeof (full) -1,
1215 (LPSTR) full, NUL
[all...]

Completed in 16 milliseconds

1234567891011>>