Searched refs:has_clipvertex_so (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_shader.c | 266 bool has_clipvertex_so; member 1907 bool *has_clipvertex_so) in emit_so_movs() argument 1944 *has_clipvertex_so = true; in emit_so_movs() 2040 bool *has_clipvertex_so) in handle_vertex_proc_exit() argument 2043 emit_so_movs(ctx, glsl_strbufs, has_clipvertex_so); in handle_vertex_proc_exit() 5163 handle_vertex_proc_exit(ctx, &ctx->glsl_strbufs, &ctx->has_clipvertex_so); in iter_instruction() 5168 emit_so_movs(ctx, &ctx->glsl_strbufs, &ctx->has_clipvertex_so); in iter_instruction() 5180 handle_vertex_proc_exit(ctx, &ctx->glsl_strbufs, &ctx->has_clipvertex_so); in iter_instruction() 5209 emit_so_movs(ctx, &ctx->glsl_strbufs, &ctx->has_clipvertex_so); in iter_instruction() 6276 emit_hdrf(glsl_strbufs, "%svec4 clipv_tmp;\n", ctx->has_clipvertex_so ? "out " : ""); in emit_ios_vs()
|