Home | History | Annotate | Download | only in virgl

Lines Matching refs:first_pass

252    bool first_pass;
280 first_pass = true;
284 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0);
293 if (first_pass)
300 virgl_emit_shader_streamout(ctx, first_pass ? so_info : NULL);
305 first_pass = false;