Searched refs:get_so_name (Results 1 – 1 of 1) sorted by relevance
/external/virglrenderer/src/ |
D | vrend_shader.c | 1886 static void get_so_name(const struct dump_ctx *ctx, bool from_block, const struct vrend_shader_io *… in get_so_name() function 1947 get_so_name(ctx, true, output, ctx->so->output[i].register_index, out_var, ""); in emit_so_movs() 1979 … get_so_name(ctx, false, output, ctx->so->output[i].register_index, out_var, writemask); in emit_so_movs() 1982 … get_so_name(ctx, true, output, ctx->so->output[i].register_index, out_var, writemask); in emit_so_movs()
|