Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff2-table.hh162 dictval.add_op (op, env.str_ref); in process_op()
184 dictval.add_op (op, env.str_ref); in process_op()
221 dictval.add_op (op, env.str_ref); in process_op()
320 dictval.add_op (op, env.str_ref, val); in process_op()
362 dictval.add_op (op, env.str_ref); in process_op()
Dhb-subset-cff1.cc294 param.current_parsed_str->add_op (op, env.str_ref); in process_op()
301 param.current_parsed_str->add_op (op, env.str_ref); in process_op()
316 param.current_parsed_str->add_op (op, env.str_ref); in process_op()
573 topdict_mod.add_op (OpCode_Encoding); in create()
575 topdict_mod.add_op (OpCode_charset); in create()
Dhb-subset-cff-common.hh359 void add_op (op_code_t op, const byte_str_ref_t& str_ref) in add_op() function
362 SUPER::add_op (op, str_ref); in add_op()
375 SUPER::add_op (op, str_ref, val); in add_call_op()
Dhb-cff-interp-common.hh558 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ()) in add_op() function
566 void add_op (op_code_t op, const byte_str_ref_t& str_ref, const VAL &v) in add_op() function
Dhb-ot-cff1-table.hh788 dictval.add_op (op, env.str_ref, val); in process_op()
833 dictval.add_op (op, env.str_ref); in process_op()
898 dictval.add_op (op, env.str_ref, val); in process_op()
940 dictval.add_op (op, env.str_ref); in process_op()
Dhb-subset-cff2.cc197 param.current_parsed_str->add_op (op, env.str_ref); in process_op()
/third_party/mesa3d/src/compiler/nir/
Dnir_loop_analyze.c774 nir_op add_op; in will_break_on_first_iteration() local
777 add_op = nir_op_fadd; in will_break_on_first_iteration()
781 add_op = nir_op_iadd; in will_break_on_first_iteration()
787 initial = eval_const_binop(add_op, bit_size, initial, step, in will_break_on_first_iteration()
813 nir_op add_op; in test_iterations() local
818 add_op = nir_op_fadd; in test_iterations()
824 add_op = nir_op_iadd; in test_iterations()
838 eval_const_binop(add_op, bit_size, mul_result, initial, execution_mode); in test_iterations()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_qpu_schedule.c326 uint32_t add_op = QPU_GET_FIELD(inst, QPU_OP_ADD); in calculate_deps() local
345 if (add_op != QPU_A_NOP) { in calculate_deps()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch8755 + auto add_op = std::make_shared<PatternOp>();
8756 + MS_CHECK_TRUE_RET(add_op != nullptr, RET_NULL_PTR);
8757 + add_op->id = AddName;
8758 + add_op->types = {schema::PrimitiveType_AddFusion};
8759 + add_op->left = mul_op;
8766 + fusion_pattern->AddPatternOp(add_op);
8949 + auto add_op = std::make_shared<PatternOp>();
8950 + MS_CHECK_TRUE_RET(add_op != nullptr, RET_NULL_PTR);
8951 + add_op->id = kAddName;
8952 + add_op->types = {schema::PrimitiveType_AddFusion};
[all …]
/third_party/chromium/patch/
D0001-cve.patch30284 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ())