Home
last modified time | relevance | path

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

/external/libnl/src/
Dnl-link-stats.c48 static void dump_stat(struct rtnl_link *link, int id) in dump_stat() function
66 dump_stat(link, i); in dump_stats()
75 dump_stat(link, id); in dump_stats()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp61 sb_context::dump_stat = df & DBG_SB_STAT; in r600_sb_context_create()
77 if (sb_context::dump_stat) { in r600_sb_context_destroy()
104 if (sb_context::dump_stat) { in r600_sb_bytecode_process()
269 if (sb_context::dump_stat) { in r600_sb_bytecode_process()
Dsb_context.cpp34 unsigned sb_context::dump_stat = 0; member in r600_sb::sb_context
Dsb_bc.h684 static unsigned dump_stat; variable
780 #define SB_DUMP_STAT(a) do { if (sb_context::dump_stat) { a } } while (0)
Dsb_shader.cpp495 if (!sb_context::dump_stat) in collect_stats()