Home
last modified time | relevance | path

Searched refs:dst (Results 301 - 325 of 5306) sorted by relevance

1...<<11121314151617181920>>...213

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp124 const Dst &dst = instruction->dst; in applyShader() local
126 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in applyShader()
127 callRetBlock[dst.label].push_back(Nucleus::createBasicBlock()); in applyShader()
143 const Dst &dst = instruction->dst; in applyShader() local
152 bool pp = dst.partialPrecision; in applyShader()
165 if(dst.type == Shader::PARAMETER_TEXTURE) in applyShader()
167 d.x = v[2 + dst in applyShader()
1195 M3X2(Vector4f &dst, Vector4f &src0, const Src &src1) M3X2() argument
1204 M3X3(Vector4f &dst, Vector4f &src0, const Src &src1) M3X3() argument
1215 M3X4(Vector4f &dst, Vector4f &src0, const Src &src1) M3X4() argument
1228 M4X3(Vector4f &dst, Vector4f &src0, const Src &src1) M4X3() argument
1239 M4X4(Vector4f &dst, Vector4f &src0, const Src &src1) M4X4() argument
1252 TEX(Vector4f &dst, Vector4f &src0, const Src &src1, bool project, bool bias) TEX() argument
1270 TEXOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset) TEXOFFSET() argument
1275 TEXLODOFFSET(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, Float4 &lod) TEXLODOFFSET() argument
1280 TEXBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &bias) TEXBIAS() argument
1285 TEXOFFSETBIAS(Vector4f &dst, Vector4f &src0, const Src &src1, Vector4f &offset, Float4 &bias) TEXOFFSETBIAS() argument
1290 TEXELFETCH(Vector4f &dst, Vector4f &src0, const Src& src1, Float4 &lod) TEXELFETCH() argument
1295 TEXELFETCHOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &offset, Float4 &lod) TEXELFETCHOFFSET() argument
1300 TEXGRAD(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy) TEXGRAD() argument
1305 TEXGRADOFFSET(Vector4f &dst, Vector4f &src0, const Src& src1, Vector4f &dsx, Vector4f &dsy, Vector4f &offset) TEXGRADOFFSET() argument
1310 TEXLOD(Vector4f &dst, Vector4f &src0, const Src &src1, Float4 &lod) TEXLOD() argument
1315 TEXSIZE(Vector4f &dst, Float4 &lod, const Src &src1) TEXSIZE() argument
1364 DFDX(Vector4f &dst, Vector4f &src) DFDX() argument
1372 DFDY(Vector4f &dst, Vector4f &src) DFDY() argument
1380 FWIDTH(Vector4f &dst, Vector4f &src) FWIDTH() argument
[all...]
/third_party/ffmpeg/libavfilter/dnn/
H A Ddnn_backend_native_layer_pad.c130 float *dst = output + (n + params->paddings[0][0]) * new_hwc_stride in ff_dnn_execute_layer_pad() local
134 memcpy(dst, src, channel * sizeof(float)); in ff_dnn_execute_layer_pad()
143 float *dst = output + n * new_hwc_stride; in ff_dnn_execute_layer_pad() local
146 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
152 memcpy(dst, src, new_hwc_stride * sizeof(float)); in ff_dnn_execute_layer_pad()
157 float *dst = output + given * new_hwc_stride; in ff_dnn_execute_layer_pad() local
160 dst[i] = params->constant_values; in ff_dnn_execute_layer_pad()
165 memcpy(dst, src, new_hwc_stride * sizeof(float)); in ff_dnn_execute_layer_pad()
175 float *dst = start + h * new_wc_stride; in ff_dnn_execute_layer_pad() local
178 dst[ in ff_dnn_execute_layer_pad()
188 float *dst = start + given * new_wc_stride; ff_dnn_execute_layer_pad() local
208 float *dst = start + w * new_c_stride; ff_dnn_execute_layer_pad() local
221 float *dst = start + given * new_c_stride; ff_dnn_execute_layer_pad() local
243 float *dst = start + c; ff_dnn_execute_layer_pad() local
254 float *dst = start + given; ff_dnn_execute_layer_pad() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp53 fs_reg dst = inst->dst; in is_nop_mov() local
55 if (!dst.equals(inst->src[i])) { in is_nop_mov()
58 dst.offset += (i < inst->header_size ? REG_SIZE : in is_nop_mov()
59 inst->exec_size * dst.stride * in is_nop_mov()
64 return inst->dst.equals(inst->src[0]); in is_nop_mov()
81 inst->dst.file != VGRF || in is_coalesce_candidate()
82 inst->dst.type != inst->src[0].type) { in is_coalesce_candidate()
87 v->alloc.sizes[inst->dst.nr]) in is_coalesce_candidate()
165 inst->dst, ins in can_coalesce_vars()
[all...]
H A Dbrw_vec4_builder.h236 emit(enum opcode opcode, const dst_reg &dst) const in emit()
238 return emit(instruction(opcode, dst)); in emit()
245 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0) const in emit() argument
256 emit(instruction(opcode, dst, in emit()
260 return emit(instruction(opcode, dst, src0)); in emit()
268 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument
276 emit(instruction(opcode, dst, in emit()
281 return emit(instruction(opcode, dst, src0, src1)); in emit()
289 emit(enum opcode opcode, const dst_reg &dst, const src_reg &src0, in emit() argument
297 return emit(instruction(opcode, dst, in emit()
335 emit_minmax(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod mod) const emit_minmax() argument
353 const dst_reg dst = vgrf(src.type); emit_uniformize() local
451 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMP() argument
476 CMPN(const dst_reg &dst, const src_reg &src0, const src_reg &src1, brw_conditional_mod condition) const CMPN() argument
525 LRP(const dst_reg &dst, const src_reg &x, const src_reg &y, const src_reg &a) const LRP() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttp_client.c22 struct sockaddr_in dst; member
61 inet_ntoa(c->dst.sin_addr), in http_client_got_response()
62 ntohs(c->dst.sin_port)); in http_client_got_response()
67 inet_ntoa(c->dst.sin_addr), in http_client_got_response()
68 ntohs(c->dst.sin_port)); in http_client_got_response()
93 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port), in http_client_tx_ready()
116 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port)); in http_client_tx_ready()
130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() argument
187 http_client_url_parse(const char *url, struct sockaddr_in *dst, char **ret_path) http_client_url_parse() argument
243 struct sockaddr_in dst; http_client_url() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttp_client.c22 struct sockaddr_in dst; member
61 inet_ntoa(c->dst.sin_addr), in http_client_got_response()
62 ntohs(c->dst.sin_port)); in http_client_got_response()
67 inet_ntoa(c->dst.sin_addr), in http_client_got_response()
68 ntohs(c->dst.sin_port)); in http_client_got_response()
93 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port), in http_client_tx_ready()
116 inet_ntoa(c->dst.sin_addr), ntohs(c->dst.sin_port)); in http_client_tx_ready()
130 struct http_client * http_client_addr(struct sockaddr_in *dst, in http_client_addr() argument
187 http_client_url_parse(const char *url, struct sockaddr_in *dst, char **ret_path) http_client_url_parse() argument
243 struct sockaddr_in dst; http_client_url() local
[all...]
/third_party/ffmpeg/libavformat/
H A Dspdif.c26 void ff_spdif_bswap_buf16(uint16_t *dst, const uint16_t *src, int w) in ff_spdif_bswap_buf16() argument
31 dst[i + 0] = av_bswap16(src[i + 0]); in ff_spdif_bswap_buf16()
32 dst[i + 1] = av_bswap16(src[i + 1]); in ff_spdif_bswap_buf16()
33 dst[i + 2] = av_bswap16(src[i + 2]); in ff_spdif_bswap_buf16()
34 dst[i + 3] = av_bswap16(src[i + 3]); in ff_spdif_bswap_buf16()
35 dst[i + 4] = av_bswap16(src[i + 4]); in ff_spdif_bswap_buf16()
36 dst[i + 5] = av_bswap16(src[i + 5]); in ff_spdif_bswap_buf16()
37 dst[i + 6] = av_bswap16(src[i + 6]); in ff_spdif_bswap_buf16()
38 dst[i + 7] = av_bswap16(src[i + 7]); in ff_spdif_bswap_buf16()
41 dst[ in ff_spdif_bswap_buf16()
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dhevcdsp.h32 #define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \
33 dst[idx1][idx2][idx3] = ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt; \
34 dst ## _bi[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt; \
35 dst ## _uni[idx1][idx2][idx3] = ff_hevc_put_hevc_uni_ ## name ## _ ## D ## _##opt; \
36 dst ## _uni_w[idx1][idx2][idx3] = ff_hevc_put_hevc_uni_w_ ## name ## _ ## D ## _##opt; \
37 dst ## _bi_w[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_w_ ## name ## _ ## D ## _##opt
41 void ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt(int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my,int width); \
74 void ff_hevc_put_hevc_uni_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int height, int denom, int _wx, int _ox); \
75 void ff_hevc_put_hevc_bi_w##width##_##bitd##_##opt(uint8_t *dst, ptrdiff_t dststride, int16_t *_src, int16_t *_src2, int height, int denom, int _wx0, int _wx1, int _ox0, int _ox1)
97 void ff_hevc_put_hevc_pel_pixels16_8_avx2(int16_t *dst, uint8_
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlossless_videoencdsp.c28 static void diff_bytes_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w) in diff_bytes_c() argument
35 dst[i + 0] = src1[i + 0] - src2[i + 0]; in diff_bytes_c()
36 dst[i + 1] = src1[i + 1] - src2[i + 1]; in diff_bytes_c()
37 dst[i + 2] = src1[i + 2] - src2[i + 2]; in diff_bytes_c()
38 dst[i + 3] = src1[i + 3] - src2[i + 3]; in diff_bytes_c()
39 dst[i + 4] = src1[i + 4] - src2[i + 4]; in diff_bytes_c()
40 dst[i + 5] = src1[i + 5] - src2[i + 5]; in diff_bytes_c()
41 dst[i + 6] = src1[i + 6] - src2[i + 6]; in diff_bytes_c()
42 dst[i + 7] = src1[i + 7] - src2[i + 7]; in diff_bytes_c()
49 *(long *) (dst in diff_bytes_c()
56 sub_median_pred_c(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, intptr_t w, int *left, int *left_top) sub_median_pred_c() argument
77 sub_left_predict_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) sub_left_predict_c() argument
[all...]
H A Dac3dec_fixed.c62 int32_t *dst, in scale_coefs()
83 dst[i] = temp >> shift; in scale_coefs()
87 dst[i+1] = temp1 >> shift; in scale_coefs()
90 dst[i+2] = temp2 >> shift; in scale_coefs()
94 dst[i+3] = temp3 >> shift; in scale_coefs()
97 dst[i+4] = temp4 >> shift; in scale_coefs()
102 dst[i+5] = temp5 >> shift; in scale_coefs()
104 dst[i+6] = temp6 >> shift; in scale_coefs()
105 dst[i+7] = temp7 >> shift; in scale_coefs()
113 dst[ in scale_coefs()
61 scale_coefs( int32_t *dst, const int32_t *src, int dynrng, int len) scale_coefs() argument
[all...]
H A Dylc.c290 uint8_t *dst; in decode_frame() local
345 dst = p->data[0]; in decode_frame()
347 memset(dst, 0, avctx->width * 2); in decode_frame()
348 dst += p->linesize[0]; in decode_frame()
351 dst = p->data[0]; in decode_frame()
362 dst[x ] = table_y1[val]; in decode_frame()
363 dst[x + 1] = table_u[val]; in decode_frame()
364 dst[x + 2] = table_y2[val]; in decode_frame()
365 dst[x + 3] = table_v[val]; in decode_frame()
373 dst in decode_frame()
[all...]
H A Dpafvideo.c115 static void read4x4block(PAFVideoDecContext *c, uint8_t *dst, int width) in read4x4block() argument
120 bytestream2_get_buffer(&c->gb, dst, 4); in read4x4block()
121 dst += width; in read4x4block()
125 static void copy_color_mask(uint8_t *dst, int width, uint8_t mask, uint8_t color) in copy_color_mask() argument
131 dst[i] = color; in copy_color_mask()
133 dst[width + i] = color; in copy_color_mask()
137 static void copy_src_mask(uint8_t *dst, int width, uint8_t mask, const uint8_t *src) in copy_src_mask() argument
143 dst[i] = src[i]; in copy_src_mask()
145 dst[width + i] = src[width + i]; in copy_src_mask()
165 uint8_t *dst, *den in decode_0() local
275 uint8_t code, *dst, *end; paf_video_decode() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_nlmeans_init.h38 * The line above dst and the column to its left are always readable.
40 static void compute_safe_ssd_integral_image_c(uint32_t *dst, ptrdiff_t dst_linesize_32, in compute_safe_ssd_integral_image_c() argument
45 const uint32_t *dst_top = dst - dst_linesize_32; in compute_safe_ssd_integral_image_c()
57 dst[x ] = dst_top[x ] - dst_top[x - 1] + d0*d0; in compute_safe_ssd_integral_image_c()
58 dst[x + 1] = dst_top[x + 1] - dst_top[x ] + d1*d1; in compute_safe_ssd_integral_image_c()
59 dst[x + 2] = dst_top[x + 2] - dst_top[x + 1] + d2*d2; in compute_safe_ssd_integral_image_c()
60 dst[x + 3] = dst_top[x + 3] - dst_top[x + 2] + d3*d3; in compute_safe_ssd_integral_image_c()
62 dst[x ] += dst[x - 1]; in compute_safe_ssd_integral_image_c()
63 dst[ in compute_safe_ssd_integral_image_c()
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_dmix_i386.h37 volatile signed short *dst, signed short *src, in MIX_AREAS_16()
46 * EDI - dst in MIX_AREAS_16()
60 "\tmovl %[dst], %%edi\n" in MIX_AREAS_16()
80 * if (cmpxchg(*dst, 0, 1) == 0) in MIX_AREAS_16()
100 * *dst = sample; in MIX_AREAS_16()
156 : [dst] "m" (dst), [src] "m" (src), [sum] "m" (sum), in MIX_AREAS_16()
170 volatile signed short *dst, signed short *src, in MIX_AREAS_16_MMX()
179 * EDI - dst in MIX_AREAS_16_MMX()
193 "\tmovl %[dst], in MIX_AREAS_16_MMX()
36 MIX_AREAS_16(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16() argument
169 MIX_AREAS_16_MMX(unsigned int size, volatile signed short *dst, signed short *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_16_MMX() argument
274 MIX_AREAS_32(unsigned int size, volatile signed int *dst, signed int *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_32() argument
396 MIX_AREAS_24(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24() argument
511 MIX_AREAS_24_CMOV(unsigned int size, volatile unsigned char *dst, unsigned char *src, volatile signed int *sum, size_t dst_step, size_t src_step, size_t sum_step) MIX_AREAS_24_CMOV() argument
[all...]
/third_party/musl/src/string/aarch64/
H A Dmemset.S18 #define dst x3 define
73 bic dst, dstin, 15
85 str q0, [dst, 16]
86 stp q0, q0, [dst, 32]
87 bic dst, dst, 63
88 sub count, dstend, dst /* Count is now 64 too large. */
93 add dst, dst, 64
94 dc zva, dst
[all...]
/third_party/node/deps/v8/src/strings/
H A Dstring-case.cc25 bool CheckFastAsciiConvert(char* dst, const char* src, int length, bool changed, in CheckFastAsciiConvert() argument
29 if (dst[i] == src[i]) continue; in CheckFastAsciiConvert()
33 DCHECK(dst[i] == src[i] + ('a' - 'A')); in CheckFastAsciiConvert()
36 DCHECK(dst[i] == src[i] - ('a' - 'A')); in CheckFastAsciiConvert()
62 int FastAsciiConvert(char* dst, const char* src, int length, in FastAsciiConvert() argument
65 char* saved_dst = dst; in FastAsciiConvert()
78 // dst is newly allocated and always aligned. in FastAsciiConvert()
79 DCHECK(IsAligned(reinterpret_cast<Address>(dst), sizeof(word_t))); in FastAsciiConvert()
91 *reinterpret_cast<word_t*>(dst) = w; in FastAsciiConvert()
93 dst in FastAsciiConvert()
[all...]
/third_party/optimized-routines/string/aarch64/
H A Dmemset.S20 #define dst x3 define
75 bic dst, dstin, 15
87 str q0, [dst, 16]
88 stp q0, q0, [dst, 32]
89 bic dst, dst, 63
90 sub count, dstend, dst /* Count is now 64 too large. */
95 add dst, dst, 64
96 dc zva, dst
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_dead_write_vars.c52 nir_deref_instr *dst; member
59 if (nir_deref_mode_may_be(entry->dst, modes)) in clear_unused_for_modes()
68 if (nir_compare_derefs(src, entry->dst) & nir_derefs_may_alias_bit) in clear_unused_for_read()
76 nir_deref_instr *dst, nir_component_mask_t mask) in update_unused_writes()
84 assert(glsl_type_is_vector_or_scalar(dst->type)); in update_unused_writes()
88 nir_deref_compare_result comp = nir_compare_derefs(dst, entry->dst); in update_unused_writes()
103 .dst = dst, in update_unused_writes()
197 nir_deref_instr *dst in remove_dead_write_vars_local() local
74 update_unused_writes(struct util_dynarray *unused_writes, nir_intrinsic_instr *intrin, nir_deref_instr *dst, nir_component_mask_t mask) update_unused_writes() argument
218 nir_deref_instr *dst = nir_src_as_deref(intrin->src[0]); remove_dead_write_vars_local() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c59 const struct nv50_m2mf_rect *dst, in nv50_2d_transfer_rect()
65 const int cpp = dst->cpp; in nv50_2d_transfer_rect()
68 nouveau_bufctx_refn(bctx, 0, dst->bo, dst->domain | NOUVEAU_BO_WR); in nv50_2d_transfer_rect()
118 if (nouveau_bo_memtype(dst->bo)) { in nv50_2d_transfer_rect()
122 PUSH_DATA (push, dst->tile_mode); in nv50_2d_transfer_rect()
123 PUSH_DATA (push, dst->depth); in nv50_2d_transfer_rect()
124 PUSH_DATA (push, dst->z); in nv50_2d_transfer_rect()
126 PUSH_DATA (push, dst->width); in nv50_2d_transfer_rect()
127 PUSH_DATA (push, dst in nv50_2d_transfer_rect()
58 nv50_2d_transfer_rect(struct nv50_context *nv50, const struct nv50_m2mf_rect *dst, const struct nv50_m2mf_rect *src, uint32_t nblocksx, uint32_t nblocksy) nv50_2d_transfer_rect() argument
164 nv50_m2mf_transfer_rect(struct nv50_context *nv50, const struct nv50_m2mf_rect *dst, const struct nv50_m2mf_rect *src, uint32_t nblocksx, uint32_t nblocksy) nv50_m2mf_transfer_rect() argument
275 nv50_sifc_linear_u8(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned offset, unsigned domain, unsigned size, const void *data) nv50_sifc_linear_u8() argument
329 nv50_m2mf_copy_linear(struct nouveau_context *nv, struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, struct nouveau_bo *src, unsigned srcoff, unsigned srcdom, unsigned size) nv50_m2mf_copy_linear() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Drescaler_msa.c27 #define CALC_MULT_FIX_16(in0, in1, in2, in3, scale, shift, dst) do { \
44 dst = (v16u8)__msa_pckev_b((v16i8)t5, (v16i8)t4); \
47 #define CALC_MULT_FIX_4(in0, scale, shift, dst) do { \
57 dst = __msa_copy_s_w((v4i32)t0, 0); \
78 #define CALC_MULT_FIX1_4(in0, scale, shift, dst) do { \
84 dst = (v4u32)__msa_pckev_w((v4i32)out1, (v4i32)out0); \
102 #define CALC_MULT_FIX2_4(in0, in1, mult, scale, shift, dst) do { \
114 dst = __msa_copy_s_w((v4i32)t0, 0); \
117 static WEBP_INLINE void ExportRowExpand_0(const uint32_t* frow, uint8_t* dst, in ExportRowExpand_0() argument
129 ST_UB(out, dst); in ExportRowExpand_0()
174 ExportRowExpand_1(const uint32_t* frow, uint32_t* irow, uint8_t* dst, int length, WebPRescaler* const wrk) ExportRowExpand_1() argument
249 uint8_t* dst = wrk->dst; RescalerExportRowExpand_MIPSdspR2() local
[all...]
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c75 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, in i915_surface_copy_render() argument
83 unsigned dst_width0 = dst->width0; in i915_surface_copy_render()
84 unsigned dst_height0 = dst->height0; in i915_surface_copy_render()
91 if (dst->target == PIPE_BUFFER && src->target == PIPE_BUFFER) in i915_surface_copy_render()
99 desc = util_format_description(dst->format); in i915_surface_copy_render()
103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz); in i915_surface_copy_render()
106 if (!util_blitter_is_copy_supported(i915->blitter, dst, src)) in i915_surface_copy_render()
111 dst_view = i915_create_surface_custom(pipe, dst, &dst_templ, dst_width0, in i915_surface_copy_render()
125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src, in i915_surface_copy_render()
131 struct pipe_surface *dst, in i915_clear_render_target_render()
130 i915_clear_render_target_render(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_render() argument
160 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_render() argument
196 i915_surface_copy_blitter(struct pipe_context *pipe, 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) i915_surface_copy_blitter() argument
285 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_render_target_blitter() argument
308 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) i915_clear_depth_stencil_blitter() argument
[all...]
/third_party/gn/src/gn/
H A Dimmutable_vector.h116 auto* dst = &(this->header_->item0); in ImmutableVector() local
117 auto* dst_limit = dst + size; in ImmutableVector()
118 for (; dst != dst_limit; ++dst) in ImmutableVector()
119 new (dst) T(producer()); in ImmutableVector()
140 auto* dst = &(this->header_->item0); in ImmutableVector() local
141 auto* dst_limit = dst + size; in ImmutableVector()
142 for (; dst != dst_limit; ++dst, ++src) { in ImmutableVector()
143 new (dst) in ImmutableVector()
159 auto* dst = &(this->header_->item0); ImmutableVector() local
235 T* dst = &(header->item0); AllocateAndCopyFrom() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c43 * inet_net_pton_ipv4(src, dst, size)
46 * "size" is in bytes and describes "dst".
62 static int ares_inet_net_pton_ipv4(const char *src, unsigned char *dst, in ares_inet_net_pton_ipv4() argument
72 const unsigned char *odst = dst; in ares_inet_net_pton_ipv4()
97 *dst++ = (unsigned char)tmp; in ares_inet_net_pton_ipv4()
105 *dst++ = (unsigned char)(tmp << 4); in ares_inet_net_pton_ipv4()
122 *dst++ = (unsigned char)tmp; in ares_inet_net_pton_ipv4()
139 if (ch == '/' && ISASCII(src[0]) && ISDIGIT(src[0]) && dst > odst) { in ares_inet_net_pton_ipv4()
162 if (dst == odst) { in ares_inet_net_pton_ipv4()
163 goto enoent; /* LCOV_EXCL_LINE: all valid paths above increment dst */ in ares_inet_net_pton_ipv4()
241 ares_inet_pton6(const char *src, unsigned char *dst) ares_inet_pton6() argument
352 ares_inet_net_pton_ipv6(const char *src, unsigned char *dst, size_t size) ares_inet_net_pton_ipv6() argument
414 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) ares_inet_net_pton() argument
427 ares_inet_pton(int af, const char *src, void *dst) ares_inet_pton() argument
[all...]
/third_party/ffmpeg/libavcodec/ppc/
H A Dh264qpel.c36 #define PUT_OP_U8_ALTIVEC(d, s, dst) d = s
37 #define AVG_OP_U8_ALTIVEC(d, s, dst) d = vec_avg(dst, s)
72 static void OPNAME ## h264_qpel ## SIZE ## _mc00_ ## CODETYPE (uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
74 ff_ ## OPNAME ## pixels ## SIZE ## _ ## CODETYPE(dst, src, stride, SIZE);\
77 static void OPNAME ## h264_qpel ## SIZE ## _mc10_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
81 OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src, half, stride, stride, SIZE);\
84 static void OPNAME ## h264_qpel ## SIZE ## _mc20_ ## CODETYPE(uint8_t *dst, const uint8_t *src, ptrdiff_t stride)\
86 OPNAME ## h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(dst, src, stride, stride);\
89 static void OPNAME ## h264_qpel ## SIZE ## _mc30_ ## CODETYPE(uint8_t *dst, cons
213 put_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) put_pixels16_l2_altivec() argument
253 avg_pixels16_l2_altivec( uint8_t * dst, const uint8_t * src1, const uint8_t * src2, int dst_stride, int src_stride1, int h) avg_pixels16_l2_altivec() argument
[all...]
/third_party/vk-gl-cts/executor/
H A DxeTestLogWriter.cpp234 static void writeResultItem (const ri::Item& item, xml::Writer& dst) in writeResultItem() argument
245 dst << Writer::BeginElement("Text") << static_cast<const ri::Text&>(item).text << Writer::EndElement; in writeResultItem()
251 dst << Writer::BeginElement("Number") in writeResultItem()
264 dst << Writer::BeginElement("Image") in writeResultItem()
279 dst << Writer::BeginElement("ImageSet") in writeResultItem()
284 writeResultItem(imageSet.images.getItem(ndx), dst); in writeResultItem()
286 dst << Writer::EndElement; in writeResultItem()
316 dst << Writer::BeginElement(tagName) in writeResultItem()
319 writeResultItem(shader.source, dst); in writeResultItem()
320 writeResultItem(shader.infoLog, dst); in writeResultItem()
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...213