Home
last modified time | relevance | path

Searched refs:S_0085F0_SO0_DEST_BASE_ENA (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c137 flush_flags |= S_0085F0_SO0_DEST_BASE_ENA(1) << i;
Dr600_hw_context.c682 cs->buf[cs->cdw++] = S_0085F0_SO0_DEST_BASE_ENA(1) << t->so_index; in r600_context_draw_opaque_count()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_hw_context.c1230 flush_flags |= S_0085F0_SO0_DEST_BASE_ENA(1) << i; in r600_context_streamout_end()
Devergreend.h2148 #define S_0085F0_SO0_DEST_BASE_ENA(x) (((x) & 0x1) << 2) macro
Dr600d.h3304 #define S_0085F0_SO0_DEST_BASE_ENA(x) (((x) & 0x1) << 2) macro