Home
last modified time | relevance | path

Searched refs:NIR_DEBUG (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
H A Dnir.c95 DEBUG_GET_ONCE_FLAGS_OPTION(nir_debug, "NIR_DEBUG", nir_debug_control, 0)
101 nir_debug_print_shader[MESA_SHADER_VERTEX] = NIR_DEBUG(PRINT_VS); in nir_process_debug_variable_once()
102 nir_debug_print_shader[MESA_SHADER_TESS_CTRL] = NIR_DEBUG(PRINT_TCS); in nir_process_debug_variable_once()
103 nir_debug_print_shader[MESA_SHADER_TESS_EVAL] = NIR_DEBUG(PRINT_TES); in nir_process_debug_variable_once()
104 nir_debug_print_shader[MESA_SHADER_GEOMETRY] = NIR_DEBUG(PRINT_GS); in nir_process_debug_variable_once()
105 nir_debug_print_shader[MESA_SHADER_FRAGMENT] = NIR_DEBUG(PRINT_FS); in nir_process_debug_variable_once()
106 nir_debug_print_shader[MESA_SHADER_COMPUTE] = NIR_DEBUG(PRINT_CS); in nir_process_debug_variable_once()
107 nir_debug_print_shader[MESA_SHADER_TASK] = NIR_DEBUG(PRINT_TS); in nir_process_debug_variable_once()
108 nir_debug_print_shader[MESA_SHADER_MESH] = NIR_DEBUG(PRINT_MS); in nir_process_debug_variable_once()
109 nir_debug_print_shader[MESA_SHADER_RAYGEN] = NIR_DEBUG(PRINT_RG in nir_process_debug_variable_once()
[all...]
H A Dnir_validate.c1675 NIR_DEBUG(VALIDATE_SSA_DOMINANCE); in validate_function_impl()
1701 state->shader_gc_list = NIR_DEBUG(VALIDATE_GC_LIST) ? in init_validate_state()
1753 if (NIR_DEBUG(NOVALIDATE)) in nir_validate_shader()
1824 if (NIR_DEBUG(NOVALIDATE)) in nir_validate_ssa_dominance()
H A Dnir.h68 #define NIR_DEBUG(flag) unlikely(nir_debug & (NIR_DEBUG_ ## flag)) macro
70 #define NIR_DEBUG(flag) false macro
4388 if (NIR_DEBUG(CLONE)) { \
4392 if (NIR_DEBUG(SERIALIZE)) { \
H A Dnir_print.c201 if (instr->type == nir_instr_type_load_const && NIR_DEBUG(PRINT_CONSTS)) { in print_ssa_use()
/third_party/mesa3d/.gitlab-ci/
H A Dcrosvm-runner.sh93 NIR_DEBUG="novalidate" \
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dtgsi_to_nir.c2649 if (NIR_DEBUG(TGSI)) { in tgsi_to_nir()
2661 if (NIR_DEBUG(TGSI)) { in tgsi_to_nir()
H A Dnir_to_tgsi.c3841 if (NIR_DEBUG(TGSI)) { in nir_to_tgsi_options()
3888 if (NIR_DEBUG(TGSI)) { in nir_to_tgsi_options()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c1235 if (NIR_DEBUG(PRINT)) { in radeonsi_screen_create_impl()
H A Dsi_state_shaders.cpp161 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0); in si_get_ir_cache_key()
2979 nir_serialize(&blob, sel->nir, NIR_DEBUG(PRINT) == 0);

Completed in 26 milliseconds