Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_lrz.c191 assert((cmd->device->instance->debug_flags & TU_DEBUG_NOLRZ) || in tu_lrz_init_state()
241 if (cmd->device->instance->debug_flags & TU_DEBUG_NOLRZ) in tu_lrz_init_secondary()
657 (cmd->device->instance->debug_flags & TU_DEBUG_NOLRZ)) in tu6_calculate_lrz_state()
Dtu_device.h43 TU_DEBUG_NOLRZ = 1 << 8, enumerator
Dtu_image.c525 if (util_format_has_depth(desc) && !(device->instance->debug_flags & TU_DEBUG_NOLRZ)) in tu_image_init()
Dtu_device.c353 { "nolrz", TU_DEBUG_NOLRZ },