Home
last modified time | relevance | path

Searched refs:has_out_of_order_rast (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h110 bool has_out_of_order_rast; member
Dsi_pipe.c780 sscreen->has_out_of_order_rast = sscreen->info.chip_class >= VI && in radeonsi_screen_create()
Dsi_state.c699 if (sctx->screen->has_out_of_order_rast && in si_bind_blend_state()
1308 if (sctx->screen->has_out_of_order_rast && in si_bind_dsa_state()
2910 if (sctx->screen->has_out_of_order_rast && in si_set_framebuffer_state()
3257 if (!sctx->screen->has_out_of_order_rast) in si_out_of_order_rasterization()
Dsi_state_shaders.c2429 if (sctx->screen->has_out_of_order_rast && in si_bind_ps_shader()