Searched refs:has_rbplus (Results 1 – 7 of 7) sorted by relevance
134 info->has_rbplus = true; in init_gfx103()150 info->has_rbplus = true; in init_gfx11()
94 bool has_rbplus; /* if RB+ registers exist */ member
1059 info->has_rbplus = info->family == CHIP_STONEY || info->gfx_level >= GFX9; in ac_query_gpu_info()1065 info->has_rbplus && in ac_query_gpu_info()1465 fprintf(f, " has_rbplus = %u\n", info->has_rbplus); in ac_print_gpu_info()
150 info->has_rbplus = info->family == CHIP_STONEY || info->gfx_level >= GFX9; in radv_null_winsys_query_info()152 info->has_rbplus && in radv_null_winsys_query_info()
840 if (device->physical_device->rad_info.has_rbplus) { in radv_pipeline_init_blend_state()5545 if (pdevice->rad_info.has_rbplus) { in radv_pipeline_emit_blend_state()6365 bool disable_rbplus = pdevice->rad_info.has_rbplus && !pdevice->rad_info.rbplus_allowed; in radv_compute_db_shader_control()
1595 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed) in si_emit_db_render_state()
3056 - ac: add has_rbplus to ac_gpu_info