Home
last modified time | relevance | path

Searched refs:debug_flags (Results 1 – 25 of 46) sorted by relevance

12

/external/toolchain-utils/
Dbuild_tc.py306 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/
Dr600_pipe.c200 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()
Dr600_asm.c2500 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()
Dr600_blit.c887 if (rctx->screen->b.debug_flags & DBG_FORCE_DMA && in r600_blit()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c414 (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 …]
Dr600_buffer_common.c178 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()
Dr600_texture.c1052 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()
Dr600_pipe_common.h372 uint64_t debug_flags; member
963 if ((rscreen->b.debug_flags & DBG_COMPUTE)) fprintf(stderr, fmt, ##args); \
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c132 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()
Dsi_hw_context.c153 if (ctx->screen->b.debug_flags & DBG_CHECK_VM) { in si_context_gfx_flush()
Dsi_debug.c671 if (sctx->screen->b.debug_flags & DBG_CHECK_VM) in si_init_debug_functions()
Dsi_state_shaders.c1136 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()
Dsi_state_draw.c318 (sctx->b.screen->debug_flags & DBG_SWITCH_ON_EOP)) { in si_get_ia_multi_vgt_param()
Dsi_shader.c5510 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()
Dsi_blit.c1150 if (sctx->screen->b.debug_flags & DBG_FORCE_DMA && in si_blit()
Dsi_shader_tgsi_setup.c1282 bool unsafe_fpmath = (sscreen->b.debug_flags & DBG_UNSAFE_MATH) != 0; in si_llvm_context_init()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c353 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()
Dradv_pipeline.c424 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()
Dradv_private.h296 uint64_t debug_flags; member
486 uint64_t debug_flags; member
Dradv_pipeline_cache.c60 (device->debug_flags & RADV_DEBUG_NO_CACHE)) in radv_pipeline_cache_init()
Dradv_image.c116 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()
Dradv_meta_clear.c844 if (!(cmd_buffer->device->debug_flags & RADV_DEBUG_FAST_CLEARS)) in emit_fast_color_clear()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_core.cpp58 unsigned df = rctx->screen->b.debug_flags; in r600_sb_context_create()
/external/e2fsprogs/debian/
Drules657 debug_flags debian-files
659 debug_flags: target
/external/libmtp/src/
Dlibmtp.c778 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()

12