Home
last modified time | relevance | path

Searched defs:dst (Results 701 - 725 of 3198) sorted by relevance

1...<<21222324252627282930>>...128

/third_party/mesa3d/src/mesa/math/
H A Dm_debug_xform.c135 static void ref_transform( GLvector4f *dst, in ref_transform() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_tes.cpp203 dst_reg dst = get_nir_dest(instr->dest, BRW_REGISTER_TYPE_D); in nir_emit_intrinsic() local
H A Dbrw_vec4_surface_builder.cpp41 const dst_reg dst = bld.vgrf(src.type, in emit_stride() local
126 const dst_reg dst = bld.vgrf(BRW_REGISTER_TYPE_UD, ret_sz); in emit_send() local
/third_party/mesa3d/src/mesa/main/
H A Dobjectlabel.c93 copy_label(const GLchar *src, GLchar *dst, GLsizei *length, GLsizei bufSize) in copy_label() argument
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_draw.c69 fi_type *dst = exec->vtx.copied.buffer; in vbo_exec_copy_vertices() local
H A Dvbo_exec.c261 vbo_copy_vertices(struct gl_context *ctx, GLenum mode, unsigned start, unsigned *pcount, bool begin, unsigned vertex_size, bool in_dlist, fi_type *dst, const fi_type *src) vbo_copy_vertices() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dwintzimpl.cpp45 AnnualTimeZoneRule *std = nullptr, *dst = nullptr; in getSystemTimeInformation() local
47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_vec.c92 ngtcp2_ssize ngtcp2_vec_split(ngtcp2_vec *src, size_t *psrccnt, ngtcp2_vec *dst, in ngtcp2_vec_split() argument
145 ngtcp2_vec_merge(ngtcp2_vec *dst, size_t *pdstcnt, ngtcp2_vec *src, size_t *psrccnt, size_t left, size_t maxcnt) ngtcp2_vec_merge() argument
218 ngtcp2_vec_copy_at_most(ngtcp2_vec *dst, size_t dstcnt, const ngtcp2_vec *src, size_t srccnt, size_t left) ngtcp2_vec_copy_at_most() argument
241 ngtcp2_vec_copy(ngtcp2_vec *dst, const ngtcp2_vec *src, size_t cnt) ngtcp2_vec_copy() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.c49 float *dst = dst_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local
103 uint8_t *dst = dst_row; util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local
158 uint32_t *dst = (uint32_t *)dst_row; util_format_r8g8_b8g8_unorm_pack_rgba_float() local
207 uint32_t *dst = (uint32_t *)dst_row; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
251 float *dst = in_dst; util_format_r8g8_b8g8_unorm_fetch_rgba() local
271 float *dst = dst_row; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
325 uint8_t *dst = dst_row; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
380 uint32_t *dst = (uint32_t *)dst_row; util_format_g8r8_g8b8_unorm_pack_rgba_float() local
429 uint32_t *dst = (uint32_t *)dst_row; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
473 float *dst = in_dst; util_format_g8r8_g8b8_unorm_fetch_rgba() local
493 float *dst = dst_row; util_format_uyvy_unpack_rgba_float() local
541 uint8_t *dst = dst_row; util_format_uyvy_unpack_rgba_8unorm() local
590 uint32_t *dst = (uint32_t *)dst_row; util_format_uyvy_pack_rgba_float() local
643 uint32_t *dst = (uint32_t *)dst_row; util_format_uyvy_pack_rgba_8unorm() local
691 float *dst = in_dst; util_format_uyvy_fetch_rgba() local
715 float *dst = dst_row; util_format_yuyv_unpack_rgba_float() local
763 uint8_t *dst = dst_row; util_format_yuyv_unpack_rgba_8unorm() local
812 uint32_t *dst = (uint32_t *)dst_row; util_format_yuyv_pack_rgba_float() local
865 uint32_t *dst = (uint32_t *)dst_row; util_format_yuyv_pack_rgba_8unorm() local
913 float *dst = in_dst; util_format_yuyv_fetch_rgba() local
[all...]
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
69 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc1_unorm_unpack_rgba_float() local
93 float *dst = in_dst; util_format_latc1_unorm_fetch_rgba() local
104 util_format_latc1_snorm_fetch_rgba_8unorm(UNUSED uint8_t *restrict dst, UNUSED const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j) util_format_latc1_snorm_fetch_rgba_8unorm() argument
143 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); util_format_latc1_snorm_unpack_rgba_float() local
161 float *dst = in_dst; util_format_latc1_snorm_fetch_rgba() local
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
210 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); util_format_latc2_unorm_unpack_rgba_float() local
229 float *dst = in_dst; util_format_latc2_unorm_fetch_rgba() local
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
275 float *dst = (float *)(uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16; util_format_latc2_snorm_unpack_rgba_float() local
300 float *dst = in_dst; util_format_latc2_snorm_fetch_rgba() local
[all...]
/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.c155 void *dst = pData; 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/gallium/drivers/llvmpipe/
H A Dlp_query.c342 void *dst = (uint8_t *)lpr->data + offset; in llvmpipe_get_query_result_resource() local
H A Dlp_test_main.c122 write_elem(struct lp_type type, void *dst, unsigned index, double value) in write_elem() argument
192 random_elem(struct lp_type type, void *dst, unsigned index) random_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
253 random_vec(struct lp_type type, void *dst) random_vec() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp45 AnnualTimeZoneRule *std = NULL, *dst = NULL; in getSystemTimeInformation() local
47 btz->getSimpleRulesNear(uprv_getUTCtime(), initial, std, dst, status); in getSystemTimeInformation() local
[all...]
/third_party/lwip/src/core/
H A Dinet_chksum.c603 lwip_chksum_copy(void *dst, const void *src, u16_t len) in lwip_chksum_copy() argument
/third_party/libfuse/lib/
H A Dbuffer.c42 static ssize_t fuse_buf_write(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_write() argument
76 static ssize_t fuse_buf_read(const struct fuse_buf *dst, size_t dst_off, in fuse_buf_read() argument
110 static ssize_t fuse_buf_fd_to_fd(const struct fuse_buf *dst, size_ 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
294 const struct fuse_buf *dst = fuse_bufvec_current(dstv); fuse_buf_copy() local
[all...]
H A Dmount_util.c281 char *dst; in fuse_mnt_resolve_path() local
/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, cons argument
[all...]
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c168 ip_addr_t dst; in START_TEST() local
203 ip_addr_t dst; in START_TEST() local
/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
63 char *const dst = (char *) malloc(dstCapacity); in compress_round_trip() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-intl-gen.cc64 const TNode<String> dst = AllocateSeqOneByteString(length); in TF_BUILTIN() local

Completed in 14 milliseconds

1...<<21222324252627282930>>...128