Home
last modified time | relevance | path

Searched refs:all_same (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp76 const bool all_same = std::all_of( in reset_block() local
81 if (all_same) in reset_block()
95 const bool all_same = std::all_of( in reset_block() local
101 if (all_same) in reset_block()
148 bool all_same = in last_writer_idx() local
153 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
Daco_register_allocation.cpp2076 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame); in get_regs_for_phis() local
2077 if (!all_same) in get_regs_for_phis()
Daco_instruction_selection.cpp10453 bool all_same = true; in create_continue_phis() local
10454 for (unsigned i = 1; all_same && (i < block.linear_preds.size()); i++) in create_continue_phis()
10455 all_same = vals[block.linear_preds[i] - first] == vals[block.linear_preds[0] - first]; in create_continue_phis()
10458 if (all_same) { in create_continue_phis()
/third_party/ffmpeg/libavcodec/
Dxfaceenc.c40 static int all_same(char *bitmap, int w, int h) in all_same() function
74 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c559 bool all_same = true; in load_from_ssa_entry_value() local
565 all_same = false; in load_from_ssa_entry_value()
568 all_same = false; in load_from_ssa_entry_value()
571 if (all_same) { in load_from_ssa_entry_value()