Home
last modified time | relevance | path

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

/external/mesa3d/src/freedreno/vulkan/
Dtu_device.c178 static const struct debug_control tu_debug_options[] = { variable
194 assert(id < ARRAY_SIZE(tu_debug_options) - 1); in tu_get_debug_option_name()
195 return tu_debug_options[id].string; in tu_get_debug_option_name()
243 parse_debug_string(getenv("TU_DEBUG"), tu_debug_options); in tu_CreateInstance()