Searched refs:vs_exec (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_program.c | 48 .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 D | glamor_rects.c | 33 .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 D | glamor_text.c | 262 .vs_exec = vs_exec_text, 343 .vs_exec = vs_exec_text, 376 .vs_exec = vs_exec_text,
|
| H A D | glamor_dash.c | 59 .vs_exec = dash_vs_exec, 69 .vs_exec = dash_vs_exec,
|
| H A D | glamor_spans.c | 33 .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 D | glamor_program.h | 63 const char *vs_exec; member
|
| H A D | glamor_points.c | 35 .vs_exec = GLAMOR_POS(gl_Position, primitive),
|
| H A D | glamor_segs.c | 31 .vs_exec = (" vec2 pos = vec2(0.0,0.0);\n"
|
| H A D | glamor_lines.c | 31 .vs_exec = (" vec2 pos = vec2(0.0,0.0);\n"
|
| H A D | glamor_composite_glyphs.c | 186 .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 D | glamor_glyphblt.c | 36 .vs_exec = (" vec2 pos = vec2(0,0);\n"
|
| H A D | glamor_xv.c | 116 .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 D | glamor_copy.c | 53 .vs_exec = (GLAMOR_POS(gl_Position, primitive.xy) 145 .vs_exec = (GLAMOR_POS(gl_Position, (primitive.xy))
|