Home
last modified time | relevance | path

Searched refs:DEBUG_PRINT_IR (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_debug.c48 { "tgsi", DEBUG_PRINT_IR, NULL },
49 { "nir", DEBUG_PRINT_IR, NULL },
Dst_debug.h38 #define DEBUG_PRINT_IR BITFIELD_BIT(1) macro
Dst_program.c514 if (ST_DEBUG & DEBUG_PRINT_IR) { in st_create_nir_shader()
530 if (ST_DEBUG & DEBUG_PRINT_IR) { in st_create_nir_shader()
891 if (ST_DEBUG & DEBUG_PRINT_IR) in st_create_common_variant()
1642 if (ST_DEBUG & DEBUG_PRINT_IR) in st_create_fp_variant()
1838 if (ST_DEBUG & DEBUG_PRINT_IR && ST_DEBUG & DEBUG_MESA) in st_translate_common_program()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2194 - st/mesa: rename DEBUG_TGSI -> DEBUG_PRINT_IR