Home
last modified time | relevance | path

Searched defs:first_then_block (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_control_flow.c138 nir_block *first_then_block = nir_if_first_then_block(if_stmt); in link_block_to_non_block() local
299 nir_block *first_then_block = nir_if_first_then_block(next_if); in block_add_normal_succs() local
/external/mesa3d/src/compiler/rust/
Dnir.rs473 pub fn first_then_block(&self) -> &nir_block { in first_then_block() method