Home
last modified time | relevance | path

Searched refs:TU_DEBUG_FLUSHALL (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.h45 TU_DEBUG_FLUSHALL = 1 << 10, enumerator
Dtu_device.c357 { "flushall", TU_DEBUG_FLUSHALL },
Dtu_cmd_buffer.c69 if (unlikely(cmd_buffer->device->physical_device->instance->debug_flags & TU_DEBUG_FLUSHALL)) in tu6_emit_flushes()