Searched defs:LP_DEBUG (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h69 extern int LP_DEBUG;
71 #define LP_DEBUG 0 macro
79 if (LP_DEBUG & flag)
H A Dlp_screen.c52 int LP_DEBUG = 0; variable
457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 );
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_debug.h69 extern int LP_DEBUG;
71 #define LP_DEBUG 0 macro
79 if (LP_DEBUG & flag)
H A Dlp_screen.c52 int LP_DEBUG = 0; variable
457 LP_DEBUG = debug_get_flags_option("LP_DEBUG", lp_debug_flags, 0 );

Completed in 1399 milliseconds