HomeSort by relevance Sort by last modified time
    Searched refs:ST_DEBUG (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_debug.h 57 extern int ST_DEBUG;
60 #define ST_DEBUG 0
71 if (ST_DEBUG & flag)
st_debug.c 40 #include "st_debug.h"
46 int ST_DEBUG = 0;
66 DEBUG_GET_ONCE_FLAGS_OPTION(st_debug, "ST_DEBUG", st_debug_flags, 0)
74 ST_DEBUG = debug_get_option_st_debug();
st_draw.c 54 #include "st_debug.h"
260 if (ST_DEBUG & DEBUG_DRAW) {
335 if (ST_DEBUG & DEBUG_DRAW) {
st_atom_constbuf.c 44 #include "st_debug.h"
117 if (ST_DEBUG & DEBUG_CONSTANTS) {
st_atom_rasterizer.c 37 #include "st_debug.h"
128 if (ST_DEBUG & DEBUG_WIREFRAME) {
st_cb_program.c 44 #include "st_debug.h"
279 if (ST_DEBUG & DEBUG_PRECOMPILE ||
st_program.c 52 #include "st_debug.h"
410 if (ST_DEBUG & DEBUG_MESA) {
520 if (ST_DEBUG & DEBUG_TGSI) {
839 if (ST_DEBUG & DEBUG_MESA) {
    [all...]
st_cb_bufferobjects.c 43 #include "st_debug.h"
299 if (ST_DEBUG & DEBUG_BUFFER) {
st_cb_perfmon.c 28 #include "st_debug.h"
60 if (ST_DEBUG & DEBUG_MESA) {
st_cb_readpixels.c 44 #include "st_debug.h"
344 if (ST_DEBUG & DEBUG_NOREADPIXCACHE)
st_cb_texture.c 49 #include "state_tracker/st_debug.h"
    [all...]
st_extensions.c 40 #include "st_debug.h"
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp 415 #define ST_DEBUG(X) dbgs() << X
417 #define ST_DEBUG(X)
447 ST_DEBUG("begin processModule!\n");
471 ST_DEBUG("end processModule!\n");
476 ST_DEBUG("begin processFunction!\n");
485 ST_DEBUG("Inserting Instructions:\n");
521 ST_DEBUG("end processFunction!\n");
528 ST_DEBUG("begin purgeFunction!\n");
532 ST_DEBUG("end purgeFunction!\n");
577 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" <
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 766 #define ST_DEBUG(X) dbgs() << X
768 #define ST_DEBUG(X)
799 ST_DEBUG("begin processModule!\n");
839 ST_DEBUG("end processModule!\n");
844 ST_DEBUG("begin processFunction!\n");
857 ST_DEBUG("Inserting Instructions:\n");
886 ST_DEBUG("end processFunction!\n");
925 ST_DEBUG("begin purgeFunction!\n");
929 ST_DEBUG("end purgeFunction!\n");
    [all...]

Completed in 289 milliseconds