Searched refs:new_dest (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | side_effect_guards.py | 82 new_dest, new_alias_map = anno.getanno( 87 current_dest = new_dest
|
/external/libcups/cups/ |
D | dest.c | 814 cups_dest_t *new_dest; /* New destination pointer */ in cupsCopyDest() local 830 if ((new_dest = cupsGetDest(dest->name, dest->instance, num_dests, in cupsCopyDest() 837 if (new_dest == dest) in cupsCopyDest() 844 cupsFreeOptions(new_dest->num_options, new_dest->options); in cupsCopyDest() 846 new_dest->num_options = 0; in cupsCopyDest() 847 new_dest->options = NULL; in cupsCopyDest() 850 new_dest = cups_add_dest(dest->name, dest->instance, &num_dests, dests); in cupsCopyDest() 852 if (new_dest) in cupsCopyDest() 854 if ((new_dest->options = calloc(sizeof(cups_option_t), (size_t)dest->num_options)) == NULL) in cupsCopyDest() 857 new_dest->num_options = dest->num_options; in cupsCopyDest() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir.c | 1521 nir_instr_rewrite_dest(nir_instr *instr, nir_dest *dest, nir_dest new_dest) in nir_instr_rewrite_dest() argument 1533 assert(!new_dest.is_ssa); in nir_instr_rewrite_dest() 1535 nir_dest_copy(dest, &new_dest, instr); in nir_instr_rewrite_dest() 1538 list_addtail(&dest->reg.def_link, &new_dest.reg.reg->defs); in nir_instr_rewrite_dest()
|
D | nir.h | 2257 nir_dest new_dest);
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3246 const fs_reg new_dest = retype(alloc_frag_output(this, location), in nir_emit_fs_intrinsic() local 3250 bld.MOV(offset(new_dest, bld, nir_intrinsic_component(instr) + j), in nir_emit_fs_intrinsic() 4233 fs_reg new_dest = retype(offset(outputs[instr->const_index[0]], bld, in nir_emit_intrinsic() local 4236 bld.MOV(offset(new_dest, bld, j + first_component), in nir_emit_intrinsic()
|