Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dkernel_select_cpu.h51 KernelAttr &SetAllSameAttr(bool all_same) { in SetAllSameAttr() argument
52 all_same_ = all_same; in SetAllSameAttr()
/third_party/boost/boost/geometry/geometries/adapted/
Dboost_fusion.hpp55 struct all_same : struct
76 fusion_adapt_detail::all_same<Sequence> >
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dkernel_info_setter.h107 KernelAttr &AddAllSameAttr(const bool &all_same) { in AddAllSameAttr() argument
108 all_same_ = all_same; in AddAllSameAttr()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer_postRA.cpp71 bool all_same = std::all_of( in reset_block() local
76 if (all_same) in reset_block()
116 bool all_same = in last_writer_idx() local
121 return all_same ? instr_idx : written_by_multiple_instrs; in last_writer_idx()
Daco_register_allocation.cpp1931 bool all_same = std::all_of(phi->operands.cbegin() + 1, phi->operands.cend(), OpsSame); in get_regs_for_phis() local
1932 if (!all_same) in get_regs_for_phis()
Daco_instruction_selection.cpp10201 bool all_same = true; in create_continue_phis() local
10202 for (unsigned i = 1; all_same && (i < block.linear_preds.size()); i++) in create_continue_phis()
10203 all_same = vals[block.linear_preds[i] - first] == vals[block.linear_preds[0] - first]; in create_continue_phis()
10206 if (all_same) { in create_continue_phis()
/third_party/ffmpeg/libavcodec/
Dxfaceenc.c39 static int all_same(char *bitmap, int w, int h) in all_same() function
73 return *bitmap == 0 && all_same(bitmap, w, h); in all_white()
/third_party/boost/libs/compute/test/
Dtest_adjacent_difference.cpp78 BOOST_AUTO_TEST_CASE(all_same) in BOOST_AUTO_TEST_CASE() argument
/third_party/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c560 bool all_same = true; in load_from_ssa_entry_value() local
566 all_same = false; in load_from_ssa_entry_value()
569 all_same = false; in load_from_ssa_entry_value()
572 if (all_same) { in load_from_ssa_entry_value()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta.c654 nir_ssa_def *all_same = nir_ieq(b, &tex_all_same->dest.ssa, nir_imm_bool(b, false)); in radv_meta_build_resolve_shader_core() local
655 nir_push_if(b, all_same); in radv_meta_build_resolve_shader_core()