Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/common/
Dfreedreno_dev_info.h121 bool has_ccu_flush_bug; member
Dfreedreno_devices.py240 has_ccu_flush_bug = True,
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_clear_blit.c2639 if (cmd->device->physical_device->info->a6xx.has_ccu_flush_bug) in tu_clear_sysmem_attachment()
Dtu_cmd_buffer.c102 (cmd_buffer->device->physical_device->info->a6xx.has_ccu_flush_bug && in tu6_emit_flushes()