Home
last modified time | relevance | path

Searched refs:debug_get_bool_option (Results 1 – 25 of 48) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_screen.c867 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", FALSE)) { in init_logging()
922 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); in svga_screen_create()
924 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); in svga_screen_create()
926 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); in svga_screen_create()
928 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); in svga_screen_create()
930 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); in svga_screen_create()
932 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", FALSE); in svga_screen_create()
1031 if (sws->have_sm4_1 && debug_get_bool_option("SVGA_MSAA", TRUE)) { in svga_screen_create()
1038 if (sws->have_sm5 && debug_get_bool_option("SVGA_MSAA", TRUE)) { in svga_screen_create()
1120 if (debug_get_bool_option("SVGA_NO_LOGGING", FALSE) == TRUE) { in svga_screen_create()
Dsvga_swtnl_draw.c200 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE)) in svga_init_swtnl()
/third_party/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.c79 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", false); in i915_drm_winsys_create()
81 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", false); in i915_drm_winsys_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_screen.c206 screen->prefer_nir = debug_get_bool_option("NV50_PROG_USE_NIR", false); in nouveau_screen_init()
210 screen->force_enable_cl = debug_get_bool_option("NOUVEAU_ENABLE_CL", false); in nouveau_screen_init()
234 bool enable_svm = debug_get_bool_option("NOUVEAU_SVM", false); in nouveau_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
Dinline_debug_helper.h35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE)) in debug_screen_wrap()
/third_party/mesa3d/src/util/
Du_debug.h397 debug_get_bool_option(const char *name, bool dfault);
461 value = debug_get_bool_option(name, dfault); \
Du_debug.c138 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", false); in debug_get_option_should_print()
162 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option() function
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_screen.h77 static bool print_info = debug_get_bool_option("SWR_PRINT_INFO", false); in swr_print_info()
/third_party/mesa3d/src/gallium/frontends/vdpau/
Dmixer.c73 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) { in vlVdpVideoMixerCreate()
695 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetFeatureEnables()
818 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues()
845 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues()
860 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues()
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_chipset.c179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE; in r300_parse_chipset()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c740 if (debug_get_bool_option("R600_DEBUG_COMPUTE", FALSE)) in r600_screen_create()
742 if (debug_get_bool_option("R600_DUMP_SHADERS", FALSE)) in r600_screen_create()
744 if (!debug_get_bool_option("R600_HYPERZ", TRUE)) in r600_screen_create()
Dr600_perfcounter.c596 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); in r600_perfcounters_init()
597 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false); in r600_perfcounters_init()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c415 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
420 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_context.c244 if (debug_get_bool_option("NV30_SWTNL", false)) in nv30_context_create()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_perfcounter.c654 separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); in si_init_perfcounters()
655 separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false); in si_init_perfcounters()
/third_party/mesa3d/src/gallium/frontends/xvmc/
Dcontext.c289 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c245 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_winsys.c475 if (ws->gen == DRV_R600 && !debug_get_bool_option("RADEON_VA", false)) in do_winsys_init()
614 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c437 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) { in lp_build_init()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c380 if (debug_get_bool_option("DRI_NO_MSAA", false)) in dri_fill_st_visual()
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c1114 bool trace_lavapipe = debug_get_bool_option("ZINK_TRACE_LAVAPIPE", false); in trace_screen_create()
1194 tr_scr->trace_tc = debug_get_bool_option("GALLIUM_TRACE_TC", false); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_screen.c717 if (debug_get_bool_option("NOUVEAU_SHADER_WATCHDOG", true)) { in nv50_screen_init_hwctx()
1056 debug_get_bool_option("NOUVEAU_PMPEG", false)) { in nv50_screen_create()
/third_party/mesa3d/src/drm-shim/
Ddrm_shim.c191 drm_shim_debug = debug_get_bool_option("DRM_SHIM_DEBUG", false); in init_shim()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_winsys.c113 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c526 debug = debug_get_bool_option("SVGA_DUMP_CMD", FALSE); in vmw_ioctl_command()
527 skip = debug_get_bool_option("SVGA_SKIP_CMD", FALSE); in vmw_ioctl_command()

12