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/
H A Dac_gpu_info.h101 bool has_gfx9_scissor_bug; member
H A Dac_gpu_info.c1088 info->has_gfx9_scissor_bug = info->family == CHIP_VEGA10 || info->family == CHIP_RAVEN; in ac_query_gpu_info()
1470 fprintf(f, " has_gfx9_scissor_bug = %i\n", info->has_gfx9_scissor_bug); in ac_print_gpu_info()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_device_generated_commands.c86 if (pipeline->base.device->physical_device->rad_info.has_gfx9_scissor_bug) { in radv_get_sequence_size()
1152 !cmd_buffer->device->physical_device->rad_info.has_gfx9_scissor_bug) in radv_prepare_dgc()
H A Dradv_cmd_buffer.c3343 !cmd_buffer->device->physical_device->rad_info.has_gfx9_scissor_bug) in radv_cmd_buffer_flush_dynamic_state()
7378 if (!cmd_buffer->device->physical_device->rad_info.has_gfx9_scissor_bug) in radv_need_late_scissor_emission()
H A Dradv_pipeline.c5481 if (pdev->rad_info.has_gfx9_scissor_bug) in radv_get_binning_settings()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1352 sscreen->pbb_context_states_per_bin = sscreen->info.has_gfx9_scissor_bug ? 1 : 6; in radeonsi_screen_create_impl()
H A Dsi_state_draw.cpp2490 if (GFX_VERSION == GFX9 && sctx->screen->info.has_gfx9_scissor_bug) {

Completed in 45 milliseconds