Home
last modified time | relevance | path

Searched refs:is_add (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/util/
Dhb-subset.cc174 hb_bool_t is_add = (name[strlen (name) - 1] == '+'); in parse_gids() local
177 if (!is_remove && !is_add) hb_set_clear (gids); in parse_gids()
250 hb_bool_t is_add = (name[strlen (name) - 1] == '+'); in parse_glyphs() local
253 if (!is_remove && !is_add) hb_set_clear (gids); in parse_glyphs()
307 hb_bool_t is_add = (name[strlen (name) - 1] == '+'); in parse_text() local
310 if (!is_remove && !is_add) hb_set_clear (unicodes); in parse_text()
341 hb_bool_t is_add = (name[strlen (name) - 1] == '+'); in parse_unicodes() local
344 if (!is_remove && !is_add) hb_set_clear (unicodes); in parse_unicodes()
420 hb_bool_t is_add = (name[strlen (name) - 1] == '+'); in parse_nameids() local
424 if (!is_remove && !is_add) hb_set_clear (name_ids); in parse_nameids()
[all …]
/third_party/cef/libcef/browser/views/
Dview_view.h218 cef_delegate()->OnChildViewChanged(GetCefView(), details.is_add, child); in NotifyChildViewChanged()
236 cef_delegate()->OnParentViewChanged(GetCefView(), details.is_add, parent); in NotifyParentViewChanged()
Dbrowser_view_view.cc18 if (details.is_add && details.child == this) { in ViewHierarchyChanged()
/third_party/cef/libcef/browser/chrome/views/
Dchrome_browser_view.cc46 if (details.is_add && details.child == this) { in ViewHierarchyChanged()
/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.cc77 if (details.is_add && details.child == this) in ViewHierarchyChanged()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2299 bool is_add = true; in ecma_op_object_get_property_names() local
2311 is_add = false; in ecma_op_object_get_property_names()
2317 if (is_add) in ecma_op_object_get_property_names()
2384 bool is_add = true; in ecma_op_object_get_property_names() local
2396 is_add = false; in ecma_op_object_get_property_names()
2402 if (is_add) in ecma_op_object_get_property_names()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c227 uint32_t waddr, bool is_add) in process_waddr_deps() argument
230 bool is_a = is_add ^ ((inst & QPU_WS) != 0); in process_waddr_deps()
/third_party/mesa3d/src/amd/compiler/
Daco_optimizer.cpp3629 bool is_add = instr->opcode != aco_opcode::v_mul_f32 && instr->opcode != aco_opcode::v_fma_f32; in to_mad_mix() local
3634 vop3p->opsel_lo = instr->isVOP3() ? ((instr->vop3().opsel & 0x7) << (is_add ? 1 : 0)) : 0x0; in to_mad_mix()
3637 vop3p->operands[is_add + i] = instr->operands[i]; in to_mad_mix()
3638 vop3p->neg_lo[is_add + i] = instr->isVOP3() && instr->vop3().neg[i]; in to_mad_mix()
3639 vop3p->neg_lo[is_add + i] |= instr->isSDWA() && instr->sdwa().neg[i]; in to_mad_mix()
3640 vop3p->neg_hi[is_add + i] = instr->isVOP3() && instr->vop3().abs[i]; in to_mad_mix()
3641 vop3p->neg_hi[is_add + i] |= instr->isSDWA() && instr->sdwa().abs[i]; in to_mad_mix()
3642 vop3p->opsel_lo |= (instr->isSDWA() && instr->sdwa().sel[i].offset()) << (is_add + i); in to_mad_mix()
3648 } else if (is_add) { in to_mad_mix()
3731 bool is_add = in combine_mad_mix() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfolding_rules.cpp457 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() local
459 bool swap_operands = !is_add || zero_is_variable; in MergeNegateAddSubArithmetic()
460 bool negate_const = is_add; in MergeNegateAddSubArithmetic()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfolding_rules.cpp457 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() local
459 bool swap_operands = !is_add || zero_is_variable; in MergeNegateAddSubArithmetic()
460 bool negate_const = is_add; in MergeNegateAddSubArithmetic()
/third_party/spirv-tools/source/opt/
Dfolding_rules.cpp465 bool is_add = (op_inst->opcode() == SpvOpFAdd) || in MergeNegateAddSubArithmetic() local
467 bool swap_operands = !is_add || zero_is_variable; in MergeNegateAddSubArithmetic()
468 bool negate_const = is_add; in MergeNegateAddSubArithmetic()