Home
last modified time | relevance | path

Searched refs:db_misc_state (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c146 rctx->db_misc_state.flush_depthstencil_through_cb = true; in r600_blit_decompress_depth()
147 rctx->db_misc_state.copy_depth = util_format_has_depth(desc); in r600_blit_decompress_depth()
148 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc); in r600_blit_decompress_depth()
149 rctx->db_misc_state.copy_sample = first_sample; in r600_blit_decompress_depth()
150 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
165 if (sample != rctx->db_misc_state.copy_sample) { in r600_blit_decompress_depth()
166 rctx->db_misc_state.copy_sample = sample; in r600_blit_decompress_depth()
167 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
201 rctx->db_misc_state.flush_depthstencil_through_cb = false; in r600_blit_decompress_depth()
202 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
[all …]
Dr600_state.c1189 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_framebuffer_state()
1194 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_framebuffer_state()
1517 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_min_samples()
2827 if (db_shader_control != rctx->db_misc_state.db_shader_control || in r600_update_db_shader_control()
2828 ps_conservative_z != rctx->db_misc_state.ps_conservative_z) { in r600_update_db_shader_control()
2829 rctx->db_misc_state.db_shader_control = db_shader_control; in r600_update_db_shader_control()
2830 rctx->db_misc_state.ps_conservative_z = ps_conservative_z; in r600_update_db_shader_control()
2831 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_update_db_shader_control()
3086 r600_init_atom(rctx, &rctx->db_misc_state.atom, id++, r600_emit_db_misc_state, 7); in r600_init_state_functions()
Devergreen_state.c1540 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1545 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1564 rctx->db_misc_state.log_samples != log_samples) { in evergreen_set_framebuffer_state()
1565 rctx->db_misc_state.log_samples = log_samples; in evergreen_set_framebuffer_state()
1566 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
3763 if (db_shader_control != rctx->db_misc_state.db_shader_control) { in evergreen_update_db_shader_control()
3764 rctx->db_misc_state.db_shader_control = db_shader_control; in evergreen_update_db_shader_control()
3765 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_update_db_shader_control()
4473 r600_init_atom(rctx, &rctx->db_misc_state.atom, id++, evergreen_emit_db_misc_state, 10); in evergreen_init_state_functions()
Dr600_hw_context.c356 r600_mark_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_begin_new_cs()
Dr600_state_common.c361 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_bind_dsa_state()
3376 if (rctx->db_misc_state.occlusion_queries_disabled != !enable) { in r600_set_active_query_state()
3377 rctx->db_misc_state.occlusion_queries_disabled = !enable; in r600_set_active_query_state()
3378 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_active_query_state()
Dr600_pipe.h535 struct r600_db_misc_state db_misc_state; member
Dr600_query.c701 r600_mark_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_update_occlusion_query_state()