Searched refs:has_rbplus (Results 1 – 5 of 5) sorted by relevance
68 bool has_rbplus; /* if RB+ registers exist */ member
625 info->has_rbplus = info->family == CHIP_STONEY || info->chip_class >= GFX9; in ac_query_gpu_info()631 info->has_rbplus && in ac_query_gpu_info()884 fprintf(f, " has_rbplus = %u\n", info->has_rbplus); in ac_print_gpu_info()
795 if (pipeline->device->physical_device->rad_info.has_rbplus) { in radv_pipeline_init_blend_state()4057 if (pipeline->device->physical_device->rad_info.has_rbplus) { in radv_pipeline_generate_blend_state()4822 bool disable_rbplus = device->physical_device->rad_info.has_rbplus && in radv_compute_db_shader_control()
1408 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