Home
last modified time | relevance | path

Searched refs:rbplus_allowed (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface_test_common.h135 info->rbplus_allowed = true; in init_gfx103()
151 info->rbplus_allowed = true; in init_gfx11()
Dac_gpu_info.h95 bool rbplus_allowed; /* if RB+ is allowed */ member
Dac_gpu_info.c1064 info->rbplus_allowed = in ac_query_gpu_info()
1466 fprintf(f, " rbplus_allowed = %u\n", info->rbplus_allowed); in ac_print_gpu_info()
/third_party/mesa3d/src/amd/vulkan/winsys/null/
Dradv_null_winsys.c151 info->rbplus_allowed = in radv_null_winsys_query_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c130 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()
Dsi_state_draw.cpp277 if ((GFX_VERSION >= GFX10_3 || (GFX_VERSION >= GFX9 && sctx->screen->info.rbplus_allowed)) && in si_update_shaders()
/third_party/mesa3d/src/amd/vulkan/
Dradv_image.c1587 if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed) in radv_image_use_comp_to_single()
Dradv_pipeline.c477 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()
Dradv_cmd_buffer.c1324 if (!cmd_buffer->device->physical_device->rad_info.rbplus_allowed) in radv_emit_rbplus_state()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst3062 - ac: add rbplus_allowed to ac_gpu_info