Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c1627 clip_so_current = rctx->sw##_shader->current; \
1635 clip_so_current = rctx->sw##_shader->current->gs_copy_shader; \
1651 struct r600_pipe_shader *clip_so_current = NULL; in r600_update_derived_state() local
1743 if (clip_so_current) { in r600_update_derived_state()
1744 r600_update_clip_state(rctx, clip_so_current); in r600_update_derived_state()
1745 rctx->b.streamout.enabled_stream_buffers_mask = clip_so_current->enabled_stream_buffers_mask; in r600_update_derived_state()