Searched refs:STRMOUT_SELECT_BUFFER (Results 1 – 3 of 3) sorted by relevance
86 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) |100 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) |124 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) |
1169 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) | in r600_context_streamout_begin()1183 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) | in r600_context_streamout_begin()1217 cs->buf[cs->cdw++] = STRMOUT_SELECT_BUFFER(i) | in r600_context_streamout_end()
82 #define STRMOUT_SELECT_BUFFER(x) (((x) & 0x3) << 8) macro