/third_party/mesa3d/src/util/ |
D | u_debug.h | 202 debug_get_num_option(const char *name, long dfault); 406 debug_get_num_option(const char *name, long dfault); 480 value = debug_get_num_option(name, dfault); \
|
D | u_debug.c | 191 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() function
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_compiler.c | 124 info.optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nouveau_codegen() 125 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen() 126 info.omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nouveau_codegen()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_common.c | 52 debug_get_num_option("VN_DRAW_CMD_BATCH_LIMIT", UINT32_MAX); in vn_env_init_once() 55 vn_env.relax_base_sleep_us = debug_get_num_option( in vn_env_init_once()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
D | lima_screen.c | 615 lima_ctx_num_plb = debug_get_num_option("LIMA_CTX_NUM_PLB", LIMA_CTX_PLB_DEF_NUM); in lima_screen_parse_env() 624 lima_plb_max_blk = debug_get_num_option("LIMA_PLB_MAX_BLK", 0); in lima_screen_parse_env() 631 lima_ppir_force_spilling = debug_get_num_option("LIMA_PPIR_FORCE_SPILLING", 0); in lima_screen_parse_env() 638 lima_plb_pp_stream_cache_size = debug_get_num_option("LIMA_PLB_PP_STREAM_CACHE_SIZE", 0); in lima_screen_parse_env()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_core.cpp | 66 sb_context::dskip_start = debug_get_num_option("R600_SB_DSKIP_START", 0); in r600_sb_context_create() 67 sb_context::dskip_end = debug_get_num_option("R600_SB_DSKIP_END", 0); in r600_sb_context_create() 68 sb_context::dskip_mode = debug_get_num_option("R600_SB_DSKIP_MODE", 0); in r600_sb_context_create()
|
/third_party/mesa3d/src/gallium/frontends/xvmc/ |
D | xvmc_private.h | 114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0); in XVMC_MSG()
|
D | surface.c | 454 dump_window = debug_get_num_option("XVMC_DUMP", 0); in XvMCPutSurface()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.c | 608 info->target = debug_get_num_option("NV50_PROG_CHIPSET", chipset); in nvc0_program_translate() 609 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nvc0_program_translate() 610 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate() 611 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nvc0_program_translate()
|
D | nve4_compute.c | 885 if (debug_get_num_option("NV50_PROG_DEBUG", 0)) { in nve4_launch_grid()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.c | 390 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nv50_program_translate() 391 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate() 392 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nv50_program_translate()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.c | 256 nir_count = debug_get_num_option("GALLIUM_TRACE_NIR", 32); in trace_dump_trace_begin()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | presentation.c | 277 dump_window = debug_get_num_option("VDPAU_DUMP", 0); in vlVdpPresentationQueueDisplay()
|
D | vdpau_private.h | 570 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 468 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_cp_dma.c | 405 unsigned offset = debug_get_num_option("OFFSET", 16); in si_test_gds()
|
D | si_pipe.c | 1184 sscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in radeonsi_screen_create_impl() 1186 sscreen->force_aniso = MIN2(16, debug_get_num_option("AMD_TEX_ANISO", -1)); in radeonsi_screen_create_impl()
|
D | si_sqtt.c | 617 …sctx->thread_trace->buffer_size = debug_get_num_option("AMD_THREAD_TRACE_BUFFER_SIZE", 32 * 1024) … in si_init_thread_trace()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 688 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); in ddebug_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_screen.c | 643 screen->max_sample_count = debug_get_num_option("NV30_MAX_MSAA", 0); in nv30_screen_create()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 1081 screen->num_threads = debug_get_num_option("LP_NUM_THREADS", screen->num_threads); in llvmpipe_create_screen()
|
/third_party/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 1861 unsigned signo = debug_get_num_option("GALLIUM_HUD_TOGGLE_SIGNAL", 0); in hud_create() 1868 hud_scale = debug_get_num_option("GALLIUM_HUD_SCALE", 1); in hud_create()
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_schedule.c | 1333 s.max_tex_group = debug_get_num_option("RADEON_TEX_GROUP", 8); in rc_pair_schedule()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.c | 1269 rscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in r600_common_screen_init()
|