Home
last modified time | relevance | path

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

/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c434 int fl_indent = 0; variable
443 for (i = 0; i < fl_indent; i++) in debug_funclog_enter()
447 assert(fl_indent < 1023); in debug_funclog_enter()
448 fl_function[fl_indent++] = f; in debug_funclog_enter()
457 --fl_indent; in debug_funclog_exit()
458 assert(fl_indent >= 0); in debug_funclog_exit()
459 assert(fl_function[fl_indent] == f); in debug_funclog_exit()
467 for (i = 0; i < fl_indent; i++) in debug_funclog_enter_exit()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.c443 int fl_indent = 0; variable
452 for (i = 0; i < fl_indent; i++) in debug_funclog_enter()
456 assert(fl_indent < 1023); in debug_funclog_enter()
457 fl_function[fl_indent++] = f; in debug_funclog_enter()
466 --fl_indent; in debug_funclog_exit()
467 assert(fl_indent >= 0); in debug_funclog_exit()
468 assert(fl_function[fl_indent] == f); in debug_funclog_exit()
476 for (i = 0; i < fl_indent; i++) in debug_funclog_enter_exit()