Home
last modified time | relevance | path

Searched refs:debug_get_bool_option (Results 1 - 25 of 52) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_types.h69 const bool D3D12_VIDEO_ENC_FALLBACK_RATE_CONTROL_CONFIG = debug_get_bool_option("D3D12_VIDEO_ENC_FALLBACK_RATE_CONTROL_CONFIG", false);
75 const bool D3D12_VIDEO_ENC_CBR_FORCE_VBV_EQUAL_BITRATE = debug_get_bool_option("D3D12_VIDEO_ENC_CBR_FORCE_VBV_EQUAL_BITRATE", false);
83 const bool D3D12_VIDEO_ENC_FALLBACK_SLICE_CONFIG = debug_get_bool_option("D3D12_VIDEO_ENC_FALLBACK_SLICE_CONFIG", false);
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_screen.c1021 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", FALSE)) { in init_logging()
1076 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); in svga_screen_create()
1078 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); in svga_screen_create()
1080 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); in svga_screen_create()
1082 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); in svga_screen_create()
1084 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); in svga_screen_create()
1086 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", FALSE); in svga_screen_create()
1088 debug_get_bool_option("SVGA_NIR", FALSE); in svga_screen_create()
1137 debug_get_bool_option("SVGA_GL43", sws->have_gl43); in svga_screen_create()
1140 debug_get_bool_option("SVGA_SAMPLER_STATE_MAPPIN in svga_screen_create()
[all...]
H A 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/
H A 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/
H A Dnouveau_screen.c205 screen->prefer_nir = !debug_get_bool_option("NV50_PROG_USE_TGSI", false); in nouveau_screen_init()
207 screen->force_enable_cl = debug_get_bool_option("NOUVEAU_ENABLE_CL", false); in nouveau_screen_init()
211 screen->disable_fences = debug_get_bool_option("NOUVEAU_DISABLE_FENCES", false); in nouveau_screen_init()
233 bool enable_svm = debug_get_bool_option("NOUVEAU_SVM", false); in nouveau_screen_init()
/third_party/mesa3d/src/gallium/auxiliary/target-helpers/
H A Dinline_debug_helper.h35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE)) in debug_screen_wrap()
/third_party/mesa3d/src/util/
H A Du_debug.h403 debug_get_bool_option(const char *name, bool dfault);
467 value = debug_get_bool_option(name, dfault); \
H A Du_debug.c134 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", false); in debug_get_option_should_print()
158 debug_get_bool_option(const char *name, bool dfault) in debug_get_bool_option() function
H A Du_debug_symbol.c177 if (debug_get_bool_option("GALLIUM_SYMBOL_FORCE_REINIT", false)) in debug_symbol_name_dbghelp()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A 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/r600/
H A Dr600_pipe.c718 if (debug_get_bool_option("R600_DEBUG_COMPUTE", FALSE)) in r600_screen_create()
720 if (debug_get_bool_option("R600_DUMP_SHADERS", FALSE)) in r600_screen_create()
722 if (!debug_get_bool_option("R600_HYPERZ", TRUE)) in r600_screen_create()
H A 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/auxiliary/util/
H A Du_screen.c511 return !!accel && debug_get_bool_option("MESA_HW_ACCEL_SELECT", accel > 0) && in u_pipe_screen_get_param_defaults()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c416 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
421 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dcontext.c289 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_context.c244 if (debug_get_bool_option("NV30_SWTNL", false)) in nv30_context_create()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_init.c245 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
/third_party/mesa3d/src/gallium/targets/d3dadapter9/
H A Ddrm.c300 sw_rendering |= debug_get_bool_option("D3D_ALWAYS_SOFTWARE", false); in drm_create_adapter()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.c461 if (ws->gen == DRV_R600 && !debug_get_bool_option("RADEON_VA", false)) in do_winsys_init()
584 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_perfcounter.c711 separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); in si_init_perfcounters()
712 separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false); in si_init_perfcounters()
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c192 drm_shim_debug = debug_get_bool_option("DRM_SHIM_DEBUG", false); in init_shim()
/third_party/mesa3d/src/freedreno/drm/virtio/
H A Dvirtio_device.c135 if (debug_get_bool_option("FD_NO_VIRTIO", false)) in virtio_device_new()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_winsys.c115 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_context.c373 debug_get_bool_option("NOUVEAU_PMPEG", false)) { in nv50_create()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c445 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) { in lp_build_init()

Completed in 20 milliseconds

123