Home
last modified time | relevance | path

Searched refs:debug_get_num_option (Results 1 – 23 of 23) sorted by relevance

/third_party/mesa3d/src/util/
Du_debug.h159 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); \
Du_debug.c195 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() function
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c124 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/
Dlima_screen.c598 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/
Dsb_core.cpp66 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/
Dxvmc_private.h114 debug_level = MAX2(debug_get_num_option("XVMC_DEBUG", 0), 0); in XVMC_MSG()
Dsurface.c454 dump_window = debug_get_num_option("XVMC_DUMP", 0); in XvMCPutSurface()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c608 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()
Dnve4_compute.c885 if (debug_get_num_option("NV50_PROG_DEBUG", 0)) { in nve4_launch_grid()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c387 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/
Dpresentation.c277 dump_window = debug_get_num_option("VDPAU_DUMP", 0); in vlVdpPresentationQueueDisplay()
Dvdpau_private.h573 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp1076 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/
Dlp_bld_init.c460 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_cp_dma.c437 unsigned offset = debug_get_num_option("OFFSET", 16); in si_test_gds()
Dsi_pipe.c1138 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()
Dsi_sqtt.c586 …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/
Ddd_screen.c640 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); in ddebug_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c602 screen->max_sample_count = debug_get_num_option("NV30_MAX_MSAA", 0); in nv30_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c1054 screen->num_threads = debug_get_num_option("LP_NUM_THREADS", screen->num_threads); in llvmpipe_create_screen()
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1860 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/
Dradeon_pair_schedule.c1337 s.max_tex_group = debug_get_num_option("RADEON_TEX_GROUP", 8); in rc_pair_schedule()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1261 rscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in r600_common_screen_init()