Home
last modified time | relevance | path

Searched refs:vs_vars (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c103 const char *vs_vars; member
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); in vs_location_vars()
261 char *vs_vars = NULL; in glamor_build_program() local
278 vs_vars = vs_location_vars(locations); in glamor_build_program()
281 if (!vs_vars) in glamor_build_program()
297 str(prim->vs_vars), in glamor_build_program()
298 str(fill->vs_vars), in glamor_build_program()
299 vs_vars, in glamor_build_program()
[all …]
H A Dglamor_rects.c31 .vs_vars = "attribute vec2 primitive;\n"
39 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_text.c261 .vs_vars = vs_vars_text,
342 .vs_vars = vs_vars_text,
375 .vs_vars = vs_vars_text,
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_program.h62 const char *vs_vars; member
H A Dglamor_points.c34 .vs_vars = "attribute vec2 primitive;\n",
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_composite_glyphs.c183 .vs_vars = ("attribute vec4 primitive;\n"
199 .vs_vars = ("attribute vec2 primitive;\n"
H A Dglamor_glyphblt.c35 .vs_vars = "attribute vec2 primitive;\n",
H A Dglamor_xv.c113 .vs_vars = ("attribute vec2 position;\n"
145 .vs_vars = ("attribute vec2 position;\n"
176 .vs_vars = ("attribute vec2 position;\n"
H A Dglamor_copy.c52 .vs_vars = "attribute vec2 primitive;\n",
144 .vs_vars = "attribute vec2 primitive;\n",
/OK3568_Linux_fs/kernel/net/netfilter/ipvs/
H A Dip_vs_ctl.c1856 static struct ctl_table vs_vars[] = { variable
4036 tbl = kmemdup(vs_vars, sizeof(vs_vars), GFP_KERNEL); in ip_vs_control_net_init_sysctl()
4044 tbl = vs_vars; in ip_vs_control_net_init_sysctl()
4046 for (idx = 0; idx < ARRAY_SIZE(vs_vars); idx++) { in ip_vs_control_net_init_sysctl()