Home
last modified time | relevance | path

Searched refs:vs_exec (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.c48 .vs_exec = " fill_pos = (fill_offset + primitive.xy + pos) * fill_size_inv;\n",
64 .vs_exec = " fill_pos = (fill_offset + primitive.xy + pos) * fill_size_inv;\n",
84 .vs_exec = " fill_pos = (fill_offset + primitive.xy + pos) * fill_size_inv;\n",
300 str(prim->vs_exec), in glamor_build_program()
301 str(fill->vs_exec)) < 0) in glamor_build_program()
546 .vs_exec = " fill_pos = (fill_offset + primitive.xy + pos) * fill_size_inv;\n",
H A Dglamor_rects.c33 .vs_exec = (" vec2 pos = size * vec2(gl_VertexID&1, (gl_VertexID&2)>>1);\n"
40 .vs_exec = (" vec2 pos = vec2(0,0);\n"
H A Dglamor_text.c262 .vs_exec = vs_exec_text,
343 .vs_exec = vs_exec_text,
376 .vs_exec = vs_exec_text,
H A Dglamor_dash.c59 .vs_exec = dash_vs_exec,
69 .vs_exec = dash_vs_exec,
H A Dglamor_spans.c33 .vs_exec = (" vec2 pos = vec2(primitive.z,1) * vec2(gl_VertexID&1, (gl_VertexID&2)>>1);\n"
40 .vs_exec = (" vec2 pos = vec2(0,0);\n"
H A Dglamor_program.h63 const char *vs_exec; member
H A Dglamor_points.c35 .vs_exec = GLAMOR_POS(gl_Position, primitive),
H A Dglamor_segs.c31 .vs_exec = (" vec2 pos = vec2(0.0,0.0);\n"
H A Dglamor_lines.c31 .vs_exec = (" vec2 pos = vec2(0.0,0.0);\n"
H A Dglamor_composite_glyphs.c186 .vs_exec = (" vec2 pos = primitive.zw * vec2(gl_VertexID&1, (gl_VertexID&2)>>1);\n"
202 .vs_exec = (" vec2 pos = vec2(0,0);\n"
H A Dglamor_glyphblt.c36 .vs_exec = (" vec2 pos = vec2(0,0);\n"
H A Dglamor_xv.c116 .vs_exec = (GLAMOR_POS(gl_Position, position)
148 .vs_exec = (GLAMOR_POS(gl_Position, position)
179 .vs_exec = (GLAMOR_POS(gl_Position, position)
H A Dglamor_copy.c53 .vs_exec = (GLAMOR_POS(gl_Position, primitive.xy)
145 .vs_exec = (GLAMOR_POS(gl_Position, (primitive.xy))