HomeSort by relevance Sort by last modified time
    Searched refs:nir_instr_insert_after (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/compiler/nir/
nir_split_var_copies.c 191 nir_instr_insert_after(&old_copy->instr, &new_copy->instr);
nir_lower_phis_to_scalar.c 245 nir_instr_insert_after(&last_phi->instr, &vec->instr);
nir_from_ssa.c 325 nir_instr_insert_after(last_phi_instr, &block_pcopy->instr);
nir.h 2122 nir_instr_insert_after(nir_instr *instr, nir_instr *after) function
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_nir_lower_if_else.c 190 nir_instr_insert_after(nir_block_last_instr(prev_block),

Completed in 787 milliseconds