Home
last modified time | relevance | path

Searched refs:has_cs_regalloc_hang_bug (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_gpu_info.h109 bool has_cs_regalloc_hang_bug; member
Dac_gpu_info.c1125 info->has_cs_regalloc_hang_bug = info->gfx_level == GFX6 || in ac_query_gpu_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute.c937 bool cs_regalloc_hang = sscreen->info.has_cs_regalloc_hang_bug && in si_launch_grid()
/third_party/mesa3d/src/amd/vulkan/
Dradv_pipeline.c7297 if (device->physical_device->rad_info.has_cs_regalloc_hang_bug) { in radv_compute_pipeline_create()