Searched refs:all_same (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/ |
D | kernel_select_cpu.h | 51 KernelAttr &SetAllSameAttr(bool all_same) { in SetAllSameAttr() argument 52 all_same_ = all_same; in SetAllSameAttr()
|
/third_party/boost/boost/geometry/geometries/adapted/ |
D | boost_fusion.hpp | 55 struct all_same : struct 76 fusion_adapt_detail::all_same<Sequence> >
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/ |
D | kernel_info_setter.h | 107 KernelAttr &AddAllSameAttr(const bool &all_same) { in AddAllSameAttr() argument 108 all_same_ = all_same; in AddAllSameAttr()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_optimizer_postRA.cpp | 71 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()
|
D | aco_register_allocation.cpp | 1931 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()
|
D | aco_instruction_selection.cpp | 10201 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/ |
D | xfaceenc.c | 39 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/ |
D | test_adjacent_difference.cpp | 78 BOOST_AUTO_TEST_CASE(all_same) in BOOST_AUTO_TEST_CASE() argument
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_opt_copy_prop_vars.c | 560 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/ |
D | radv_meta.c | 654 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()
|