Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_state_common.c206 if (rctx->cb_misc_state.blend_colormask != blend->cb_target_mask) { in r600_bind_blend_state_internal()
207 rctx->cb_misc_state.blend_colormask = blend->cb_target_mask; in r600_bind_blend_state_internal()
211 rctx->cb_misc_state.cb_color_control != color_control) { in r600_bind_blend_state_internal()
212 rctx->cb_misc_state.cb_color_control = color_control; in r600_bind_blend_state_internal()
215 if (rctx->cb_misc_state.dual_src_blend != blend->dual_src_blend) { in r600_bind_blend_state_internal()
216 rctx->cb_misc_state.dual_src_blend = blend->dual_src_blend; in r600_bind_blend_state_internal()
220 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in r600_bind_blend_state_internal()
1890 if (rctx->cb_misc_state.nr_ps_color_outputs != rctx->ps_shader->current->nr_ps_color_outputs || in r600_update_derived_state()
1891 rctx->cb_misc_state.ps_color_export_mask != rctx->ps_shader->current->ps_color_export_mask) { in r600_update_derived_state()
1892 rctx->cb_misc_state.nr_ps_color_outputs = rctx->ps_shader->current->nr_ps_color_outputs; in r600_update_derived_state()
[all …]
Devergreen_state.c1543 if (rctx->cb_misc_state.nr_cbufs != state->nr_cbufs || in evergreen_set_framebuffer_state()
1544 rctx->cb_misc_state.bound_cbufs_target_mask != target_mask) { in evergreen_set_framebuffer_state()
1545 rctx->cb_misc_state.bound_cbufs_target_mask = target_mask; in evergreen_set_framebuffer_state()
1546 rctx->cb_misc_state.nr_cbufs = state->nr_cbufs; in evergreen_set_framebuffer_state()
1547 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in evergreen_set_framebuffer_state()
4142 if (rctx->cb_misc_state.buffer_rat_enabled_mask != istate->enabled_mask) { in evergreen_set_shader_buffers()
4143 rctx->cb_misc_state.buffer_rat_enabled_mask = istate->enabled_mask; in evergreen_set_shader_buffers()
4144 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in evergreen_set_shader_buffers()
4319 if (rctx->cb_misc_state.image_rat_enabled_mask != istate->enabled_mask) { in evergreen_set_shader_images()
4320 rctx->cb_misc_state.image_rat_enabled_mask = istate->enabled_mask; in evergreen_set_shader_images()
[all …]
Dr600_state.c1192 if (rctx->cb_misc_state.nr_cbufs != state->nr_cbufs || in r600_set_framebuffer_state()
1193 rctx->cb_misc_state.bound_cbufs_target_mask != target_mask) { in r600_set_framebuffer_state()
1194 rctx->cb_misc_state.bound_cbufs_target_mask = target_mask; in r600_set_framebuffer_state()
1195 rctx->cb_misc_state.nr_cbufs = state->nr_cbufs; in r600_set_framebuffer_state()
1196 r600_mark_atom_dirty(rctx, &rctx->cb_misc_state.atom); in r600_set_framebuffer_state()
3078 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.h529 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()