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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c1737 clip_so_current = rctx->sw##_shader->current; \
1745 clip_so_current = rctx->sw##_shader->current->gs_copy_shader; \
1761 struct r600_pipe_shader *clip_so_current = NULL; local in function:r600_update_derived_state
1853 if (clip_so_current) {
1854 r600_update_clip_state(rctx, clip_so_current);
1855 rctx->b.streamout.enabled_stream_buffers_mask = clip_so_current->enabled_stream_buffers_mask;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_state_common.c1796 clip_so_current = rctx->sw##_shader->current; \
1804 clip_so_current = rctx->sw##_shader->current->gs_copy_shader; \
1820 struct r600_pipe_shader *clip_so_current = NULL; local in function:r600_update_derived_state
1912 if (clip_so_current) {
1913 r600_update_clip_state(rctx, clip_so_current);
1914 rctx->b.streamout.enabled_stream_buffers_mask = clip_so_current->enabled_stream_buffers_mask;

Completed in 9 milliseconds