Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_reg_shadowing.c79 if (sctx->screen->dpbb_allowed) { in si_create_shadowing_ib_preamble()
Dsi_pipe.c1199 sscreen->dpbb_allowed = true; in radeonsi_screen_create_impl()
1202 sscreen->dpbb_allowed = !sscreen->info.has_dedicated_vram; in radeonsi_screen_create_impl()
1208 sscreen->dpbb_allowed = true; in radeonsi_screen_create_impl()
1215 sscreen->dpbb_allowed = false; in radeonsi_screen_create_impl()
1221 if (sscreen->dpbb_allowed) { in radeonsi_screen_create_impl()
Dsi_state_binning.c459 if (!sscreen->dpbb_allowed || sctx->dpbb_force_off) { in si_emit_dpbb_state()
Dsi_blit.c79 if (sctx->screen->dpbb_allowed) { in si_blitter_begin()
87 if (sctx->screen->dpbb_allowed) { in si_blitter_end()
Dsi_state_viewport.c436 if ((ctx->family == CHIP_VEGA10 || ctx->family == CHIP_RAVEN) && ctx->screen->dpbb_allowed) in si_set_viewport_states()
Dsi_state.c91 if (sctx->screen->dpbb_allowed && sctx->last_cb_target_mask != cb_target_mask) { in si_emit_cb_render_state()
654 if (sctx->screen->dpbb_allowed && in si_bind_blend_state()
1252 if (sctx->screen->dpbb_allowed && ((old_dsa->depth_enabled != dsa->depth_enabled || in si_bind_dsa_state()
2826 if (sctx->screen->dpbb_allowed) in si_set_framebuffer_state()
3507 if (sctx->screen->dpbb_allowed) in si_update_ps_iter_samples()
Dsi_pipe.h525 bool dpbb_allowed; member
Dsi_state_shaders.c1602 if (sscreen->dpbb_allowed && in si_shader_ps()
4055 if (sctx->screen->dpbb_allowed) in si_update_shaders()