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

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_device.c352 static const struct debug_control tu_debug_options[] = { variable in typeref:typename:const struct debug_control[]
362 assert(id < ARRAY_SIZE(tu_debug_options) - 1);
363 return tu_debug_options[id].string;
410 parse_debug_string(getenv("TU_DEBUG"), tu_debug_options);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c309 static const struct debug_control tu_debug_options[] = { variable in typeref:typename:const struct debug_control[]
327 assert(id < ARRAY_SIZE(tu_debug_options) - 1);
328 return tu_debug_options[id].string;
368 parse_debug_string(getenv("TU_DEBUG"), tu_debug_options);

Completed in 7 milliseconds