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.c148 rctx->db_misc_state.flush_depthstencil_through_cb = true; in r600_blit_decompress_depth()
149 rctx->db_misc_state.copy_depth = util_format_has_depth(desc); in r600_blit_decompress_depth()
150 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc); in r600_blit_decompress_depth()
151 rctx->db_misc_state.copy_sample = first_sample; in r600_blit_decompress_depth()
152 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
167 if (sample != rctx->db_misc_state.copy_sample) { in r600_blit_decompress_depth()
168 rctx->db_misc_state.copy_sample = sample; in r600_blit_decompress_depth()
169 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
203 rctx->db_misc_state.flush_depthstencil_through_cb = false; in r600_blit_decompress_depth()
204 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()
1515 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_min_samples()
2830 if (db_shader_control != rctx->db_misc_state.db_shader_control || in r600_update_db_shader_control()
2831 ps_conservative_z != rctx->db_misc_state.ps_conservative_z) { in r600_update_db_shader_control()
2832 rctx->db_misc_state.db_shader_control = db_shader_control; in r600_update_db_shader_control()
2833 rctx->db_misc_state.ps_conservative_z = ps_conservative_z; in r600_update_db_shader_control()
2834 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_update_db_shader_control()
3089 r600_init_atom(rctx, &rctx->db_misc_state.atom, id++, r600_emit_db_misc_state, 7); in r600_init_state_functions()
Devergreen_state.c1536 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1541 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1560 rctx->db_misc_state.log_samples != log_samples) { in evergreen_set_framebuffer_state()
1561 rctx->db_misc_state.log_samples = log_samples; in evergreen_set_framebuffer_state()
1562 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
3758 if (db_shader_control != rctx->db_misc_state.db_shader_control) { in evergreen_update_db_shader_control()
3759 rctx->db_misc_state.db_shader_control = db_shader_control; in evergreen_update_db_shader_control()
3760 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_update_db_shader_control()
4468 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.c365 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_bind_dsa_state()
3438 if (rctx->db_misc_state.occlusion_queries_disabled != !enable) { in r600_set_active_query_state()
3439 rctx->db_misc_state.occlusion_queries_disabled = !enable; in r600_set_active_query_state()
3440 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_active_query_state()
Dr600_pipe.h534 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()