/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 867 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()
|
D | svga_swtnl_draw.c | 200 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE)) in svga_init_swtnl()
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_winsys.c | 79 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/ |
D | nouveau_screen.c | 206 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/ |
D | inline_debug_helper.h | 35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE)) in debug_screen_wrap()
|
/third_party/mesa3d/src/util/ |
D | u_debug.h | 397 debug_get_bool_option(const char *name, bool dfault); 461 value = debug_get_bool_option(name, dfault); \
|
D | u_debug.c | 138 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/ |
D | swr_screen.h | 77 static bool print_info = debug_get_bool_option("SWR_PRINT_INFO", false); in swr_print_info()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | mixer.c | 73 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/ |
D | r300_chipset.c | 179 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE; in r300_parse_chipset()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 740 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()
|
D | r600_perfcounter.c | 596 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/ |
D | lp_screen.c | 415 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/ |
D | nv30_context.c | 244 if (debug_get_bool_option("NV30_SWTNL", false)) in nv30_context_create()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_perfcounter.c | 654 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/ |
D | context.c | 289 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 245 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 475 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/ |
D | lp_bld_init.c | 437 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) { in lp_build_init()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
D | dri_screen.c | 380 if (debug_get_bool_option("DRI_NO_MSAA", false)) in dri_fill_st_visual()
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 1114 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/ |
D | nv50_screen.c | 717 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/ |
D | drm_shim.c | 191 drm_shim_debug = debug_get_bool_option("DRM_SHIM_DEBUG", false); in init_shim()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.c | 113 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
|
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 526 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()
|