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 | 1585 static void update_shader_atom(struct pipe_context *ctx, in update_shader_atom() function 1854 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1859 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1866 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], rctx->sw##_shader->current); \ 1867 …update_shader_atom(ctx, &rctx->hw_shader_stages[(hw2)], rctx->sw##_shader->current->gs_copy_shader… 1874 update_shader_atom(ctx, &rctx->hw_shader_stages[(hw)], NULL); \
|