/external/chromium_org/third_party/mesa/src/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/sw/ |
i915_sw_winsys.c | 53 isws->dump_cmd = debug_get_bool_option("I915_DUMP_CMD", FALSE);
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
|
/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
native_x11.c | 41 force_sw = debug_get_bool_option("EGL_SOFTWARE", FALSE);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
evergreen_compute.h | 59 debug = debug_get_bool_option("R600_COMPUTE_DEBUG", FALSE);
|
/external/mesa3d/src/gallium/drivers/r600/ |
evergreen_compute.h | 59 debug = debug_get_bool_option("R600_COMPUTE_DEBUG", FALSE);
|
/external/chromium_org/third_party/mesa/src/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);
|
/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);
|
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/mesa/src/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)) {
|
/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)) {
|
/external/chromium_org/third_party/mesa/src/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/drivers/r300/ |
r300_chipset.c | 139 caps->has_tcl = debug_get_bool_option("RADEON_NO_TCL", FALSE) ? FALSE : TRUE;
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
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))
|
u_debug.h | 358 debug_get_bool_option(const char *name, boolean dfault); 376 value = debug_get_bool_option(name, dfault); \
|
/external/chromium_org/third_party/mesa/src/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;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
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))
|
u_debug.h | 357 debug_get_bool_option(const char *name, boolean dfault); 375 value = debug_get_bool_option(name, dfault); \
|
/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;
|
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_context.c | 153 if (debug_get_bool_option("NV30_SWTNL", FALSE))
|