Searched defs:nir_cf_node (Results 1 – 3 of 3) sorted by relevance
467 pub fn parent(&self) -> &nir_cf_node { in parent()481 pub fn iter_then_list(&self) -> ExecListIter<nir_cf_node> { in iter_then_list()485 pub fn iter_else_list(&self) -> ExecListIter<nir_cf_node> { in iter_else_list()495 pub fn iter_body(&self) -> ExecListIter<nir_cf_node> { in iter_body()508 impl nir_cf_node { implementation511 Some(unsafe { &*(self as *const nir_cf_node as *const nir_block) }) in as_block() constant519 Some(unsafe { &*(self as *const nir_cf_node as *const nir_if) }) in as_if() constant527 Some(unsafe { &*(self as *const nir_cf_node as *const nir_loop) }) in as_loop() constant533 pub fn next(&self) -> Option<&nir_cf_node> { in next()539 pub fn prev(&self) -> Option<&nir_cf_node> { in prev()[all …]
2972 typedef struct nir_cf_node { struct2974 nir_cf_node_type type; argument2975 struct nir_cf_node *parent; argument2976 } nir_cf_node; typedef3485 NIR_DEFINE_CAST(nir_cf_node_as_block, nir_cf_node, nir_block, cf_node, in NIR_DEFINE_CAST() argument
3600 list: ExecListIter<nir_cf_node>, in parse_cf_list()