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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir.h3094 should_skip_nir(const char *name) function in typeref:typename:bool
3143 static inline bool should_skip_nir(UNUSED const char *pass_name) { return false; } function in typeref:typename:bool
3150 if (should_skip_nir(#pass)) { \
3187 #define NIR_SKIP(name) should_skip_nir(#name)
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir.h4462 should_skip_nir(const char *name) function in typeref:typename:bool
4515 static inline bool should_skip_nir(UNUSED const char *pass_name) { return false; } function in typeref:typename:bool
4522 if (should_skip_nir(#pass)) { \
4558 #define NIR_SKIP(name) should_skip_nir(#name)

Completed in 14 milliseconds