/external/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_winsys.c | 67 idws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE); in i915_drm_winsys_create() 69 idws->send_cmd = !debug_get_bool_option("I915_NO_HW", FALSE); in i915_drm_winsys_create()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_screen.c | 519 debug_get_bool_option("SVGA_FORCE_LEVEL_SURFACE_VIEW", FALSE); in svga_screen_create() 521 debug_get_bool_option("SVGA_FORCE_SURFACE_VIEW", FALSE); in svga_screen_create() 523 debug_get_bool_option("SVGA_FORCE_SAMPLER_VIEW", FALSE); in svga_screen_create() 525 debug_get_bool_option("SVGA_NO_SURFACE_VIEW", FALSE); in svga_screen_create() 527 debug_get_bool_option("SVGA_NO_SAMPLER_VIEW", FALSE); in svga_screen_create()
|
D | svga_swtnl_draw.c | 161 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE)) in svga_init_swtnl()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_context.c | 221 softpipe->dump_fs = debug_get_bool_option( "SOFTPIPE_DUMP_FS", FALSE ); in softpipe_create_context() 222 softpipe->dump_gs = debug_get_bool_option( "SOFTPIPE_DUMP_GS", FALSE ); in softpipe_create_context() 299 if (debug_get_bool_option( "SOFTPIPE_NO_RAST", FALSE )) in softpipe_create_context()
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
D | radeon_drm_winsys.c | 307 if (ws->gen == R600 && !debug_get_bool_option("RADEON_VA", FALSE)) in do_winsys_init() 349 if (debug_get_bool_option("RADEON_HYPERZ", FALSE)) { in radeon_cs_request_feature() 358 if (debug_get_bool_option("RADEON_CMASK", FALSE)) { in radeon_cs_request_feature()
|
D | radeon_drm_cs.c | 402 if (debug_get_bool_option("RADEON_DUMP_CS", FALSE)) { in radeon_drm_cs_emit_ioctl_oneshot()
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | native_x11.c | 41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in native_create_display()
|
/external/mesa3d/src/gallium/winsys/i915/sw/ |
D | i915_sw_winsys.c | 53 isws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE); in i915_sw_winsys_create()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug.h | 357 debug_get_bool_option(const char *name, boolean dfault); 375 value = debug_get_bool_option(name, dfault); \
|
D | u_debug.c | 98 value = debug_get_bool_option("GALLIUM_PRINT_OPTIONS", FALSE); in debug_get_option_should_print() 119 debug_get_bool_option(const char *name, boolean dfault) in debug_get_bool_option() function 277 if (debug_get_bool_option("GALLIUM_ABORT_ON_ASSERT", TRUE)) in _debug_assert_fail()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.h | 59 debug = debug_get_bool_option("R600_COMPUTE_DEBUG", FALSE); in COMPUTE_DBG()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeonsi_pipe.c | 333 return debug_get_bool_option("R600_GLSL130", FALSE) ? 130 : 120; in r600_get_param() 351 return debug_get_bool_option("R600_STREAMOUT", FALSE) ? 4 : 0; in r600_get_param() 353 return debug_get_bool_option("R600_STREAMOUT", FALSE) ? 1 : 0; in r600_get_param()
|
D | radeonsi_shader.c | 675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE); in si_pipe_shader_create()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_chipset.c | 139 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE; in r300_parse_chipset()
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_screen_ioctl.c | 200 debug = debug_get_bool_option("SVGA_DUMP_CMD", FALSE); in vmw_ioctl_command() 201 skip = debug_get_bool_option("SVGA_SKIP_CMD", FALSE); in vmw_ioctl_command()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_context.c | 153 if (debug_get_bool_option("NV30_SWTNL", FALSE)) in nv30_context_create()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_screen.c | 109 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in i915_get_shader_param()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | mixer.c | 71 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerCreate() 608 if (!debug_get_bool_option("G3DVL_NO_CSC", FALSE)) in vlVdpVideoMixerSetAttributeValues()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | context.c | 285 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_screen.c | 236 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
|
D | lp_rast.c | 904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create()
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | pp_init.c | 187 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
|
/external/mesa3d/src/gallium/state_trackers/egl/wayland/ |
D | native_wayland.c | 420 use_sw = use_sw || debug_get_bool_option("EGL_SOFTWARE", FALSE); in native_create_display()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_context.c | 55 value = debug_get_bool_option("DRAW_USE_LLVM", TRUE); in draw_get_option_use_llvm()
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
D | native_android.cpp | 785 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in android_display_create()
|