Home
last modified time | relevance | path

Searched defs:nir_loop (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/compiler/rust/
Dnir.rs462 pub fn following_loop<'a>(&'a self) -> Option<&'a nir_loop> { in following_loop()
494 impl nir_loop { impl
525 pub fn as_loop<'a>(&'a self) -> Option<&'a nir_loop> { in as_loop()
527 Some(unsafe { &*(self as *const nir_cf_node as *const nir_loop) }) in as_loop() constant
/third_party/mesa3d/src/nouveau/compiler/nak/
Dfrom_nir.rs3584 nl: &nir_loop, in parse_loop()
/third_party/mesa3d/src/compiler/nir/
Dnir.h3291 } nir_loop; typedef