Searched refs:add_op (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-cff2-table.hh | 162 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()
|
D | hb-subset-cff1.cc | 294 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()
|
D | hb-subset-cff-common.hh | 359 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()
|
D | hb-cff-interp-common.hh | 558 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
|
D | hb-ot-cff1-table.hh | 788 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()
|
D | hb-subset-cff2.cc | 197 param.current_parsed_str->add_op (op, env.str_ref); in process_op()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_loop_analyze.c | 774 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/ |
D | vc4_qpu_schedule.c | 326 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/ |
D | 0005-micro-for-ohos.patch | 8755 + 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/ |
D | 0001-cve.patch | 30284 void add_op (op_code_t op, const byte_str_ref_t& str_ref = byte_str_ref_t ())
|