Home | History | Annotate | Download | only in tests

Lines Matching refs:first_pass

244    bool first_pass;
269 first_pass = true;
273 int hdr_len = base_hdr_size + (first_pass ? strm_hdr_size : 0);
282 if (first_pass)
289 virgl_emit_shader_streamout(ctx, first_pass ? &shader->stream_output : NULL);
294 first_pass = false;