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.h137 info->rbplus_allowed = true; in init_sienna_cichlid()
154 info->rbplus_allowed = true; in init_navy_flounder()
Dac_gpu_info.h69 bool rbplus_allowed; /* if RB+ is allowed */ member
Dac_gpu_info.c862 info->rbplus_allowed = in ac_query_gpu_info()
1161 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.c146 info->rbplus_allowed = in radv_null_winsys_query_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c124 if (sctx->screen->info.rbplus_allowed) { in si_emit_cb_render_state()
612 if (sctx->screen->info.rbplus_allowed) { in si_create_blend_state_mode()
1517 if (sctx->screen->info.has_rbplus && !sctx->screen->info.rbplus_allowed) in si_emit_db_render_state()
Dsi_state_draw.cpp260 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.c1475 if (bytes_per_pixel <= 2 && !device->physical_device->rad_info.rbplus_allowed) in radv_image_use_comp_to_single()
Dradv_pipeline.c424 bool use_rbplus = device->physical_device->rad_info.rbplus_allowed; in radv_choose_spi_color_format()
5038 !device->physical_device->rad_info.rbplus_allowed; in radv_compute_db_shader_control()
Dradv_cmd_buffer.c1124 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