Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_reg_shadowing.c80 if (sctx->screen->dpbb_allowed) { in si_create_shadowing_ib_preamble()
Dsi_state_binning.c451 if (!sscreen->dpbb_allowed || sctx->dpbb_force_off || in si_emit_dpbb_state()
Dsi_state_viewport.c455 if ((ctx->family == CHIP_VEGA10 || ctx->family == CHIP_RAVEN) && ctx->screen->dpbb_allowed) in si_set_viewport_states()
Dsi_state.c93 if (sctx->screen->dpbb_allowed && sctx->last_cb_target_mask != cb_target_mask) { in si_emit_cb_render_state()
761 if (sctx->screen->dpbb_allowed && in si_bind_blend_state()
1433 if (sctx->screen->dpbb_allowed && ((old_dsa->depth_enabled != dsa->depth_enabled || in si_bind_dsa_state()
3130 if (sctx->screen->dpbb_allowed) in si_set_framebuffer_state()
3607 if (sctx->screen->dpbb_allowed) { in si_emit_framebuffer_state()
3869 if (sctx->screen->dpbb_allowed) in si_update_ps_iter_samples()
5575 if (sscreen->dpbb_allowed) { in si_init_cs_preamble_state()
Dsi_pipe.c1332 sscreen->dpbb_allowed = !(sscreen->debug_flags & DBG(NO_DPBB)) && in radeonsi_screen_create_impl()
1338 if (sscreen->dpbb_allowed) { in radeonsi_screen_create_impl()
Dsi_blit.c83 if (sctx->screen->dpbb_allowed) { in si_blitter_begin()
95 if (sctx->screen->dpbb_allowed) { in si_blitter_end()
Dsi_state_shaders.cpp1919 if (sscreen->dpbb_allowed && in si_shader_ps()
3388 if (sctx->screen->dpbb_allowed) { in si_bind_vs_shader()
3603 if (sctx->screen->dpbb_allowed) { in si_bind_ps_shader()
Dsi_pipe.h578 bool dpbb_allowed; member
Dsi_state_draw.cpp266 if (sctx->screen->dpbb_allowed) in si_update_shaders()