Home
last modified time | relevance | path

Searched refs:reg_strmout_cntl (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_streamout.c280 unsigned reg_strmout_cntl; in si_flush_vgt_streamout() local
286 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL; in si_flush_vgt_streamout()
287 radeon_set_uconfig_reg(reg_strmout_cntl, 0); in si_flush_vgt_streamout()
289 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL; in si_flush_vgt_streamout()
290 radeon_set_config_reg(reg_strmout_cntl, 0); in si_flush_vgt_streamout()
298 radeon_emit(reg_strmout_cntl >> 2); /* register */ in si_flush_vgt_streamout()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_streamout.c158 unsigned reg_strmout_cntl; in r600_flush_vgt_streamout() local
162 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL; in r600_flush_vgt_streamout()
164 reg_strmout_cntl = R_008490_CP_STRMOUT_CNTL; in r600_flush_vgt_streamout()
167 radeon_set_config_reg(cs, reg_strmout_cntl, 0); in r600_flush_vgt_streamout()
174 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */ in r600_flush_vgt_streamout()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c8083 unsigned reg_strmout_cntl; in radv_flush_vgt_streamout() local
8087 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL; in radv_flush_vgt_streamout()
8088 radeon_set_uconfig_reg(cs, reg_strmout_cntl, 0); in radv_flush_vgt_streamout()
8090 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL; in radv_flush_vgt_streamout()
8091 radeon_set_config_reg(cs, reg_strmout_cntl, 0); in radv_flush_vgt_streamout()
8100 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */ in radv_flush_vgt_streamout()