/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_types.h | 69 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 D | svga_screen.c | 1021 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 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/ |
H A 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/ |
H A D | nouveau_screen.c | 205 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 D | inline_debug_helper.h | 35 if (debug_get_bool_option("GALLIUM_TESTS", FALSE)) in debug_screen_wrap()
|
/third_party/mesa3d/src/util/ |
H A D | u_debug.h | 403 debug_get_bool_option(const char *name, bool dfault); 467 value = debug_get_bool_option(name, dfault); \
|
H A D | u_debug.c | 134 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 D | u_debug_symbol.c | 177 if (debug_get_bool_option("GALLIUM_SYMBOL_FORCE_REINIT", false)) in debug_symbol_name_dbghelp()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A 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/r600/ |
H A D | r600_pipe.c | 718 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 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/auxiliary/util/ |
H A D | u_screen.c | 511 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 D | lp_screen.c | 416 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 D | context.c | 289 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_context.c | 244 if (debug_get_bool_option("NV30_SWTNL", false)) in nv30_context_create()
|
/third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
H A D | pp_init.c | 245 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
H A D | drm.c | 300 sw_rendering |= debug_get_bool_option("D3D_ALWAYS_SOFTWARE", false); in drm_create_adapter()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.c | 461 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 D | si_perfcounter.c | 711 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 D | drm_shim.c | 192 drm_shim_debug = debug_get_bool_option("DRM_SHIM_DEBUG", false); in init_shim()
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
H A D | virtio_device.c | 135 if (debug_get_bool_option("FD_NO_VIRTIO", false)) in virtio_device_new()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_winsys.c | 115 ws->noop_cs = debug_get_bool_option("RADEON_NOOP", false); in do_winsys_init()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_context.c | 373 debug_get_bool_option("NOUVEAU_PMPEG", false)) { in nv50_create()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_init.c | 445 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) { in lp_build_init()
|