Searched refs:new_dest (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_io_offsets.c | 172 nir_ssa_def *new_dest = NULL; in lower_offset_for_ssbo() local 214 new_dest = &new_intrinsic->dest.ssa; in lower_offset_for_ssbo() 247 nir_src_for_ssa(new_dest)); in lower_offset_for_ssbo()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | nir_lower_dynamic_bo_access.c | 109 nir_ssa_def *new_dest = recursive_generate_bo_ssa_def(b, instr, in lower_dynamic_bo_access_instr() local 117 nir_ssa_def_rewrite_uses_after(&instr->dest.ssa, nir_src_for_ssa(new_dest), &instr->instr); in lower_dynamic_bo_access_instr()
|
/external/libcups/cups/ |
D | dest.c | 805 cups_dest_t *new_dest; /* New destination pointer */ in cupsCopyDest() local 821 if ((new_dest = cupsGetDest(dest->name, dest->instance, num_dests, in cupsCopyDest() 828 if (new_dest == dest) in cupsCopyDest() 835 cupsFreeOptions(new_dest->num_options, new_dest->options); in cupsCopyDest() 837 new_dest->num_options = 0; in cupsCopyDest() 838 new_dest->options = NULL; in cupsCopyDest() 841 new_dest = cups_add_dest(dest->name, dest->instance, &num_dests, dests); in cupsCopyDest() 843 if (new_dest) in cupsCopyDest() 845 new_dest->is_default = dest->is_default; in cupsCopyDest() 847 if ((new_dest->options = calloc(sizeof(cups_option_t), (size_t)dest->num_options)) == NULL) in cupsCopyDest() [all …]
|
/external/mesa3d/src/compiler/nir/ |
D | nir.c | 1544 nir_instr_rewrite_dest(nir_instr *instr, nir_dest *dest, nir_dest new_dest) in nir_instr_rewrite_dest() argument 1556 assert(!new_dest.is_ssa); in nir_instr_rewrite_dest() 1558 nir_dest_copy(dest, &new_dest, instr); in nir_instr_rewrite_dest() 1561 list_addtail(&dest->reg.def_link, &new_dest.reg.reg->defs); in nir_instr_rewrite_dest()
|
D | nir.h | 3994 nir_dest new_dest);
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 3390 const fs_reg new_dest = retype(alloc_frag_output(this, location), in nir_emit_fs_intrinsic() local 3394 bld.MOV(offset(new_dest, bld, nir_intrinsic_component(instr) + j), in nir_emit_fs_intrinsic() 4776 fs_reg new_dest = retype(offset(outputs[instr->const_index[0]], bld, in nir_emit_intrinsic() local 4779 bld.MOV(offset(new_dest, bld, j + first_component), in nir_emit_intrinsic()
|
/external/pdfium/third_party/libtiff/ |
D | tif_dirread.c | 1225 void *new_dest; in TIFFReadDirEntryDataAndRealloc() local 1236 new_dest = in TIFFReadDirEntryDataAndRealloc() 1238 if (new_dest == NULL) in TIFFReadDirEntryDataAndRealloc() 1248 *pdest = new_dest; in TIFFReadDirEntryDataAndRealloc()
|