Home
last modified time | relevance | path

Searched refs:DEBUG_CONSTANTS (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_debug.h43 #define DEBUG_CONSTANTS 0x4 macro
Dst_debug.c51 { "constants",DEBUG_CONSTANTS, NULL },
Dst_atom_constbuf.c117 if (ST_DEBUG & DEBUG_CONSTANTS) { in st_upload_constants()