Home
last modified time | relevance | path

Searched refs:has_gfx9_scissor_bug (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h75 bool has_gfx9_scissor_bug; member
Dac_gpu_info.c886 info->has_gfx9_scissor_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1165 fprintf(f, " has_gfx9_scissor_bug = %i\n", info->has_gfx9_scissor_bug); in ac_print_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c1324 sscreen->pbb_context_states_per_bin = sscreen->info.has_gfx9_scissor_bug ? 1 : 6; in radeonsi_screen_create_impl()
Dsi_state_draw.cpp2358 if (GFX_VERSION == GFX9 && sctx->screen->info.has_gfx9_scissor_bug) { in si_draw()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c3002 !cmd_buffer->device->physical_device->rad_info.has_gfx9_scissor_bug) in radv_cmd_buffer_flush_dynamic_state()
6311 if (!cmd_buffer->device->physical_device->rad_info.has_gfx9_scissor_bug) in radv_need_late_scissor_emission()
Dradv_pipeline.c4186 if (pdev->rad_info.has_gfx9_scissor_bug) in radv_get_binning_settings()
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst3060 - ac: add has_gfx9_scissor_bug to ac_gpu_info