Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_gpu_info.h71 bool has_out_of_order_rast; member
Dac_gpu_info.c635 info->has_out_of_order_rast = in ac_query_gpu_info()
887 fprintf(f, " has_out_of_order_rast = %u\n", info->has_out_of_order_rast); in ac_print_gpu_info()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1181 sscreen->has_out_of_order_rast = in radeonsi_screen_create_impl()
1182 sscreen->info.has_out_of_order_rast && !(sscreen->debug_flags & DBG(NO_OUT_OF_ORDER)); in radeonsi_screen_create_impl()
Dsi_state.c660 if (sctx->screen->has_out_of_order_rast && in si_bind_blend_state()
1257 if (sctx->screen->has_out_of_order_rast && in si_bind_dsa_state()
2832 if (sctx->screen->has_out_of_order_rast && in si_set_framebuffer_state()
3310 if (!sctx->screen->has_out_of_order_rast) in si_out_of_order_rasterization()
Dsi_pipe.h522 bool has_out_of_order_rast; member
Dsi_state_shaders.c3149 if (sctx->screen->has_out_of_order_rast && in si_bind_ps_shader()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c416 device->out_of_order_rast_allowed = device->rad_info.has_out_of_order_rast && in radv_physical_device_try_create()
/external/mesa3d/docs/relnotes/
D19.3.0.rst3058 - ac: add has_out_of_order_rast to ac_gpu_info