Searched refs:ST_DEBUG (Results 1 - 25 of 28) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_debug.h45 extern int ST_DEBUG;
54 if (ST_DEBUG & flag)
H A Dst_debug.c44 int ST_DEBUG = 0; variable in typeref:typename:int
58 DEBUG_GET_ONCE_FLAGS_OPTION(st_debug, "ST_DEBUG", st_debug_flags, 0)
64 ST_DEBUG = debug_get_option_st_debug();
H A Dst_program.c514 if (ST_DEBUG & DEBUG_PRINT_IR) {
530 if (ST_DEBUG & DEBUG_PRINT_IR) {
650 if (ST_DEBUG & DEBUG_MESA) {
891 if (ST_DEBUG & DEBUG_PRINT_IR)
1292 if (ST_DEBUG & DEBUG_MESA) {
1642 if (ST_DEBUG & DEBUG_PRINT_IR)
1838 if (ST_DEBUG & DEBUG_PRINT_IR && ST_DEBUG & DEBUG_MESA)
H A Dst_atom_rasterizer.c132 if (ST_DEBUG & DEBUG_WIREFRAME) {
H A Dst_cb_perfmon.c61 if (ST_DEBUG & DEBUG_MESA) {
H A Dst_cb_bufferobjects.c358 if (ST_DEBUG & DEBUG_BUFFER) {
H A Dst_cb_readpixels.c352 if (ST_DEBUG & DEBUG_NOREADPIXCACHE)
H A Dst_extensions.c1636 if ((ST_DEBUG & DEBUG_GREMEDY) &&
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_debug.h57 extern int ST_DEBUG;
60 #define ST_DEBUG 0 macro
71 if (ST_DEBUG & flag)
H A Dst_debug.c46 int ST_DEBUG = 0; variable in typeref:typename:int
66 DEBUG_GET_ONCE_FLAGS_OPTION(st_debug, "ST_DEBUG", st_debug_flags, 0)
74 ST_DEBUG = debug_get_option_st_debug();
H A Dst_draw.c259 if (ST_DEBUG & DEBUG_DRAW) {
315 if (ST_DEBUG & DEBUG_DRAW) {
H A Dst_atom_constbuf.c112 if (ST_DEBUG & DEBUG_CONSTANTS) {
H A Dst_atom_rasterizer.c133 if (ST_DEBUG & DEBUG_WIREFRAME) {
H A Dst_cb_program.c249 if (ST_DEBUG & DEBUG_PRECOMPILE ||
H A Dst_program.c555 if (ST_DEBUG & DEBUG_MESA) {
694 if (ST_DEBUG & DEBUG_TGSI) {
1032 if (ST_DEBUG & DEBUG_MESA) {
1340 if (ST_DEBUG & DEBUG_TGSI) {
1542 if ((ST_DEBUG & DEBUG_TGSI) && (ST_DEBUG & DEBUG_MESA)) {
1547 if (ST_DEBUG & DEBUG_TGSI) {
H A Dst_cb_bufferobjects.c315 if (ST_DEBUG & DEBUG_BUFFER) {
H A Dst_cb_perfmon.c61 if (ST_DEBUG & DEBUG_MESA) {
H A Dst_shader_cache.c372 if (ST_DEBUG & DEBUG_PRECOMPILE ||
H A Dst_cb_readpixels.c339 if (ST_DEBUG & DEBUG_NOREADPIXCACHE)
H A Dst_context.c882 !(ST_DEBUG & DEBUG_TGSI))
H A Dst_extensions.c1465 if ((ST_DEBUG & DEBUG_GREMEDY) &&
H A Dst_cb_texture.c2185 if (ST_DEBUG & DEBUG_FALLBACK)
2260 if (ST_DEBUG & DEBUG_FALLBACK)
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst52 .. envvar:: ST_DEBUG <flags> (0x0)
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst65 .. envvar:: ST_DEBUG <flags> (0x0)
/xsrc/external/mit/MesaLib/dist/docs/
H A Denvvars.rst485 :envvar:`ST_DEBUG`

Completed in 51 milliseconds

12