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

  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_control_flow.c 339 split_block_before_instr(nir_instr *instr) function
381 before = split_block_before_instr(cursor.instr);
385 /* We lower this to split_block_before_instr() so that we can keep the
393 before = split_block_before_instr(nir_instr_next(cursor.instr));
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_control_flow.c 346 split_block_before_instr(nir_instr *instr) function
388 before = split_block_before_instr(cursor.instr);
392 /* We lower this to split_block_before_instr() so that we can keep the
400 before = split_block_before_instr(nir_instr_next(cursor.instr));

Completed in 5 milliseconds