HomeSort by relevance Sort by last modified time
    Searched refs:reg_strmout_cntl (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state_streamout.c 235 unsigned reg_strmout_cntl; local
239 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL;
240 radeon_set_uconfig_reg(cs, reg_strmout_cntl, 0);
242 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
243 radeon_set_config_reg(cs, reg_strmout_cntl, 0);
251 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */
  /external/mesa3d/src/gallium/drivers/r600/
r600_streamout.c 158 unsigned reg_strmout_cntl; local
162 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
164 reg_strmout_cntl = R_008490_CP_STRMOUT_CNTL;
167 radeon_set_config_reg(cs, reg_strmout_cntl, 0);
174 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */

Completed in 660 milliseconds