HomeSort by: relevance | last modified time | path
    Searched defs:debug (Results 1 - 25 of 150) sorted by relevancy

1 2 3 4 5 6

  /xsrc/external/mit/libXft/dist/src/
xftdbg.c 29 static int debug; local
40 debug = atoi (e);
41 if (debug <= 0)
42 debug = 1;
45 return debug;
  /xsrc/external/mit/MesaLib.old/dist/src/mapi/
table.c 48 static int debug = -1; local
50 if (debug < 0)
51 debug = (getenv("MESA_DEBUG") || getenv("LIBGL_DEBUG"));
53 if (debug)
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
util.cc 50 void MessageDebug::debug(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, const char *prefix) function in class:MessageDebug
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
vir_opt_redundant_flags.c 33 static bool debug; variable
38 if (debug) {
vir_opt_copy_propagate.c 121 bool debug = false; local
184 if (debug) {
197 if (debug) {
vir_opt_small_immediates.c 33 static bool debug; variable
87 if (debug) {
97 if (debug) {
  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
opt_dead_code.cpp 36 static bool debug = false; variable
66 if (debug) {
107 if (debug) {
165 if (debug) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_screen.h 50 } debug; member in struct:i915_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_opt_small_immediates.c 34 static bool debug; variable
89 if (debug) {
96 if (debug) {
vc4_opt_algebraic.c 38 static bool debug; variable
43 if (!debug)
54 if (!debug)
vc4_opt_constant_folding.c 34 static bool debug; variable
39 if (!debug)
50 if (!debug)
vc4_opt_copy_propagation.c 67 bool debug = false; local
135 if (debug) {
144 if (debug) {
vc4_opt_dead_code.c 40 static bool debug; variable
45 if (debug) {
119 if (debug) {
vc4_opt_peephole_sf.c 33 static bool debug; variable
38 if (!debug)
49 if (!debug)
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_interpolation_map.c 92 const bool debug = false; local
93 if (debug) {
  /xsrc/external/mit/MesaLib/dist/src/mapi/
table.c 48 const char *debug = getenv("MESA_DEBUG"); local
49 if (!debug)
50 debug = getenv("LIBGL_DEBUG");
51 if (debug && strcmp(debug, "silent") != 0)
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
vir_opt_redundant_flags.c 33 static bool debug; variable
38 if (debug) {
vir_opt_copy_propagate.c 121 bool debug = false; local
184 if (debug) {
197 if (debug) {
vir_opt_dead_code.c 40 static bool debug; variable
45 if (debug) {
78 if (debug) {
157 if (debug) {
vir_opt_small_immediates.c 33 static bool debug; variable
87 if (debug) {
97 if (debug) {
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
opt_dead_code.cpp 36 static bool debug = false; variable
66 if (debug) {
107 if (debug) {
158 if (debug) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_screen.h 53 } debug; member in struct:i915_screen
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_opt_small_immediates.c 34 static bool debug; variable
89 if (debug) {
96 if (debug) {
vc4_opt_algebraic.c 38 static bool debug; variable
43 if (!debug)
54 if (!debug)
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_interpolation_map.c 92 bool debug = false; local
93 if (debug) {

Completed in 46 milliseconds

1 2 3 4 5 6