Home
last modified time | relevance | path

Searched refs:has_ccu_flush_bug (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_devices.py245 has_ccu_flush_bug = True,
269 has_ccu_flush_bug = True,
Dfreedreno_dev_info.h127 bool has_ccu_flush_bug; member
/third_party/mesa3d/docs/relnotes/
D22.0.2.rst89 - turnip: enable has_ccu_flush_bug workaround for a660
D22.1.0.rst915 - turnip: enable has_ccu_flush_bug workaround for a660
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c2928 if (cmd->device->physical_device->info->a6xx.has_ccu_flush_bug) in tu_clear_sysmem_attachment()
Dtu_cmd_buffer.c99 (cmd_buffer->device->physical_device->info->a6xx.has_ccu_flush_bug && in tu6_emit_flushes()