Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_util.c91 if (unlikely(dev->physical_device->instance->debug_flags & TU_DEBUG_FORCEBIN)) { in tu_tiling_config_update_tile_layout()
213 if (unlikely(device->physical_device->instance->debug_flags & TU_DEBUG_FORCEBIN)) in tu_tiling_config_update_binning()
Dtu_device.h40 TU_DEBUG_FORCEBIN = 1 << 5, enumerator
Dtu_device.c349 { "forcebin", TU_DEBUG_FORCEBIN },