Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/nir/
Dnir.h4462 should_skip_nir(const char *name) in should_skip_nir() function
4515 static inline bool should_skip_nir(UNUSED const char *pass_name) { return false; } in should_skip_nir() function
4522 if (should_skip_nir(#pass)) { \
4558 #define NIR_SKIP(name) should_skip_nir(#name)