Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir.h2367 static int should_clone = -1; in should_clone_nir() local
2368 if (should_clone < 0) in should_clone_nir()
2369 should_clone = env_var_as_boolean("NIR_TEST_CLONE", false); in should_clone_nir()
2371 return should_clone; in should_clone_nir()