Searched refs:has_out_of_order_rast (Results 1 – 8 of 8) sorted by relevance
71 bool has_out_of_order_rast; member
635 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()
1181 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()
660 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()
522 bool has_out_of_order_rast; member
3149 if (sctx->screen->has_out_of_order_rast && in si_bind_ps_shader()
416 device->out_of_order_rast_allowed = device->rad_info.has_out_of_order_rast && in radv_physical_device_try_create()
3058 - ac: add has_out_of_order_rast to ac_gpu_info