Searched refs:db_misc_state (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 165 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()
|
D | r600_query.c | 328 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()
|
D | evergreen_state.c | 1895 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()
|
D | r600_pipe.h | 388 struct r600_db_misc_state db_misc_state; member
|
D | r600_hw_context.c | 979 r600_atom_dirty(ctx, &ctx->db_misc_state.atom); in r600_context_flush()
|
D | r600_state.c | 2037 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()
|