HomeSort by: relevance | last modified time | path
    Searched defs:full (Results 1 - 25 of 30) sorted by relevancy

1 2

  /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/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);
  /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/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/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 */
  /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/freedreno/ir3/
ir3_ra.h 159 unsigned full, half, shared; member in struct:ir3_pressure
ir3_ra_validate.c 89 struct file_state half, full, shared; member in struct:reaching_state
195 progress |= merge_file(&dst->full, &src->full, ctx->full_size);
213 return &ctx->reaching.full;
517 start->full.regs[i].def = UNDEF;
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/
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/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/dist/src/panfrost/lib/
pan_cs.c 105 bool full = !fb->extent.minx && !fb->extent.miny &&
108 if (!full && !valid)
675 bool full = !fb->extent.minx && !fb->extent.miny && local
682 * data if we are doing a full write, so that it is
684 cfg.crc_write_enable = *valid || full;
686 *valid |= full;
pan_blitter.c 1112 bool full = !fb->extent.minx && !fb->extent.miny && local
1116 if (full && !(*valid))
  /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/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/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/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/twm/dist/src/
gram.y 133 %type <num> action button number signed_number full fullkey
202 | button full { GotButton($1, $2); }
313 full : EQUALS keys COLON contexts COLON action { $$ = $6; } label
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface_meta_address_test.c 317 static void run_dcc_address_test(const char *name, const struct radeon_info *info, bool full)
324 if (full) {
479 static void run_htile_address_test(const char *name, const struct radeon_info *info, bool full)
486 if (!full) {
636 static void run_cmask_address_test(const char *name, const struct radeon_info *info, bool full)
644 if (!full) {
683 bool full = false; local
685 if (argc == 2 && !strcmp(argv[1], "--full"))
686 full = true;
688 puts("Specify --full to run the full test.")
    [all...]
  /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/freetype/dist/src/cff/
cffobjs.c 910 char* full = cff_index_get_sid_string( cff, local
912 char* fullp = full;
916 /* We try to extract the style name from the full name. */
918 if ( full && family )
930 /* ignore spaces and dashes in full name during comparison */
946 /* The full name begins with the same characters as the */
  /xsrc/external/mit/ctwm/dist/
gram.y 103 %type <num> action button number signed_number keyaction full fullkey
246 | button full { GotButton($1, $2); }
518 full : EQUALS keys COLON contexts COLON action { $$ = $6; } label
  /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...]

Completed in 27 milliseconds

1 2