Home
last modified time | relevance | path

Searched defs:dst_file (Results 1 - 25 of 26) sorted by relevance

12

/third_party/spirv-tools/tools/diff/
H A Ddiff.cpp145 const std::string& dst_file = flags::positional_arguments[1]; in main() local
/kernel/linux/linux-5.10/fs/cifs/
H A Dioctl.c80 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
H A Dcifsfs.c1084 cifs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) cifs_remap_file_range() argument
1146 cifs_file_copychunk_range(unsigned int xid, struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, size_t len, unsigned int flags) cifs_file_copychunk_range() argument
1225 cifs_copy_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, size_t len, unsigned int flags) cifs_copy_file_range() argument
[all...]
/third_party/ffmpeg/doc/examples/
H A Dscaling_video.c60 FILE *dst_file; in main() local
H A Dresampling_audio.c91 FILE *dst_file; in main() local
/third_party/astc-encoder/Utils/
H A Dastc_rgbm_codec.cpp63 const char* dst_file = argv[5]; in main() local
H A Dastc_blend_test.cpp74 const char* dst_file = argv[2]; in main() local
/kernel/linux/linux-5.10/fs/
H A Dremap_range.c447 vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, struct file *dst_file, loff_t dst_pos, loff_t len, unsigned int remap_flags) vfs_dedupe_file_range_one() argument
542 struct file *dst_file = dst_fd.file; vfs_dedupe_file_range() local
[all...]
H A Dioctl.c227 static long ioctl_file_clone(struct file *dst_file, unsigned long srcfd, in ioctl_file_clone() argument
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4file.c244 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
/kernel/linux/linux-6.6/fs/
H A Dremap_range.c439 vfs_dedupe_file_range_one(struct file *src_file, loff_t src_pos, struct file *dst_file, loff_t dst_pos, loff_t len, unsigned int remap_flags) vfs_dedupe_file_range_one() argument
542 struct file *dst_file = dst_fd.file; vfs_dedupe_file_range() local
[all...]
H A Dioctl.c231 static long ioctl_file_clone(struct file *dst_file, unsigned long srcfd, in ioctl_file_clone() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dioctl.c71 static long cifs_ioctl_copychunk(unsigned int xid, struct file *dst_file, in cifs_ioctl_copychunk() argument
H A Dcifsfs.c1265 cifs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) cifs_remap_file_range() argument
1373 cifs_file_copychunk_range(unsigned int xid, struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, size_t len, unsigned int flags) cifs_file_copychunk_range() argument
1490 cifs_copy_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, size_t len, unsigned int flags) cifs_copy_file_range() argument
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4file.c239 nfs42_remap_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, loff_t count, unsigned int remap_flags) nfs42_remap_file_range() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_transform.h290 tgsi_transform_op1_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index) tgsi_transform_op1_inst() argument
314 tgsi_transform_op2_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, bool src1_negate) tgsi_transform_op2_inst() argument
343 tgsi_transform_op3_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src1_file, unsigned src1_index, unsigned src2_file, unsigned src2_index) tgsi_transform_op3_inst() argument
374 tgsi_transform_op1_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle) tgsi_transform_op1_swz_inst() argument
415 tgsi_transform_op2_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, bool src1_negate) tgsi_transform_op2_swz_inst() argument
466 tgsi_transform_op3_swz_inst(struct tgsi_transform_context *ctx, enum tgsi_opcode opcode, unsigned dst_file, unsigned dst_index, unsigned dst_writemask, unsigned src0_file, unsigned src0_index, unsigned src0_swizzle, unsigned src0_negate, unsigned src1_file, unsigned src1_index, unsigned src1_swizzle, unsigned src2_file, unsigned src2_index, unsigned src2_swizzle) tgsi_transform_op3_swz_inst() argument
549 tgsi_transform_tex_inst(struct tgsi_transform_context *ctx, unsigned dst_file, unsigned dst_index, unsigned src_file, unsigned src_index, unsigned tex_target, unsigned sampler_index) tgsi_transform_tex_inst() argument
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dreflink.c836 btrfs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) btrfs_remap_file_range() argument
/kernel/linux/linux-6.6/fs/btrfs/
H A Dreflink.c882 btrfs_remap_file_range(struct file *src_file, loff_t off, struct file *dst_file, loff_t destoff, loff_t len, unsigned int remap_flags) btrfs_remap_file_range() argument
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_dataflow.c680 get_readers_for_single_write( void * userdata, struct rc_instruction * writer, rc_register_file dst_file, unsigned int dst_index, unsigned int dst_mask) get_readers_for_single_write() argument
H A Dradeon_compiler_util.c319 rc_src_reads_dst_mask( rc_register_file src_file, unsigned int src_idx, unsigned int src_swz, rc_register_file dst_file, unsigned int dst_idx, unsigned int dst_mask) rc_src_reads_dst_mask() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_compact.c1803 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, &inst); in precompact() local
H A Dbrw_eu_validate.c1856 enum brw_reg_file dst_file = brw_inst_dst_reg_file(devinfo, inst); in special_requirements_for_handling_double_precision_data_types() local
/kernel/linux/linux-5.10/fs/ceph/
H A Dfile.c2303 __ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) __ceph_copy_file_range() argument
2498 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c2842 __ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) __ceph_copy_file_range() argument
3041 ceph_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) ceph_copy_file_range() argument
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c3474 fuse_copy_file_range(struct file *src_file, loff_t src_off, struct file *dst_file, loff_t dst_off, size_t len, unsigned int flags) fuse_copy_file_range() argument

Completed in 35 milliseconds

12