HomeSort by: relevance | last modified time | path
    Searched refs:first_else_block (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_control_flow.c 139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); local
142 link_blocks(block, first_then_block, first_else_block);
305 nir_block *first_else_block = nir_if_first_else_block(next_if); local
307 link_blocks(block, first_then_block, first_else_block);
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_control_flow.c 139 nir_block *first_else_block = nir_if_first_else_block(if_stmt); local
142 link_blocks(block, first_then_block, first_else_block);
312 nir_block *first_else_block = nir_if_first_else_block(next_if); local
314 link_blocks(block, first_then_block, first_else_block);

Completed in 15 milliseconds