Searched refs:vs_vars (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_program.c103 const char *vs_vars; member in struct:__anon92fc4ec70108
122 .vs_vars = ("uniform vec2 fill_offset;\n"
138 .vs_vars = "uniform float dash_length;\n",
172 vars = add_var(vars, location_vars[l].vs_vars);
192 "%s" /* prim vs_vars */
193 "%s" /* fill vs_vars */
194 "%s" /* location vs_vars */
261 char *vs_vars = NULL; local in function:glamor_build_program
285 vs_vars = vs_location_vars(locations);
288 if (!vs_vars)
[all...]
H A Dglamor_program.h61 const char *vs_vars; member in struct:__anon92fc4ecc0408
H A Dglamor_points.c34 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_rects.c31 .vs_vars = "attribute vec2 primitive;\n"
39 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_text.c267 .vs_vars = vs_vars_text,
348 .vs_vars = vs_vars_text,
381 .vs_vars = vs_vars_text,
H A Dglamor_segs.c30 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_lines.c30 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_dash.c58 .vs_vars = dash_vs_vars,
68 .vs_vars = dash_vs_vars,
H A Dglamor_spans.c32 .vs_vars = "attribute vec3 primitive;\n",
39 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_glyphblt.c35 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_xv.c68 .vs_vars = ("attribute vec2 position;\n"
100 .vs_vars = ("attribute vec2 position;\n"
H A Dglamor_composite_glyphs.c183 .vs_vars = ("attribute vec4 primitive;\n"
199 .vs_vars = ("attribute vec2 primitive;\n"
H A Dglamor_copy.c52 .vs_vars = "attribute vec2 primitive;\n",
144 .vs_vars = "attribute vec2 primitive;\n",

Completed in 10 milliseconds