Searched refs:VERBOSE (Results 1 - 25 of 44) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dintel_batchbuffer.h4 /* #define VERBOSE 0 */
5 #ifndef VERBOSE
6 extern int VERBOSE;
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dintel_batchbuffer.h4 /* #define VERBOSE 0 */
5 #ifndef VERBOSE
6 extern int VERBOSE;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Dintel_batchbuffer.h4 /* #define VERBOSE 0 */
5 #ifndef VERBOSE
6 extern int VERBOSE;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c34 #define VERBOSE 0 macro
36 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
H A Dradeon_emulate_branches.c30 #define VERBOSE 0 macro
32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
236 if (VERBOSE) {
H A Dradeon_pair_regalloc.c46 #define VERBOSE 0 macro
48 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
177 if (VERBOSE) {
483 #if VERBOSE
H A Dradeon_emulate_loops.c39 #define VERBOSE 0 macro
41 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
H A Dradeon_pair_schedule.c40 #define VERBOSE 0 macro
42 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
183 #if VERBOSE
1095 #if VERBOSE
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/
H A Dradeon_inline_literals.c34 #define VERBOSE 0 macro
36 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
H A Dradeon_emulate_branches.c30 #define VERBOSE 0 macro
32 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
236 if (VERBOSE) {
H A Dradeon_pair_regalloc.c46 #define VERBOSE 0 macro
48 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
177 if (VERBOSE) {
483 #if VERBOSE
H A Dradeon_emulate_loops.c39 #define VERBOSE 0 macro
41 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
H A Dradeon_pair_schedule.c40 #define VERBOSE 0 macro
42 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
183 #if VERBOSE
1095 #if VERBOSE
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) macro
53 #define VERBOSE 0 macro
712 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
724 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
737 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
756 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
821 if (VERBOSE)
847 if (VERBOSE)
875 if (VERBOSE)
909 if (VERBOSE)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c50 #define VERBOSE (R200_DEBUG & RADEON_VERBOSE) macro
53 #define VERBOSE 0 macro
712 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
724 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
737 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
756 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
821 if (VERBOSE)
847 if (VERBOSE)
875 if (VERBOSE)
909 if (VERBOSE)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) macro
49 #define VERBOSE 0 macro
434 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
446 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
459 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
478 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
543 if (VERBOSE)
569 if (VERBOSE)
597 if (VERBOSE)
631 if (VERBOSE)
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c46 #define VERBOSE (RADEON_DEBUG & RADEON_VERBOSE) macro
49 #define VERBOSE 0 macro
434 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
446 if (VERBOSE || (NORMAL && (changed || !ever_seen)))
459 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
478 if (VERBOSE || (NORMAL && (newmin || newmax || changed)))
543 if (VERBOSE)
569 if (VERBOSE)
597 if (VERBOSE)
631 if (VERBOSE)
[all...]
/xsrc/external/mit/xtrap/dist/
H A Dchparse.c70 #ifndef VERBOSE
71 #define VERBOSE 0 macro
/xsrc/external/mit/xedit/dist/
H A Dar-lib133 | -verbose | -VERBOSE \
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DMakefile44 $(VERBOSE)MAKESILENT = -s
47 $(VERBOSE).SILENT:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c55 #define VERBOSE 0 macro
57 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/compiler/tests/
H A Drc_test_helpers.c55 #define VERBOSE 0 macro
57 #define DBG(...) do { if (VERBOSE) fprintf(stderr, __VA_ARGS__); } while(0)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp1225 INFO_DBG(info->dbgFlags, VERBOSE, "unsupported program type %u\n", info->type);
1228 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type);
1287 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
H A Dnv50_ir.cpp1297 INFO_DBG(info->dbgFlags, VERBOSE, "unsupported program type %u\n", info->type);
1300 INFO_DBG(info->dbgFlags, VERBOSE, "translating program of type %u\n", type);
1360 INFO_DBG(prog->dbgFlags, VERBOSE, "nv50_ir_generate_code: ret = %i\n", ret);
/xsrc/external/mit/fontconfig/dist/test/
H A Drun-test.sh86 test x"$VERBOSE" = x || echo "Running: $TEST"

Completed in 22 milliseconds

12