Searched refs:update_shader_atom (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state_common.c | 1521 static void update_shader_atom(struct pipe_context *ctx, in update_shader_atom() function 1790 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1795 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1802 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1803 …update_shader_atom(ctx, &rctx->hw_shader_stages[(hw2)], rctx->sw##_shader->current->gs_copy_shader… 1810 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], NULL); \
|