Home
last modified time | relevance | path

Searched refs:has_rbplus (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/common/
Dac_gpu_info.h68 bool has_rbplus; /* if RB+ registers exist */ member
Dac_gpu_info.c625 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()
/external/mesa3d/src/amd/vulkan/
Dradv_pipeline.c795 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()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1408 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed) in si_emit_db_render_state()
/external/mesa3d/docs/relnotes/
D19.3.0.rst3056 - ac: add has_rbplus to ac_gpu_info