Searched refs:rbplus_allowed (Results 1 – 10 of 10) sorted by relevance
135 info->rbplus_allowed = true; in init_gfx103()151 info->rbplus_allowed = true; in init_gfx11()
95 bool rbplus_allowed; /* if RB+ is allowed */ member
1064 info->rbplus_allowed = in ac_query_gpu_info()1466 fprintf(f, " rbplus_allowed = %u\n", info->rbplus_allowed); in ac_print_gpu_info()
151 info->rbplus_allowed = in radv_null_winsys_query_info()
130 if (sctx->screen->info.rbplus_allowed) { in si_emit_cb_render_state()624 if (sctx->screen->info.rbplus_allowed) { in si_create_blend_state_mode()1595 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed) in si_emit_db_render_state()
277 if ((GFX_VERSION >= GFX10_3 || (GFX_VERSION >= GFX9 && sctx->screen->info.rbplus_allowed)) && in si_update_shaders()
1587 if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed) in radv_image_use_comp_to_single()
477 bool use_rbplus = device->physical_device->rad_info.rbplus_allowed; in radv_choose_spi_color_format()6365 bool disable_rbplus = pdevice->rad_info.has_rbplus && !pdevice->rad_info.rbplus_allowed; in radv_compute_db_shader_control()
1324 if (!cmd_buffer->device->physical_device->rad_info.rbplus_allowed) in radv_emit_rbplus_state()
3062 - ac: add rbplus_allowed to ac_gpu_info