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

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_nir_analyze_boolean_resolves.c 179 nir_foreach_src(instr, src_mark_needs_resolve, NULL);
208 nir_foreach_src(instr, src_mark_needs_resolve, NULL);
242 nir_foreach_src(instr, src_mark_needs_resolve, NULL);
  /external/mesa3d/src/compiler/nir/
nir_propagate_invariant.c 87 nir_foreach_src(instr, add_src_cb, invariants);
94 nir_foreach_src(instr, add_src_cb, invariants);
nir_opt_move_comparisons.c 111 return true; /* nir_foreach_src should keep going */
158 nir_foreach_src(instr, move_comparison_source_cb, &progress);
nir_opt_dce.c 143 nir_foreach_src(instr, mark_live_cb, worklist);
nir_liveness.c 213 nir_foreach_src(instr, set_src_live, block->live_in);
245 if (!nir_foreach_src(instr, src_does_not_use_def, def))
nir_lower_regs_to_ssa.c 109 nir_foreach_src(&alu->instr, rewrite_src, state);
257 nir_foreach_src(instr, rewrite_src, &state);
nir_sweep.c 69 nir_foreach_src(instr, sweep_src_indirect, nir);
nir_opt_copy_propagate.c 232 nir_foreach_src(instr, copy_prop_src_cb, &state);
nir_opt_gcm.c 261 nir_foreach_src(instr, gcm_schedule_early_src, state);
nir.c 968 nir_foreach_src(instr, add_use_cb, instr);
1053 nir_foreach_src(instr, remove_use_cb, instr);
1327 nir_foreach_src(nir_instr *instr, nir_foreach_src_cb cb, void *state) function
    [all...]
nir_instr_set.c 428 !nir_foreach_src(instr, src_is_ssa, NULL))
nir.h     [all...]

Completed in 373 milliseconds