Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.h49 extern int ST_DEBUG;
52 #define ST_DEBUG 0 macro
61 if (ST_DEBUG & flag) in ST_DBG()
Dst_debug.c45 int ST_DEBUG = 0; variable
67 ST_DEBUG = debug_get_option_st_debug(); in st_debug_init()
Dst_program.c332 if (ST_DEBUG & DEBUG_MESA) { in st_translate_vertex_program()
394 if (ST_DEBUG & DEBUG_TGSI) { in st_translate_vertex_program()
683 if (ST_DEBUG & DEBUG_MESA) { in st_translate_fragment_program()
754 if (ST_DEBUG & DEBUG_TGSI) { in st_translate_fragment_program()
1050 if ((ST_DEBUG & DEBUG_TGSI) && (ST_DEBUG & DEBUG_MESA)) { in st_translate_geometry_program()
1055 if (ST_DEBUG & DEBUG_TGSI) { in st_translate_geometry_program()
Dst_atom_constbuf.c92 if (ST_DEBUG & DEBUG_CONSTANTS) { in st_upload_constants()
Dst_cb_texture.c655 if (ST_DEBUG & DEBUG_FALLBACK) in decompress_with_blit()
728 if (ST_DEBUG & DEBUG_FALLBACK) in fallback_copy_texsubimage()
893 if (ST_DEBUG & DEBUG_FALLBACK) in compatible_src_dst_formats()
Dst_cb_drawpixels.c1588 if (ST_DEBUG & DEBUG_FALLBACK) in st_CopyPixels()
/external/llvm/lib/IR/
DAsmWriter.cpp732 #define ST_DEBUG(X) dbgs() << X
734 #define ST_DEBUG(X) macro
765 ST_DEBUG("begin processModule!\n"); in processModule()
799 ST_DEBUG("end processModule!\n"); in processModule()
804 ST_DEBUG("begin processFunction!\n"); in processFunction()
817 ST_DEBUG("Inserting Instructions:\n"); in processFunction()
846 ST_DEBUG("end processFunction!\n"); in processFunction()
882 ST_DEBUG("begin purgeFunction!\n"); in purgeFunction()
886 ST_DEBUG("end purgeFunction!\n"); in purgeFunction()
939 ST_DEBUG(" Inserting value [" << V->getType() << "] = " << V << " slot=" << in CreateModuleSlot()
[all …]
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst56 .. envvar:: ST_DEBUG <flags> (0x0)