/third_party/mesa3d/src/util/ |
D | u_debug.h | 159 debug_get_num_option(const char *name, long dfault); 400 debug_get_num_option(const char *name, long dfault); 474 value = debug_get_num_option(name, dfault); \
|
D | u_debug.c | 195 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/gallium/drivers/lima/ |
D | lima_screen.c | 598 lima_ctx_num_plb = debug_get_num_option("LIMA_CTX_NUM_PLB", LIMA_CTX_PLB_DEF_NUM); in lima_screen_parse_env() 607 lima_plb_max_blk = debug_get_num_option("LIMA_PLB_MAX_BLK", 0); in lima_screen_parse_env() 614 lima_ppir_force_spilling = debug_get_num_option("LIMA_PPIR_FORCE_SPILLING", 0); in lima_screen_parse_env() 621 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 | 387 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nv50_program_translate() 388 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate() 389 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nv50_program_translate()
|
/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 | 573 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
|
/third_party/mesa3d/src/gallium/drivers/swr/ |
D | swr_screen.cpp | 1076 debug_get_num_option("SWR_CLIENT_COPY_LIMIT", SWR_CLIENT_COPY_LIMIT); in swr_validate_env_options() 1084 int msaa_max_count = debug_get_num_option("SWR_MSAA_MAX_COUNT", 1); in swr_validate_env_options()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 460 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 | 437 unsigned offset = debug_get_num_option("OFFSET", 16); in si_test_gds()
|
D | si_pipe.c | 1138 sscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in radeonsi_screen_create_impl() 1140 sscreen->force_aniso = MIN2(16, debug_get_num_option("AMD_TEX_ANISO", -1)); in radeonsi_screen_create_impl()
|
D | si_sqtt.c | 586 …sctx->thread_trace->buffer_size = debug_get_num_option("AMD_THREAD_TRACE_BUFFER_SIZE", 1024) * 102… in si_init_thread_trace()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 640 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 | 602 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 | 1054 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 | 1860 unsigned signo = debug_get_num_option("GALLIUM_HUD_TOGGLE_SIGNAL", 0); in hud_create() 1867 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 | 1337 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 | 1261 rscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in r600_common_screen_init()
|