Searched refs:streamout_begin (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c86 si_mark_atom_dirty(sctx, &sctx->atoms.s.streamout_begin);
170 si_set_atom_dirty(sctx, &sctx->atoms.s.streamout_begin, false);
374 sctx->atoms.s.streamout_begin.emit = si_emit_streamout_begin;
H A Dsi_state.h187 struct si_atom streamout_begin; member in struct:si_state_atoms::__anon2bb813670208
188 struct si_atom streamout_enable; /* must be after streamout_begin */
217 return (SI_ATOM_BIT(streamout_begin) |
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c73 si_mark_atom_dirty(sctx, &sctx->atoms.s.streamout_begin);
183 si_set_atom_dirty(sctx, &sctx->atoms.s.streamout_begin, false);
471 sctx->atoms.s.streamout_begin.emit = gfx10_emit_streamout_begin;
473 sctx->atoms.s.streamout_begin.emit = si_emit_streamout_begin;
H A Dsi_state.h211 struct si_atom streamout_begin; member in struct:si_state_atoms::si_atoms_s
212 struct si_atom streamout_enable; /* must be after streamout_begin */
242 return (SI_ATOM_BIT(streamout_begin) | SI_ATOM_BIT(streamout_enable) | SI_ATOM_BIT(framebuffer) |
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.0.2.rst225 - r600g: fix broken streamout if streamout_begin caused a context flush

Completed in 6 milliseconds