Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_compiler.c123 info.optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nouveau_codegen()
124 info.dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nouveau_codegen()
125 info.omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nouveau_codegen()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h164 debug_get_num_option(const char *name, long dfault);
402 debug_get_num_option(const char *name, long dfault);
443 value = debug_get_num_option(name, dfault); \
Du_debug.c201 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() function
/external/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()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.h375 debug_get_num_option(const char *name, long dfault);
403 value = debug_get_num_option(name, dfault); \
Du_debug.c182 debug_get_num_option(const char *name, long dfault) in debug_get_num_option() function
/external/mesa3d/src/gallium/state_trackers/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()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.c368 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nv50_program_translate()
369 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nv50_program_translate()
370 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nv50_program_translate()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.c575 info->target = debug_get_num_option("NV50_PROG_CHIPSET", chipset); in nvc0_program_translate()
576 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); in nvc0_program_translate()
577 info->dbgFlags = debug_get_num_option("NV50_PROG_DEBUG", 0); in nvc0_program_translate()
578 info->omitLineNum = debug_get_num_option("NV50_PROG_DEBUG_OMIT_LINENUM", 0); in nvc0_program_translate()
Dnve4_compute.c706 if (debug_get_num_option("NV50_PROG_DEBUG", 0)) { in nve4_launch_grid()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dpresentation.c277 dump_window = debug_get_num_option("VDPAU_DUMP", 0); in vlVdpPresentationQueueDisplay()
Dvdpau_private.h545 debug_level = MAX2(debug_get_num_option("VDPAU_DEBUG", 0), 0); in VDPAU_MSG()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_screen.cpp1097 debug_get_num_option("SWR_CLIENT_COPY_LIMIT", SWR_CLIENT_COPY_LIMIT); in swr_validate_env_options()
1105 int msaa_max_count = debug_get_num_option("SWR_MSAA_MAX_COUNT", 1); in swr_validate_env_options()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c673 screen->num_threads = debug_get_num_option("LP_NUM_THREADS", screen->num_threads); in llvmpipe_create_screen()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c443 lp_native_vector_width = debug_get_num_option("LP_NATIVE_VECTOR_WIDTH", in lp_build_init()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_screen.c586 dscreen->skip_count = debug_get_num_option("GALLIUM_DDEBUG_SKIP", 0); in ddebug_screen_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_screen.c548 screen->max_sample_count = debug_get_num_option("NV30_MAX_MSAA", 0); in nv30_screen_create()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c704 sscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in radeonsi_screen_create()
/external/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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.c1332 rscreen->force_aniso = MIN2(16, debug_get_num_option("R600_TEX_ANISO", -1)); in r600_common_screen_init()
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c1770 unsigned signo = debug_get_num_option("GALLIUM_HUD_TOGGLE_SIGNAL", 0); in hud_create()