Home
last modified time | relevance | path

Searched refs:ST_DEBUG (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.h57 extern int ST_DEBUG;
60 #define ST_DEBUG 0 macro
71 if (ST_DEBUG & flag) in ST_DBG()
Dst_debug.c46 int ST_DEBUG = 0; variable
74 ST_DEBUG = debug_get_option_st_debug(); in st_debug_init()
Dst_program.c410 if (ST_DEBUG & DEBUG_MESA) { in st_translate_vertex_program()
520 if (ST_DEBUG & DEBUG_TGSI) { in st_create_vp_variant()
839 if (ST_DEBUG & DEBUG_MESA) { in st_translate_fragment_program()
1139 if (ST_DEBUG & DEBUG_TGSI) { in st_create_fp_variant()
1467 if ((ST_DEBUG & DEBUG_TGSI) && (ST_DEBUG & DEBUG_MESA)) { in st_translate_program_common()
1472 if (ST_DEBUG & DEBUG_TGSI) { in st_translate_program_common()
Dst_draw.c260 if (ST_DEBUG & DEBUG_DRAW) { in st_draw_vbo()
335 if (ST_DEBUG & DEBUG_DRAW) { in st_indirect_draw_vbo()
Dst_atom_rasterizer.c128 if (ST_DEBUG & DEBUG_WIREFRAME) { in update_raster_state()
Dst_cb_program.c279 if (ST_DEBUG & DEBUG_PRECOMPILE || in st_program_string_notify()
Dst_atom_constbuf.c117 if (ST_DEBUG & DEBUG_CONSTANTS) { in st_upload_constants()
Dst_cb_bufferobjects.c299 if (ST_DEBUG & DEBUG_BUFFER) { in st_bufferobj_data()
Dst_cb_perfmon.c60 if (ST_DEBUG & DEBUG_MESA) { in init_perf_monitor()
Dst_cb_readpixels.c344 if (ST_DEBUG & DEBUG_NOREADPIXCACHE) in try_cached_readpixels()
Dst_extensions.c1170 if ((ST_DEBUG & DEBUG_GREMEDY) && in st_init_extensions()
Dst_cb_texture.c2063 if (ST_DEBUG & DEBUG_FALLBACK) in st_GetTexSubImage()
2138 if (ST_DEBUG & DEBUG_FALLBACK) in fallback_copy_texsubimage()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DAsmWriter.cpp415 #define ST_DEBUG(X) dbgs() << X
417 #define ST_DEBUG(X) macro
447 ST_DEBUG("begin processModule!\n"); in processModule()
471 ST_DEBUG("end processModule!\n"); in processModule()
476 ST_DEBUG("begin processFunction!\n"); in processFunction()
485 ST_DEBUG("Inserting Instructions:\n"); in processFunction()
521 ST_DEBUG("end processFunction!\n"); in processFunction()
528 ST_DEBUG("begin purgeFunction!\n"); in purgeFunction()
532 ST_DEBUG("end purgeFunction!\n"); in purgeFunction()
577 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateModuleSlot()
[all …]
/external/llvm/lib/IR/
DAsmWriter.cpp766 #define ST_DEBUG(X) dbgs() << X
768 #define ST_DEBUG(X) macro
799 ST_DEBUG("begin processModule!\n"); in processModule()
839 ST_DEBUG("end processModule!\n"); in processModule()
844 ST_DEBUG("begin processFunction!\n"); in processFunction()
857 ST_DEBUG("Inserting Instructions:\n"); in processFunction()
886 ST_DEBUG("end processFunction!\n"); in processFunction()
925 ST_DEBUG("begin purgeFunction!\n"); in purgeFunction()
929 ST_DEBUG("end purgeFunction!\n"); in purgeFunction()
982 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateModuleSlot()
[all …]
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst52 .. envvar:: ST_DEBUG <flags> (0x0)