Searched defs:nir_cf_node (Results 1 – 3 of 3) sorted by relevance
488 pub fn parent(&self) -> &nir_cf_node { in parent()502 pub fn iter_then_list(&self) -> ExecListIter<nir_cf_node> { in iter_then_list()506 pub fn iter_else_list(&self) -> ExecListIter<nir_cf_node> { in iter_else_list()516 pub fn iter_body(&self) -> ExecListIter<nir_cf_node> { in iter_body()529 impl nir_cf_node { impl532 Some(unsafe { &*(self as *const nir_cf_node as *const nir_block) }) in as_block() constant540 Some(unsafe { &*(self as *const nir_cf_node as *const nir_if) }) in as_if() constant548 Some(unsafe { &*(self as *const nir_cf_node as *const nir_loop) }) in as_loop() constant554 pub fn next(&self) -> Option<&nir_cf_node> { in next()560 pub fn prev(&self) -> Option<&nir_cf_node> { in prev()[all …]
3011 typedef struct nir_cf_node { struct3013 nir_cf_node_type type; argument3014 struct nir_cf_node *parent; argument3015 } nir_cf_node; typedef3506 NIR_DEFINE_CAST(nir_cf_node_as_block, nir_cf_node, nir_block, cf_node, in NIR_DEFINE_CAST() argument
3548 list: ExecListIter<nir_cf_node>, in parse_cf_list()