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

/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_strip.c80 static int should_strip = -1; local in function:nir_strip
81 if (should_strip < 0)
82 should_strip = env_var_as_boolean("NIR_STRIP", true);
83 if (!should_strip)

Completed in 2 milliseconds