Searched refs:add_op (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A 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()
|
H A 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()
|
H A 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
|
H A 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()
|
H A D | hb-ot-cff1-table.hh | 788 dictval.add_op (op, env.str_ref, val); 833 dictval.add_op (op, env.str_ref); 898 dictval.add_op (op, env.str_ref, val); 940 dictval.add_op (op, env.str_ref);
|
H A 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/ |
H A 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/ |
H A 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()
|
Completed in 15 milliseconds