Searched refs:reg_strmout_cntl (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c195 unsigned reg_strmout_cntl; local in function:si_flush_vgt_streamout
199 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL;
200 radeon_set_uconfig_reg(cs, reg_strmout_cntl, 0);
202 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
203 radeon_set_config_reg(cs, reg_strmout_cntl, 0);
211 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_streamout.c280 unsigned reg_strmout_cntl; local in function:si_flush_vgt_streamout
286 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL;
287 radeon_set_uconfig_reg(reg_strmout_cntl, 0);
289 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
290 radeon_set_config_reg(reg_strmout_cntl, 0);
298 radeon_emit(reg_strmout_cntl >> 2); /* register */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_streamout.c158 unsigned reg_strmout_cntl; local in function:r600_flush_vgt_streamout
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 */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_streamout.c158 unsigned reg_strmout_cntl; local in function:r600_flush_vgt_streamout
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 */
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c5095 unsigned reg_strmout_cntl; local in function:radv_flush_vgt_streamout
5099 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL;
5100 radeon_set_uconfig_reg(cs, reg_strmout_cntl, 0);
5102 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
5103 radeon_set_config_reg(cs, reg_strmout_cntl, 0);
5111 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c8088 unsigned reg_strmout_cntl; local in function:radv_flush_vgt_streamout
8092 reg_strmout_cntl = R_0300FC_CP_STRMOUT_CNTL;
8093 radeon_set_uconfig_reg(cs, reg_strmout_cntl, 0);
8095 reg_strmout_cntl = R_0084FC_CP_STRMOUT_CNTL;
8096 radeon_set_config_reg(cs, reg_strmout_cntl, 0);
8105 radeon_emit(cs, reg_strmout_cntl >> 2); /* register */

Completed in 22 milliseconds