/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 880 if (debug_get_bool_option("SVGA_EXTRA_LOGGING", FALSE)) { in init_logging() 925 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); in svga_screen_create() 927 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); in svga_screen_create() 929 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); in svga_screen_create() 931 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); in svga_screen_create() 933 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); in svga_screen_create() 935 debug_get_bool_option("SVGA_NO_CACHE_INDEX_BUFFERS", FALSE); in svga_screen_create() 1026 if (debug_get_bool_option("SVGA_MSAA", TRUE)) { in svga_screen_create()
|
D | svga_swtnl_draw.c | 196 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE)) in svga_init_swtnl()
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 217 softpipe->dump_fs = debug_get_bool_option( "SOFTPIPE_DUMP_FS", FALSE ); in softpipe_create_context() 218 softpipe->dump_gs = debug_get_bool_option( "SOFTPIPE_DUMP_GS", FALSE ); in softpipe_create_context() 219 softpipe->dump_cs = debug_get_bool_option( "SOFTPIPE_DUMP_CS", FALSE ); in softpipe_create_context() 319 if (debug_get_bool_option( "SOFTPIPE_NO_RAST", FALSE )) in softpipe_create_context()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug.h | 372 debug_get_bool_option(const char *name, boolean dfault); 390 value = debug_get_bool_option(name, dfault); \
|
D | u_debug.c | 129 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", FALSE); in debug_get_option_should_print() 150 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() function
|
/external/mesa3d/src/gallium/auxiliary/target-helpers/ |
D | inline_debug_helper.h | 53 if (debug_get_bool_option("GALLIUM_TESTS", FALSE)) in debug_screen_wrap()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 399 debug_get_bool_option(const char *name, boolean dfault); 430 value = debug_get_bool_option(name, dfault); \
|
D | u_debug.c | 144 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", FALSE); in debug_get_option_should_print() 168 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() function
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 74 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) { in vlVdpVideoMixerCreate() 694 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetFeatureEnables() 817 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues() 844 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues() 859 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 389 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param() 394 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 398 use_mcjit = debug_get_bool_option("GALLIVM_MCJIT", FALSE); in lp_build_init() 413 if (debug_get_bool_option("LP_FORCE_SSE2", FALSE)) { in lp_build_init()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe.c | 701 if (debug_get_bool_option("R600_DEBUG_COMPUTE", FALSE)) in r600_screen_create() 703 if (debug_get_bool_option("R600_DUMP_SHADERS", FALSE)) in r600_screen_create() 705 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()
|
/external/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()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_perfcounter.c | 592 pc->separate_se = debug_get_bool_option("RADEON_PC_SEPARATE_SE", false); in si_perfcounters_init() 593 pc->separate_instance = debug_get_bool_option("RADEON_PC_SEPARATE_INSTANCE", false); in si_perfcounters_init()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_context.c | 246 if (debug_get_bool_option("NV30_SWTNL", false)) in nv30_context_create()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 289 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 245 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 119 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in i915_get_shader_param()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_pipe.c | 751 if (!debug_get_bool_option("RADEON_DISABLE_PERFCOUNTERS", false)) in radeonsi_screen_create() 848 if (debug_get_bool_option("RADEON_DUMP_SHADERS", false)) in radeonsi_screen_create()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_screen.c | 597 if (debug_get_bool_option("NOUVEAU_SHADER_WATCHDOG", true)) { in nv50_screen_init_hwctx() 885 debug_get_bool_option("NOUVEAU_PMPEG", false)) { in nv50_screen_create()
|
D | nv50_context.c | 345 debug_get_bool_option("NOUVEAU_PMPEG", false)) { in nv50_create()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 431 debug = debug_get_bool_option("SVGA_DUMP_CMD", FALSE); in vmw_ioctl_command() 432 skip = debug_get_bool_option("SVGA_SKIP_CMD", FALSE); in vmw_ioctl_command()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_screen.c | 1003 if (debug_get_bool_option("NOUVEAU_SHADER_WATCHDOG", true)) { in nvc0_screen_create() 1137 debug_get_bool_option("NOUVEAU_MAXWELL_TIC", true); in nvc0_screen_create()
|