Home
last modified time | relevance | path

Searched refs:dpbb_allowed (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_reg_shadowing.c73 if (sctx->screen->dpbb_allowed) { in si_create_shadowing_ib_preamble()
Dsi_state_binning.c452 if (!sscreen->dpbb_allowed || sctx->dpbb_force_off) { in si_emit_dpbb_state()
Dsi_state_viewport.c430 if ((ctx->family == CHIP_VEGA10 || ctx->family == CHIP_RAVEN) && ctx->screen->dpbb_allowed) in si_set_viewport_states()
Dsi_pipe.c1304 sscreen->dpbb_allowed = !(sscreen->debug_flags & DBG(NO_DPBB)) && in radeonsi_screen_create_impl()
1310 if (sscreen->dpbb_allowed) { in radeonsi_screen_create_impl()
Dsi_blit.c79 if (sctx->screen->dpbb_allowed) { in si_blitter_begin()
91 if (sctx->screen->dpbb_allowed) { in si_blitter_end()
Dsi_state.c93 if (sctx->screen->dpbb_allowed && sctx->last_cb_target_mask != cb_target_mask) { in si_emit_cb_render_state()
742 if (sctx->screen->dpbb_allowed && in si_bind_blend_state()
1380 if (sctx->screen->dpbb_allowed && ((old_dsa->depth_enabled != dsa->depth_enabled || in si_bind_dsa_state()
2968 if (sctx->screen->dpbb_allowed) in si_set_framebuffer_state()
3397 if (sctx->screen->dpbb_allowed) { in si_emit_framebuffer_state()
3664 if (sctx->screen->dpbb_allowed) in si_update_ps_iter_samples()
Dsi_pipe.h543 bool dpbb_allowed; member
Dsi_state_shaders.c1655 if (sscreen->dpbb_allowed && in si_shader_ps()
3357 if (sctx->screen->dpbb_allowed) in si_update_ps_kill_enable()