Searched refs:r600_pipe_state_mod_reg (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 1202 r600_pipe_state_mod_reg(&rctx->vgt, prim); in r600_draw_vbo() 1203 r600_pipe_state_mod_reg(&rctx->vgt, r600_conv_prim_to_gs_out(info.mode)); in r600_draw_vbo() 1204 r600_pipe_state_mod_reg(&rctx->vgt, info.index_bias); in r600_draw_vbo() 1205 r600_pipe_state_mod_reg(&rctx->vgt, info.restart_index); in r600_draw_vbo() 1206 r600_pipe_state_mod_reg(&rctx->vgt, info.primitive_restart); in r600_draw_vbo() 1207 r600_pipe_state_mod_reg(&rctx->vgt, info.start_instance); in r600_draw_vbo() 1214 r600_pipe_state_mod_reg(&rctx->vgt, S_028A0C_AUTO_RESET_CNTL(ls_mask) | rctx->pa_sc_line_stipple); in r600_draw_vbo() 1215 r600_pipe_state_mod_reg(&rctx->vgt, in r600_draw_vbo() 1218 r600_pipe_state_mod_reg(&rctx->vgt, in r600_draw_vbo()
|
D | r600.h | 231 static inline void r600_pipe_state_mod_reg(struct r600_pipe_state *state, in r600_pipe_state_mod_reg() function
|