Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c207 if (rctx->cb_misc_state.blend_colormask != blend->cb_target_mask) { in r600_bind_blend_state_internal()
208 rctx->cb_misc_state.blend_colormask = blend->cb_target_mask; in r600_bind_blend_state_internal()
212 rctx->cb_misc_state.cb_color_control != color_control) { in r600_bind_blend_state_internal()
213 rctx->cb_misc_state.cb_color_control = color_control; in r600_bind_blend_state_internal()
216 if (rctx->cb_misc_state.dual_src_blend != blend->dual_src_blend) { in r600_bind_blend_state_internal()
217 rctx->cb_misc_state.dual_src_blend = blend->dual_src_blend; in r600_bind_blend_state_internal()
221 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in r600_bind_blend_state_internal()
1921 if (rctx->cb_misc_state.nr_ps_color_outputs != rctx->ps_shader->current->nr_ps_color_outputs || in r600_update_derived_state()
1922 rctx->cb_misc_state.ps_color_export_mask != rctx->ps_shader->current->ps_color_export_mask) { in r600_update_derived_state()
1923 rctx->cb_misc_state.nr_ps_color_outputs = rctx->ps_shader->current->nr_ps_color_outputs; in r600_update_derived_state()
[all …]
Devergreen_state.c1548 if (rctx->cb_misc_state.nr_cbufs != state->nr_cbufs || in evergreen_set_framebuffer_state()
1549 rctx->cb_misc_state.bound_cbufs_target_mask != target_mask) { in evergreen_set_framebuffer_state()
1550 rctx->cb_misc_state.bound_cbufs_target_mask = target_mask; in evergreen_set_framebuffer_state()
1551 rctx->cb_misc_state.nr_cbufs = state->nr_cbufs; in evergreen_set_framebuffer_state()
1552 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in evergreen_set_framebuffer_state()
4154 if (rctx->cb_misc_state.buffer_rat_enabled_mask != istate->enabled_mask) { in evergreen_set_shader_buffers()
4155 rctx->cb_misc_state.buffer_rat_enabled_mask = istate->enabled_mask; in evergreen_set_shader_buffers()
4156 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in evergreen_set_shader_buffers()
4343 if (rctx->cb_misc_state.image_rat_enabled_mask != istate->enabled_mask) { in evergreen_set_shader_images()
4344 rctx->cb_misc_state.image_rat_enabled_mask = istate->enabled_mask; in evergreen_set_shader_images()
[all …]
Dr600_state.c1197 if (rctx->cb_misc_state.nr_cbufs != state->nr_cbufs || in r600_set_framebuffer_state()
1198 rctx->cb_misc_state.bound_cbufs_target_mask != target_mask) { in r600_set_framebuffer_state()
1199 rctx->cb_misc_state.bound_cbufs_target_mask = target_mask; in r600_set_framebuffer_state()
1200 rctx->cb_misc_state.nr_cbufs = state->nr_cbufs; in r600_set_framebuffer_state()
1201 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in r600_set_framebuffer_state()
3083 r600_init_atom(rctx, &rctx->cb_misc_state.atom, id++, r600_emit_cb_misc_state, 7); in r600_init_state_functions()
Dr600_hw_context.c353 r600_mark_atom_dirty(ctx, &ctx->cb_misc_state.atom); in r600_begin_new_cs()
Dr600_pipe.h532 struct r600_cb_misc_state cb_misc_state; member
Devergreen_compute.c824 rat_mask = evergreen_construct_rat_mask(rctx, &rctx->cb_misc_state, 0); in compute_emit_cs()