/external/toolchain-utils/ |
D | build_tc.py | 306 debug_flags = '-g3 -O0' 308 build_env['CFLAGS'] += ' %s' % (debug_flags) 310 build_env['CFLAGS'] = debug_flags 312 build_env['CXXFLAGS'] += ' %s' % (debug_flags) 314 build_env['CXXFLAGS'] = debug_flags
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 200 if (rscreen->b.debug_flags & DBG_FORCE_DMA) in r600_create_context() 633 rscreen->b.debug_flags |= debug_get_flags_option("R600_DEBUG", r600_debug_options, 0); in r600_screen_create() 635 rscreen->b.debug_flags |= DBG_COMPUTE; in r600_screen_create() 637 rscreen->b.debug_flags |= DBG_FS | DBG_VS | DBG_GS | DBG_PS | DBG_CS | DBG_TCS | DBG_TES; in r600_screen_create() 639 rscreen->b.debug_flags |= DBG_NO_HYPERZ; in r600_screen_create() 689 !(rscreen->b.debug_flags & DBG_NO_CP_DMA); in r600_screen_create() 734 if (rscreen->b.debug_flags & DBG_TEST_DMA) in r600_screen_create()
|
D | r600_asm.c | 2500 unsigned no_sb = rctx->screen->b.debug_flags & DBG_NO_SB; in r600_create_vertex_fetch_shader() 2501 unsigned sb_disasm = !no_sb || (rctx->screen->b.debug_flags & DBG_SB_DISASM); in r600_create_vertex_fetch_shader() 2598 if (rctx->screen->b.debug_flags & DBG_FS) { in r600_create_vertex_fetch_shader()
|
D | r600_blit.c | 887 if (rctx->screen->b.debug_flags & DBG_FORCE_DMA && in r600_blit()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.c | 414 (rctx->screen->debug_flags & DBG_CHECK_VM) && in r600_flush_dma_ring() 621 if (rscreen->info.has_sdma && !(rscreen->debug_flags & DBG_NO_ASYNC_DMA)) { in r600_common_context_init() 1260 rscreen->debug_flags = debug_get_flags_option("R600_DEBUG", common_debug_options, 0); in r600_common_screen_init() 1275 if (rscreen->debug_flags & DBG_INFO) { in r600_common_screen_init() 1334 return (rscreen->debug_flags & DBG_VS) != 0; in r600_can_dump_shader() 1336 return (rscreen->debug_flags & DBG_TCS) != 0; in r600_can_dump_shader() 1338 return (rscreen->debug_flags & DBG_TES) != 0; in r600_can_dump_shader() 1340 return (rscreen->debug_flags & DBG_GS) != 0; in r600_can_dump_shader() 1342 return (rscreen->debug_flags & DBG_PS) != 0; in r600_can_dump_shader() 1344 return (rscreen->debug_flags & DBG_CS) != 0; in r600_can_dump_shader() [all …]
|
D | r600_buffer_common.c | 178 if (rscreen->debug_flags & DBG_NO_WC) in r600_init_resource_fields() 222 if (rscreen->debug_flags & DBG_VM && res->b.b.target == PIPE_BUFFER) { in r600_alloc_resource() 356 !(rscreen->debug_flags & DBG_NO_DISCARD_RANGE) && in r600_buffer_transfer_map()
|
D | r600_texture.c | 1052 if (!(rscreen->debug_flags & DBG_NO_HYPERZ)) in r600_texture_create_object() 1073 (buf || !(rscreen->debug_flags & DBG_NO_DCC)) && in r600_texture_create_object() 1123 if (rscreen->debug_flags & DBG_VM) { in r600_texture_create_object() 1131 if (rscreen->debug_flags & DBG_TEX) { in r600_texture_create_object() 1168 if (rscreen->debug_flags & DBG_NO_TILING) in r600_choose_tiling() 1198 (rscreen->debug_flags & DBG_NO_2D_TILING)) in r600_choose_tiling() 1214 !(rscreen->debug_flags & DBG_NO_HYPERZ) && in r600_texture_create() 2473 !(rctx->screen->debug_flags & DBG_NO_DCC_FB)) { in evergreen_do_fast_color_clear() 2490 if (rctx->screen->debug_flags & DBG_NO_DCC_CLEAR) in evergreen_do_fast_color_clear()
|
D | r600_pipe_common.h | 372 uint64_t debug_flags; member 963 if ((rscreen->b.debug_flags & DBG_COMPUTE)) fprintf(stderr, fmt, ##args); \
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 132 sscreen->b.debug_flags & DBG_SI_SCHED ? in si_create_llvm_target_machine() 152 if (sscreen->b.debug_flags & DBG_CHECK_VM) in si_create_context() 189 if (!(sscreen->b.debug_flags & DBG_NO_CE) && ws->cs_add_const_ib && in si_create_context() 243 if (sscreen->b.debug_flags & DBG_FORCE_DMA) in si_create_context() 837 (sscreen->b.debug_flags & DBG_MONOLITHIC_SHADERS) != 0; in radeonsi_screen_create() 845 sscreen->b.debug_flags |= DBG_FS | DBG_VS | DBG_GS | DBG_PS | DBG_CS; in radeonsi_screen_create() 860 if (sscreen->b.debug_flags & DBG_TEST_DMA) in radeonsi_screen_create()
|
D | si_hw_context.c | 153 if (ctx->screen->b.debug_flags & DBG_CHECK_VM) { in si_context_gfx_flush()
|
D | si_debug.c | 671 if (sctx->screen->b.debug_flags & DBG_CHECK_VM) in si_init_debug_functions()
|
D | si_state_shaders.c | 1136 if (unlikely(sscreen->b.debug_flags & DBG_NO_OPT_VARIANT)) { in si_shader_select_with_key() 1408 if (sscreen->b.debug_flags & DBG_PRECOMPILE) { in si_init_shader_selector_async()
|
D | si_state_draw.c | 318 (sctx->b.screen->debug_flags & DBG_SWITCH_ON_EOP)) { in si_get_ia_multi_vgt_param()
|
D | si_shader.c | 5510 if (ctx->screen->b.debug_flags & DBG_UNSAFE_MATH) { in si_create_function() 6378 !(sscreen->b.debug_flags & DBG_NO_ASM))) { in si_shader_dump() 6412 if (!(sscreen->b.debug_flags & (DBG_NO_IR | DBG_PREOPT_IR))) { in si_compile_llvm() 6611 if (sscreen->b.debug_flags & DBG_PREOPT_IR && in si_generate_gs_copy_shader() 7507 !(sscreen->b.debug_flags & DBG_NO_TGSI)) { in si_compile_tgsi_shader() 7616 if (sscreen->b.debug_flags & DBG_PREOPT_IR && in si_compile_tgsi_shader()
|
D | si_blit.c | 1150 if (sctx->screen->b.debug_flags & DBG_FORCE_DMA && in si_blit()
|
D | si_shader_tgsi_setup.c | 1282 bool unsafe_fpmath = (sscreen->b.debug_flags & DBG_UNSAFE_MATH) != 0; in si_llvm_context_init()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 353 instance->debug_flags = parse_debug_string(getenv("RADV_DEBUG"), in radv_CreateInstance() 613 !(pdevice->instance->debug_flags & RADV_DEBUG_NO_COMPUTE_QUEUE)) in radv_GetPhysicalDeviceQueueFamilyProperties() 639 !(pdevice->instance->debug_flags & RADV_DEBUG_NO_COMPUTE_QUEUE)) { in radv_GetPhysicalDeviceQueueFamilyProperties() 754 device->debug_flags = device->instance->debug_flags; in radv_CreateDevice() 1696 (device->debug_flags & RADV_DEBUG_FAST_CLEARS)) in radv_initialise_color_surface()
|
D | radv_pipeline.c | 424 options.unsafe_math = !!(device->debug_flags & RADV_DEBUG_UNSAFE_MATH); in radv_shader_variant_create() 464 bool dump = (pipeline->device->debug_flags & RADV_DEBUG_DUMP_SHADERS); in radv_pipeline_compile() 1419 if (device->debug_flags & RADV_DEBUG_DUMP_SHADER_STATS) { in radv_pipeline_init() 1514 if (device->debug_flags & RADV_DEBUG_DUMP_SHADER_STATS) { in radv_compute_pipeline_create()
|
D | radv_private.h | 296 uint64_t debug_flags; member 486 uint64_t debug_flags; member
|
D | radv_pipeline_cache.c | 60 (device->debug_flags & RADV_DEBUG_NO_CACHE)) in radv_pipeline_cache_init()
|
D | radv_image.c | 116 create_info->scanout || (device->debug_flags & RADV_DEBUG_NO_DCC) || in radv_init_surface() 655 if (device->debug_flags & RADV_DEBUG_NO_HIZ) in radv_image_alloc_htile()
|
D | radv_meta_clear.c | 844 if (!(cmd_buffer->device->debug_flags & RADV_DEBUG_FAST_CLEARS)) in emit_fast_color_clear()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_core.cpp | 58 unsigned df = rctx->screen->b.debug_flags; in r600_sb_context_create()
|
/external/e2fsprogs/debian/ |
D | rules | 657 debug_flags debian-files 659 debug_flags: target
|
/external/libmtp/src/ |
D | libmtp.c | 778 const long debug_flags = strtol(env_debug, NULL, 0); in LIBMTP_Init() local 779 if (debug_flags != LONG_MIN && debug_flags != LONG_MAX && in LIBMTP_Init() 780 INT_MIN <= debug_flags && debug_flags <= INT_MAX) { in LIBMTP_Init() 781 LIBMTP_Set_Debug(debug_flags); in LIBMTP_Init()
|