Searched refs:LIMA_DEBUG_NO_TILING (Results 1 – 3 of 3) sorted by relevance
43 #define LIMA_DEBUG_NO_TILING (1 << 6) macro
577 { "notiling", LIMA_DEBUG_NO_TILING,
182 bool should_tile = lima_debug & LIMA_DEBUG_NO_TILING ? false : true; in _lima_resource_create_with_modifiers()