Searched refs:first (Results 1 - 25 of 1617) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_util.c38 void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr) argument
42 *first = 1;
46 *first = 2;
51 *first = 2;
55 *first = 4;
59 *first = 4;
63 *first = 3;
67 *first = 6;
73 *first = 3;
77 *first
96 draw_pt_trim_count(unsigned count,unsigned first,unsigned incr) argument
[all...]
H A Ddraw_split_tmp.h29 unsigned first, incr; local in function:FUNC
43 draw_pt_split_prim(prim, &first, &incr);
45 count = draw_pt_trim_count(count, first, incr);
46 if (count < first)
54 assert(max_count_simple >= first + incr &&
55 max_count_loop >= first + incr &&
56 max_count_fan >= first + incr);
63 const unsigned rollback = first - incr;
73 * remaining = count - seg_start = first + N'' * incr.
90 draw_pt_trim_count(MIN2(max_count_simple, count), first, inc
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt_util.c38 void draw_pt_split_prim(unsigned prim, unsigned *first, unsigned *incr) argument
42 *first = 1;
46 *first = 2;
51 *first = 2;
55 *first = 4;
59 *first = 4;
63 *first = 3;
67 *first = 6;
73 *first = 3;
77 *first
96 draw_pt_trim_count(unsigned count,unsigned first,unsigned incr) argument
[all...]
H A Ddraw_split_tmp.h29 unsigned first, incr; local in function:FUNC
44 first = vsplit->draw->pt.vertices_per_patch;
47 draw_pt_split_prim(prim, &first, &incr);
49 count = draw_pt_trim_count(count, first, incr);
50 if (count < first)
58 assert(max_count_simple >= first + incr &&
59 max_count_loop >= first + incr &&
60 max_count_fan >= first + incr);
67 const unsigned rollback = first - incr;
77 * remaining = count - seg_start = first
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D118-comment-becomes-space.c1 #define FOO first/*
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D118-comment-becomes-space.c1 #define FOO first/*
/xsrc/external/mit/mkfontscale/dist/
H A Dconstlist.c28 appendConstList(ConstListPtr first, ConstListPtr second) argument
33 return first;
35 if (first == NULL)
38 for (current = first; current->next; current = current->next)
42 return first;
48 ConstListPtr first, current; local in function:makeConstList
54 first = malloc(sizeof(ConstListRec));
55 if (!first)
58 first->value = a[0];
59 first
[all...]
/xsrc/external/mit/libfontenc/dist/src/
H A DfontencI.h29 unsigned short first; member in struct:_FontEncSimpleMap
35 unsigned short first; member in struct:_FontEncSimpleName
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_quirk.c40 static boolean first = TRUE; local in function:_nine_get_quirk
43 if (first) {
44 first = FALSE;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_quirk.c40 static boolean first = TRUE; local in function:_nine_get_quirk
43 if (first) {
44 first = FALSE;
/xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
H A Dglut_bwidth.c24 if (c < fontinfo->first || c >= fontinfo->first + fontinfo->num_chars)
26 ch = fontinfo->ch[c - fontinfo->first];
49 if (c >= fontinfo->first && c < fontinfo->first + fontinfo->num_chars) {
50 ch = fontinfo->ch[c - fontinfo->first];
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_bwidth.c24 if (c < fontinfo->first || c >= fontinfo->first + fontinfo->num_chars)
26 ch = fontinfo->ch[c - fontinfo->first];
49 if (c >= fontinfo->first && c < fontinfo->first + fontinfo->num_chars) {
50 ch = fontinfo->ch[c - fontinfo->first];
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dxuserotfont.h8 glXUseRotatedXFontMESA(Font font, int first, int count, int listbase,
/xsrc/external/mit/freetype/dist/src/cache/
H A Dftcmru.c31 FTC_MruNode first = *plist; local in function:FTC_MruNode_Prepend
34 if ( first )
36 FTC_MruNode last = first->prev;
41 FTC_MruNode cnode = first;
53 } while ( cnode != first );
57 first->prev = node;
59 node->next = first;
75 FTC_MruNode first = *plist; local in function:FTC_MruNode_Up
78 FT_ASSERT( first );
80 if ( first !
124 FTC_MruNode first = *plist; local in function:FTC_MruNode_Remove
206 FTC_MruNode first, node; local in function:FTC_MruList_Find
330 FTC_MruNode first, node, next; local in function:FTC_MruList_RemoveSelection
[all...]
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_basic_block.h28 void (*callback)(ir_instruction *first,
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_basic_block.h28 void (*callback)(ir_instruction *first,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
H A Dxfonts.h33 extern void Fake_glXUseXFont( Font font, int first, int count, int listbase );
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_split.c61 _tnl_split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
65 *first = 1;
69 *first = 2;
73 *first = 2;
77 *first = 3;
81 *first = 3;
85 *first = 4;
89 *first = 4;
93 *first = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_split.c61 _tnl_split_prim_inplace(GLenum mode, GLuint *first, GLuint *incr) argument
65 *first = 1;
69 *first = 2;
73 *first = 2;
77 *first = 3;
81 *first = 3;
85 *first = 4;
89 *first = 4;
93 *first = 0;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
H A Dxfonts.h33 extern void Fake_glXUseXFont( Font font, int first, int count, int listbase );
/xsrc/external/mit/ctwm/dist/
H A Dclicktofocus.c9 TwmWindow *first = NULL; local in function:get_last_window
16 if(!first && !t->isiconmgr && OCCUPY(t, current) && t->mapped) {
17 first = t;
24 return first;
/xsrc/external/mit/xterm/dist/
H A Dversion.c56 char first[sizeof(vendor_version)]; local in function:xtermVersion
69 sscanf(vendor, "%[0-9.] %[A-Za-z_0-9.]", first, second) == 2) {
70 sprintf(buffer, "%.80s %.80s(%d)", second, first, XTERM_PATCH);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Ddisassemble.h38 bi_disasm_fma(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool first);
40 void bi_disasm_add(FILE *fp, unsigned bits, struct bifrost_regs *srcs, struct bifrost_regs *next_regs, unsigned staging_register, unsigned branch_offset, struct bi_constants *consts, bool first);
42 void bi_disasm_dest_fma(FILE *fp, struct bifrost_regs *next_regs, bool first);
43 void bi_disasm_dest_add(FILE *fp, struct bifrost_regs *next_regs, bool first);
/xsrc/external/mit/xterm/dist/vttests/
H A Dresize.pl63 my $first = $_[0];
65 $first =~ s/^[^0-9]+//;
67 $first =~ s/^[\d]+//;
68 $first =~ s/^[^\d]+//;
70 $first =~ s/[^\d]+.*$//;
71 return $first;
/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbdraw.c74 XkbDrawablePtr first, last, tmp; local in function:XkbGetOrderedDrawables
77 first = last = NULL;
86 XkbFreeOrderedDrawables(first);
93 _XkbAddDrawable(&first, &last, tmp);
99 XkbFreeOrderedDrawables(first);
106 _XkbAddDrawable(&first, &last, tmp);
116 XkbFreeOrderedDrawables(first);
123 _XkbAddDrawable(&first, &last, tmp);
126 return first;

Completed in 7 milliseconds

1234567891011>>