Searched refs:rbplus_allowed (Results 1 – 10 of 10) sorted by relevance
137 info->rbplus_allowed = true; in init_sienna_cichlid()154 info->rbplus_allowed = true; in init_navy_flounder()
69 bool rbplus_allowed; /* if RB+ is allowed */ member
862 info->rbplus_allowed = in ac_query_gpu_info()1161 fprintf(f, " rbplus_allowed = %u\n", info->rbplus_allowed); in ac_print_gpu_info()
146 info->rbplus_allowed = in radv_null_winsys_query_info()
124 if (sctx->screen->info.rbplus_allowed) { in si_emit_cb_render_state()612 if (sctx->screen->info.rbplus_allowed) { in si_create_blend_state_mode()1517 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed) in si_emit_db_render_state()
260 if ((GFX_VERSION >= GFX10_3 || (GFX_VERSION >= GFX9 && sctx->screen->info.rbplus_allowed)) && in si_update_shaders()
1475 if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed) in radv_image_use_comp_to_single()
424 bool use_rbplus = device->physical_device->rad_info.rbplus_allowed; in radv_choose_spi_color_format()5038 !device->physical_device->rad_info.rbplus_allowed; in radv_compute_db_shader_control()
1124 if (!cmd_buffer->device->physical_device->rad_info.rbplus_allowed) in radv_emit_rbplus_state()
3062 - ac: add rbplus_allowed to ac_gpu_info