Home
last modified time | relevance | path

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

/external/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.c1182 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_framebuffer_state()
1187 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_framebuffer_state()
1508 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_min_samples()
2817 if (db_shader_control != rctx->db_misc_state.db_shader_control || in r600_update_db_shader_control()
2818 ps_conservative_z != rctx->db_misc_state.ps_conservative_z) { in r600_update_db_shader_control()
2819 rctx->db_misc_state.db_shader_control = db_shader_control; in r600_update_db_shader_control()
2820 rctx->db_misc_state.ps_conservative_z = ps_conservative_z; in r600_update_db_shader_control()
2821 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_update_db_shader_control()
3078 r600_init_atom(rctx, &rctx->db_misc_state.atom, id++, r600_emit_db_misc_state, 7); in r600_init_state_functions()
Devergreen_state.c1521 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1526 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
1543 rctx->db_misc_state.log_samples != log_samples) { in evergreen_set_framebuffer_state()
1544 rctx->db_misc_state.log_samples = log_samples; in evergreen_set_framebuffer_state()
1545 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
3673 if (db_shader_control != rctx->db_misc_state.db_shader_control) { in evergreen_update_db_shader_control()
3674 rctx->db_misc_state.db_shader_control = db_shader_control; in evergreen_update_db_shader_control()
3675 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_update_db_shader_control()
4306 r600_init_atom(rctx, &rctx->db_misc_state.atom, id++, evergreen_emit_db_misc_state, 10); in evergreen_init_state_functions()
Dr600_hw_context.c348 r600_mark_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_begin_new_cs()
Dr600_state_common.c352 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_bind_dsa_state()
3169 if (rctx->db_misc_state.occlusion_queries_disabled != !enable) { in r600_set_active_query_state()
3170 rctx->db_misc_state.occlusion_queries_disabled = !enable; in r600_set_active_query_state()
3171 r600_mark_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_set_active_query_state()
Dr600_pipe.h521 struct r600_db_misc_state db_misc_state; member
Dr600_query.c698 r600_mark_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_update_occlusion_query_state()