Home
last modified time | relevance | path

Searched refs:debug_get_bool_option (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.c67 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/
Dsvga_screen.c519 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()
Dsvga_swtnl_draw.c161 if (debug_get_bool_option("SVGA_SWTNL_FSE", FALSE)) in svga_init_swtnl()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.c221 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/
Dradeon_drm_winsys.c307 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()
Dradeon_drm_cs.c402 if (debug_get_bool_option("RADEON_DUMP_CS", FALSE)) { in radeon_drm_cs_emit_ioctl_oneshot()
/external/mesa3d/src/gallium/state_trackers/egl/x11/
Dnative_x11.c41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in native_create_display()
/external/mesa3d/src/gallium/winsys/i915/sw/
Di915_sw_winsys.c53 isws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE); in i915_sw_winsys_create()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug.h357 debug_get_bool_option(const char *name, boolean dfault);
375 value = debug_get_bool_option(name, dfault); \
Du_debug.c98 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/
Devergreen_compute.h59 debug = debug_get_bool_option("R600_COMPUTE_DEBUG", FALSE); in COMPUTE_DBG()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dradeonsi_pipe.c333 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()
Dradeonsi_shader.c675 dump = debug_get_bool_option("RADEON_DUMP_SHADERS", FALSE); in si_pipe_shader_create()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_chipset.c139 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE; in r300_parse_chipset()
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_screen_ioctl.c200 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/
Dnv30_context.c153 if (debug_get_bool_option("NV30_SWTNL", FALSE)) in nv30_context_create()
/external/mesa3d/src/gallium/drivers/i915/
Di915_screen.c109 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in i915_get_shader_param()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Dmixer.c71 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/
Dcontext.c285 debug_get_bool_option("G3DVL_NO_CSC", FALSE) ? in XvMCCreateContext()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_screen.c236 if (debug_get_bool_option("DRAW_USE_LLVM", TRUE)) in llvmpipe_get_shader_param()
Dlp_rast.c904 rast->no_rast = debug_get_bool_option("LP_NO_RAST", FALSE); in lp_rast_create()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_init.c187 if (!debug_get_bool_option("PP_DEBUG", FALSE)) in pp_debug()
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
Dnative_wayland.c420 use_sw = use_sw || debug_get_bool_option("EGL_SOFTWARE", FALSE); in native_create_display()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.c55 value = debug_get_bool_option("DRAW_USE_LLVM", TRUE); in draw_get_option_use_llvm()
/external/mesa3d/src/gallium/state_trackers/egl/android/
Dnative_android.cpp785 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE); in android_display_create()

12