Searched refs:line (Results 1 - 25 of 1403) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A D091-hash-line.c0 #line 0
2 #error line 0 error
3 #line 25
4 #error line 25 error
5 #line 0 1
6 #error source 1, line 0 error
7 #line 30 2
8 #error source 2, line 30 error
9 #line 45 2 /* A line wit
[all...]
H A D104-hash-line-followed-by-code.c0 #line 2
H A D105-multiline-hash-line.c2 #line X( \
5 #line 2
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D091-hash-line.c0 #line 0
2 #error line 0 error
3 #line 25
4 #error line 25 error
5 #line 0 1
6 #error source 1, line 0 error
7 #line 30 2
8 #error source 2, line 30 error
9 #line 45 2 /* A line wit
[all...]
H A D104-hash-line-followed-by-code.c0 #line 2
H A D105-multiline-hash-line.c2 #line X( \
5 #line 2
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aalinetemp.h27 * Antialiased line template.
32 * Function to render each fragment in the AA line.
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
43 const GLuint i = line->span.end;
50 line->span.end++;
51 line->span.array->coverage[i] = coverage;
52 line->span.array->x[i] = ix;
53 line->span.array->y[i] = iy;
60 line
114 struct LineInfo line; local in function:NAME
[all...]
H A Ds_aaline.c42 * Info about the AA line we're rendering
50 GLfloat halfWidth; /* half of line width */
51 GLfloat xAdj, yAdj; /* X and Y adjustment for quad corners around line */
79 * Compute the equation of a plane used to interpolate line fragment data
81 * Input: (x0, y0) and (x1,y1) are the endpoints of the line.
86 * We take the endpoints of the line and compute a plane such that
87 * the cross product of the line vector and the plane normal is
328 typedef void (*plot_func)(struct gl_context *ctx, struct LineInfo *line,
334 * Draw an AA line segment (called many times per line whe
337 segment(struct gl_context * ctx,struct LineInfo * line,plot_func plot,GLfloat t0,GLfloat t1) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aalinetemp.h27 * Antialiased line template.
32 * Function to render each fragment in the AA line.
37 NAME(plot)(struct gl_context *ctx, struct LineInfo *line, int ix, int iy)
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
43 const GLuint i = line->span.end;
50 line->span.end++;
51 line->span.array->coverage[i] = coverage;
52 line->span.array->x[i] = ix;
53 line->span.array->y[i] = iy;
60 line
114 struct LineInfo line; local in function:NAME
[all...]
/xsrc/external/mit/xf86-video-intel/dist/libobj/
H A Dgetline.c5 extern int getline(char **line, size_t *len, FILE *file);
7 int getline(char **line, size_t *len, FILE *file) argument
12 if (*line == NULL) {
15 *line = malloc(4096);
16 if (*line == NULL)
22 ptr = *line;
23 end = *line + *len;
30 newline = realloc(*line, *len + 4096);
34 offset = ptr - *line;
36 *line
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/libobj/
H A Dgetline.c5 extern int getline(char **line, size_t *len, FILE *file);
7 int getline(char **line, size_t *len, FILE *file) argument
12 if (*line == NULL) {
15 *line = malloc(4096);
16 if (*line == NULL)
22 ptr = *line;
23 end = *line + *len;
30 newline = realloc(*line, *len + 4096);
34 offset = ptr - *line;
36 *line
[all...]
/xsrc/external/mit/ctwm/dist/gen/
H A Dgram.tab.c70 #line 23 "gram.y"
110 #line 111 "/home/fullermd/work/ctwm/bzr/dev/ctwm-mktar.4Y0T7b/ctwm-4.1.0/build/gram.tab.c"
820 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
1612 YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n",
1928 Otherwise, the following line sets YYVAL to garbage.
1940 #line 109 "gram.y"
1942 #line 1943 "/home/fullermd/work/ctwm/bzr/dev/ctwm-mktar.4Y0T7b/ctwm-4.1.0/build/gram.tab.c"
1946 #line 122 "gram.y"
1950 #line 1951 "/home/fullermd/work/ctwm/bzr/dev/ctwm-mktar.4Y0T7b/ctwm-4.1.0/build/gram.tab.c"
1954 #line 12
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dgram.tab.c70 #line 23 "gram.y"
110 #line 111 "/encrypt/home/nia/git/ctwm-4.1.0/build/gram.tab.c"
820 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
1612 YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n",
1928 Otherwise, the following line sets YYVAL to garbage.
1940 #line 109 "gram.y"
1942 #line 1943 "/encrypt/home/nia/git/ctwm-4.1.0/build/gram.tab.c"
1946 #line 122 "gram.y"
1950 #line 1951 "/encrypt/home/nia/git/ctwm-4.1.0/build/gram.tab.c"
1954 #line 12
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_cpu.c92 char *sna_cpu_features_to_string(unsigned features, char *line) argument
94 char *ret = line;
97 line += sprintf (line, "x86-64");
99 line += sprintf (line, "x86");
103 line += sprintf (line, ", sse2");
105 line += sprintf (line, ", sse
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_cpu.c92 char *sna_cpu_features_to_string(unsigned features, char *line) argument
94 char *ret = line;
97 line += sprintf (line, "x86-64");
99 line += sprintf (line, "x86");
103 line += sprintf (line, ", sse2");
105 line += sprintf (line, ", sse
[all...]
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbparse.c70 #line 91 "xkbparse.y"
83 #line 84 "xkbparse.c"
261 #line 109 "xkbparse.y"
290 #line 291 "xkbparse.c"
831 /* YYRLINE[YYN] -- Source line where rule number YYN was defined. */
1402 YYFPRINTF (stderr, "Reducing stack by rule %d (line %d):\n",
1718 Otherwise, the following line sets YYVAL to garbage.
1730 #line 168 "xkbparse.y"
1732 #line 1733 "xkbparse.c"
1736 #line 17
[all...]
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dsource_list.py7 line continuation
58 def _parse_definition(self, line):
59 """Parse a variable definition line."""
60 op_pos = line.find('=')
66 if line[op_pos - 1] in [':', '+', '?']:
72 op = line[op_pos:op_end]
73 sym = line[:op_pos].strip()
74 val = self._expand_value(line[op_end:].lstrip())
84 def _parse_line(self, line):
85 """Parse a source list line
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
H A DxaaTEGlyph.c17 int line, int width, int glyphwidth);
19 int line, int width, int glyphwidth);
21 int line, int width, int glyphwidth);
23 int line, int width, int glyphwidth);
25 int line, int width, int glyphwidth);
27 int line, int width, int glyphwidth);
29 int line, int width, int glyphwidth);
31 int line, int width, int glyphwidth);
38 unsigned int **glyphp, int line, int width, int glyphwidth);
40 unsigned int **glyphp, int line, in
174 int count = h, line = startline; local in function:EXPNAME
270 int count = h, line = startline; local in function:EXPNAME
371 int count = h, line = startline; local in function:EXPNAME
446 int count = h, line = startline; local in function:EXPNAME
552 DrawTETextScanlineGeneric(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
598 DrawTETextScanlineWidth6(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
640 DrawTETextScanlineWidth7(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
711 DrawTETextScanlineWidth8(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
742 DrawTETextScanlineWidth9(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
818 DrawTETextScanlineWidth10(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
865 DrawTETextScanlineWidth12(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
900 DrawTETextScanlineWidth14(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
954 DrawTETextScanlineWidth16(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
989 DrawTETextScanlineWidth18(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
1049 DrawTETextScanlineWidth24(CARD32 * base,unsigned int ** glyphp,int line,int width,int glyphwidth) argument
[all...]
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dprocess_ftoption_h.py2 """Toggle settings in `ftoption.h` file based on command-line arguments.
59 for line in input_file.splitlines():
64 line = line.rstrip()
65 if line.startswith("/* #define ") and line.endswith(" */"):
66 option_name = line[11:-3].strip()
68 elif line.startswith("#define "):
69 option_name = line[8:].strip()
71 elif line
[all...]
/xsrc/external/mit/MesaLib/dist/bin/
H A Dpost_version.py39 for line in relnotes:
40 if first_list and line.startswith('-'):
43 if not first_list and second_list and line.startswith(' relnotes/'):
46 new_relnotes.append(line)
49 for line in new_relnotes:
50 f.write(line)
62 for i, line in enumerate(calendar):
63 if line[2] == version:
64 if line[0]:
65 branch = line[
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dmakeregheader.py190 lines.sort(key=lambda line: (line.address, line.name))
193 for line in lines:
195 if prev and prev.address == line.address and prev.name == line.name:
196 prev.chips.update(line.chips)
197 prev.type_refs.update(line.type_refs)
199 self.register_lines.append(line)
203 lines.sort(key=lambda line
[all...]
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu_asic_id.c37 static int parse_one_line(struct amdgpu_device *dev, const char *line) argument
48 /* ignore empty line and commented line */
49 if (strlen(line) == 0 || line[0] == '#')
52 buf = strdup(line);
110 char *line = NULL; local in function:amdgpu_parse_asic_ids
123 /* 1st valid line is file version */
124 while ((n = getline(&line, &len, fp)) != -1) {
126 if (line[
[all...]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_debug.c36 char line[2048], command[128]; local in function:v3dv_print_spirv
53 while (fgets(line, sizeof(line), p))
54 fprintf(fp, "%s", line);
/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Dgen_format_layout.py140 def __init__(self, line):
141 # If the line is just whitespace then just set everything to None to
143 if line.isspace():
147 grouped = self._splitter.match(line)
157 def __init__(self, line):
159 self.name = line[0].strip()
162 self.bpb = int(line[1])
163 self.bw = line[2].strip()
164 self.bh = line[3].strip()
165 self.bd = line[
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Dgen_format_layout.py152 def __init__(self, line):
153 # If the line is just whitespace then just set everything to None to
155 if line.isspace():
159 grouped = self._splitter.match(line)
169 def __init__(self, line):
171 self.name = line[0].strip()
173 self.bpb = int(line[1])
174 self.bw = line[2].strip()
175 self.bh = line[3].strip()
176 self.bd = line[
[all...]

Completed in 38 milliseconds

1234567891011>>