Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c165 rctx->db_misc_state.flush_depthstencil_through_cb = true; in r600_blit_decompress_depth()
166 rctx->db_misc_state.copy_depth = util_format_has_depth(desc); in r600_blit_decompress_depth()
167 rctx->db_misc_state.copy_stencil = util_format_has_stencil(desc); in r600_blit_decompress_depth()
168 rctx->db_misc_state.copy_sample = first_sample; in r600_blit_decompress_depth()
169 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
185 if (sample != rctx->db_misc_state.copy_sample) { in r600_blit_decompress_depth()
186 rctx->db_misc_state.copy_sample = sample; in r600_blit_decompress_depth()
187 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
226 rctx->db_misc_state.flush_depthstencil_through_cb = false; in r600_blit_decompress_depth()
227 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_blit_decompress_depth()
Dr600_query.c328 if (rctx->db_misc_state.occlusion_query_enabled != enable) { in r600_update_occlusion_query_state()
329 rctx->db_misc_state.occlusion_query_enabled = enable; in r600_update_occlusion_query_state()
330 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_update_occlusion_query_state()
Devergreen_state.c1895 if (rctx->chip_class == CAYMAN && rctx->db_misc_state.log_samples != log_samples) { in evergreen_set_framebuffer_state()
1896 rctx->db_misc_state.log_samples = log_samples; in evergreen_set_framebuffer_state()
1897 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_set_framebuffer_state()
2175 r600_init_atom(&rctx->db_misc_state.atom, evergreen_emit_db_misc_state, 7, 0); in evergreen_init_state_functions()
2176 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in evergreen_init_state_functions()
Dr600_pipe.h388 struct r600_db_misc_state db_misc_state; member
Dr600_hw_context.c979 r600_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_context_flush()
Dr600_state.c2037 r600_init_atom(&rctx->db_misc_state.atom, r600_emit_db_misc_state, 4, 0); in r600_init_state_functions()
2038 r600_atom_dirty(rctx, &rctx->db_misc_state.atom); in r600_init_state_functions()