Home
last modified time | relevance | path

Searched defs:src (Results 1126 - 1150 of 4049) sorted by relevance

1...<<41424344454647484950>>...162

/third_party/mesa3d/src/util/
H A Drb_tree.c68 rb_node_copy_color(struct rb_node *dst, struct rb_node *src) in rb_node_copy_color() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_query_pool.c154 const void *src = packed_data; in vn_GetQueryPoolResults() local
/third_party/mesa3d/src/microsoft/vulkan/
H A Ddzn_sync.c106 dzn_sync_move(struct vk_device *device, struct vk_sync *dst, struct vk_sync *src) dzn_sync_move() argument
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.c246 panfrost_access_tiled_image_generic(void *dst, void *src, in panfrost_access_tiled_image_generic() argument
278 panfrost_access_tiled_image(void *dst, void *src, in panfrost_access_tiled_image() argument
383 panfrost_store_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_store_tiled_image() argument
396 panfrost_load_tiled_image(void *dst, const void *src, unsigned x, unsigned y, unsigned w, unsigned h, uint32_t dst_stride, uint32_t src_stride, enum pipe_format format) panfrost_load_tiled_image() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_latc.c33 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_latc1_unorm_fetch_rgba_8unorm() argument
65 const uint8_t *src = src_row; in util_format_latc1_unorm_unpack_rgba_float() local
91 util_format_latc1_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, unsigned j) in util_format_latc1_unorm_fetch_rgba() argument
104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, in util_format_latc1_snorm_fetch_rgba_8unorm() argument
139 const int8_t *src = (int8_t *)src_row; in util_format_latc1_snorm_unpack_rgba_float() local
159 util_format_latc1_snorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, unsigned j) util_format_latc1_snorm_fetch_rgba() argument
173 util_format_latc2_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j) util_format_latc2_unorm_fetch_rgba_8unorm() argument
206 const uint8_t *src = src_row; util_format_latc2_unorm_unpack_rgba_float() local
227 util_format_latc2_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, unsigned j) util_format_latc2_unorm_fetch_rgba() argument
242 util_format_latc2_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_latc2_snorm_fetch_rgba_8unorm() argument
271 const int8_t *src = (int8_t *)src_row; util_format_latc2_snorm_unpack_rgba_float() local
298 util_format_latc2_snorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, unsigned j) util_format_latc2_snorm_fetch_rgba() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_analysis.c183 get_nir_input_info(const nir_alu_src *src, in get_nir_input_info() argument
[all...]
H A Dlp_test_main.c59 read_elem(struct lp_type type, const void *src, unsigned index) in read_elem() argument
228 read_vec(struct lp_type type, const void *src, double *dst) read_vec() argument
237 write_vec(struct lp_type type, void *dst, const double *src) write_vec() argument
292 dump_vec(FILE *fp, struct lp_type type, const void *src) dump_vec() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/lwip/src/core/
H A Dinet_chksum.c83 u16_t src; in lwip_standard_chksum() local
310 inet_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip4_addr_t *src, const ip4_addr_t *dest) inet_chksum_pseudo() argument
343 ip6_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip6_addr_t *src, const ip6_addr_t *dest) ip6_chksum_pseudo() argument
379 ip_chksum_pseudo(struct pbuf *p, u8_t proto, u16_t proto_len, const ip_addr_t *src, const ip_addr_t *dest) ip_chksum_pseudo() argument
456 inet_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip4_addr_t *src, const ip4_addr_t *dest) inet_chksum_pseudo_partial() argument
491 ip6_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip6_addr_t *src, const ip6_addr_t *dest) ip6_chksum_pseudo_partial() argument
526 ip_chksum_pseudo_partial(struct pbuf *p, u8_t proto, u16_t proto_len, u16_t chksum_len, const ip_addr_t *src, const ip_addr_t *dest) ip_chksum_pseudo_partial() argument
603 lwip_chksum_copy(void *dst, const void *src, u16_t len) lwip_chksum_copy() argument
[all...]
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c525 unsigned char *src = state->out + state->have; local
/third_party/libfuse/lib/
H A Dbuffer.c42 fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_write() argument
76 fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_read() argument
110 fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len) fuse_buf_fd_to_fd() argument
161 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument
216 fuse_buf_splice(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_splice() argument
227 fuse_buf_copy_one(const struct fuse_buf *dst, size_t dst_off, const struct fuse_buf *src, size_t src_off, size_t len, enum fuse_buf_copy_flags flags) fuse_buf_copy_one() argument
293 const struct fuse_buf *src = fuse_bufvec_current(srcv); fuse_buf_copy() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dflowgraph.c39 static void reverse_bbs(struct basic_block_list **dst, struct basic_block_list *src) in reverse_bbs() argument
/third_party/lwip/src/netif/
H A Dlowpan6_ble.c110 ble_addr_to_eui64(uint8_t *dst, const uint8_t *src, int public_addr) in ble_addr_to_eui64() argument
139 eui64_to_ble_addr(uint8_t *dst, const uint8_t *src) in eui64_to_ble_addr() argument
/third_party/lz4/ossfuzz/
H A Dround_trip_frame_uncompressed_fuzzer.c18 static void decompress(LZ4F_dctx *dctx, void *src, void *dst, in decompress() argument
/third_party/lzma/C/
H A DBcj2Enc.c157 const Byte *src; in Bcj2Enc_Encode_2() local
402 const Byte *src = p->src; Bcj2Enc_Encode() local
473 const Byte *src = p->src; Bcj2Enc_Encode() local
[all...]
H A DLzFindOpt.c337 const CLzRef *src = dest + ((diff in GetMatchesSpecN_2() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc113 const TNode<String> src = to_direct.string(); in TF_BUILTIN() local
[all...]
/third_party/node/deps/v8/src/asmjs/
H A Dasm-types.cc200 AsmMinMaxType(AsmType* dest, AsmType* src) in AsmMinMaxType() argument
232 AsmType* AsmType::MinMaxType(Zone* zone, AsmType* dest, AsmType* src) { in MinMaxType() argument
/third_party/node/deps/v8/src/objects/
H A Dslots-inl.h162 CopyTagged(Address dst, const Address src, size_t num_tagged) CopyTagged() argument
[all...]
H A Dscript-inl.h166 Object src = this->source(); in HasValidSource() local
[all...]
/third_party/node/deps/v8/src/utils/
H A Dmemcopy.h39 V8_INLINE void MemCopy(void* dest, const void* src, size_t size) { in MemCopy() argument
46 V8_INLINE void MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, in MemCopyUint8Wrapper() argument
52 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument
56 MemMove(void* dest, const void* src, size_t size) MemMove() argument
67 MemCopyUint8Wrapper(uint8_t* dest, const uint8_t* src, size_t chars) MemCopyUint8Wrapper() argument
73 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument
77 MemMove(void* dest, const void* src, size_t size) MemMove() argument
83 MemCopy(void* dest, const void* src, size_t size) MemCopy() argument
114 MemMove(void* dest, const void* src, size_t size) MemMove() argument
156 Address src = reinterpret_cast<Address>(src_ptr); CopyImpl() local
178 CopyWords(Address dst, const Address src, size_t num_words) CopyWords() argument
186 CopyBytes(T* dst, const T* src, size_t num_bytes) CopyBytes() argument
271 CopyChars(DstType* dst, const SrcType* src, size_t count) CopyChars() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_blitter.c195 struct fd_resource *src, *dst; emit_blit_buffer() local
310 struct fd_resource *src, *dst; emit_blit() local
433 struct fd_resource *src = fd_resource(info->src.resource); global() variable
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c50 default_src_texture(struct pipe_sampler_view *src_templ, struct pipe_resource *src, unsigned srclevel) default_src_texture() argument
123 struct pipe_resource *src = info->src.resource; fd_blitter_blit() local
349 fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) fd_resource_copy_region() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_dynamic.c60 set_dynamic_array(struct i915_context *i915, unsigned offset, const unsigned *src, unsigned dwords) set_dynamic_array() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dcodegen.c81 int src = slot_to_src[child->sched.pos][diff]; in gpir_get_alu_input() local

Completed in 14 milliseconds

1...<<41424344454647484950>>...162