Searched refs:debug_mask (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/et/ |
D | error_message.c | 227 static int debug_mask = 0; variable 235 if (debug_mask & DEBUG_INIT) in init_debug() 240 debug_mask = strtoul(dstr, &tmp, 0); in init_debug() 242 debug_mask = 0; in init_debug() 245 debug_mask |= DEBUG_INIT; in init_debug() 246 if (debug_mask == DEBUG_INIT) in init_debug() 266 debug_mask = DEBUG_INIT; in init_debug() 271 debug_mask = DEBUG_INIT; in init_debug() 295 if (debug_mask & DEBUG_ADDREMOVE) in add_error_table() 324 if (debug_mask & DEBUG_ADDREMOVE) in remove_error_table() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_clear.c | 63 debug_mask(const char *name, GLbitfield mask) in debug_mask() function 113 debug_mask("swrast", swrast_mask); in intelClear() 178 debug_mask("blit", blit_mask); in intelClear() 183 debug_mask("tri", tri_mask); in intelClear()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clear.c | 63 debug_mask(const char *name, GLbitfield mask) in debug_mask() function 299 debug_mask("blorp color", mask & BUFFER_BITS_COLOR); in brw_clear() 305 debug_mask("blorp depth/stencil", mask & BUFFER_BITS_DEPTH_STENCIL); in brw_clear() 313 debug_mask("tri", tri_mask); in brw_clear() 323 debug_mask("swrast", mask); in brw_clear()
|