Searched refs:should_print_nir (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ | ||
| H A D | nir.h | 3131 should_print_nir(void) function in typeref:typename:bool 3146 static inline bool should_print_nir(void) { return false; } function in typeref:typename:bool 3169 if (should_print_nir()) \ 3173 if (should_print_nir()) \ 3180 if (should_print_nir()) \ 3183 if (should_print_nir()) \ |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ | ||
| H A D | nir.h | 4499 should_print_nir(nir_shader *shader) function in typeref:typename:bool 4518 static inline bool should_print_nir(nir_shader *shader) { return false; } function in typeref:typename:bool 4538 if (should_print_nir(nir)) \ 4543 if (should_print_nir(nir)) \ 4550 if (should_print_nir(nir)) \ 4554 if (should_print_nir(nir)) \ |
Completed in 15 milliseconds