HomeSort by relevance Sort by last modified time
    Searched refs:debug_get_bool_option (Results 1 - 25 of 34) sorted by null

1 2

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

Completed in 1031 milliseconds

1 2