Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h124 bool rbplus_allowed; /* if RB+ is allowed */ member
Dsi_pipe.c824 sscreen->rbplus_allowed = in radeonsi_screen_create()
Dsi_state.c141 if (sctx->screen->rbplus_allowed) { in si_emit_cb_render_state()
1445 !sctx->screen->rbplus_allowed) in si_emit_db_render_state()
Dsi_state_shaders.c3316 if (sctx->screen->rbplus_allowed && in si_update_shaders()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h278 bool rbplus_allowed; /* if RB+ is allowed */ member
Dradv_device.c260 device->rbplus_allowed = device->rad_info.family == CHIP_STONEY; in radv_physical_device_init()