Home
last modified time | relevance | path

Searched defs:pdst (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_msa.c24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument
44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument
54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument
63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument
72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
Dmsa_macro.h60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument
95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument
111 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument
113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument
115 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument
130 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument
132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) argument
133 #define SD(val, pdst) do { \ argument
[all …]
Dalpha_processing_mips_dsp_r2.c26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
Ddec_msa.c293 #define ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) do { \ argument
300 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument
/third_party/skia/third_party/externals/libpng/mips/
Dfilter_msa_intrinsics.c60 #define SH(val, pdst) \ argument
73 #define SW(val, pdst) \ argument
87 #define SD(val, pdst) \ argument
100 #define SD(val, pdst) \ argument
131 #define SH(val, pdst) \ argument
144 #define SW(val, pdst) \ argument
158 #define SD(val, pdst) \ argument
171 #define SD(val, pdst) \ argument
199 #define SH(val, pdst) \ argument
212 #define SW(val, pdst) \ argument
[all …]
/third_party/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_shader.c37 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst, in vmw_svga_winsys_shader_reference()
Dvmw_surface.c246 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference()
Dvmw_screen_svga.c413 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h39 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument
84 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument
85 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument
86 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument
154 #define SH(val, pdst) \ argument
167 #define SW(val, pdst) \ argument
180 #define SD(val, pdst) \ argument
241 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument
256 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument
358 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
[all …]
/third_party/openh264/codec/common/inc/
Dmsa_macros.h75 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument
76 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument
77 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument
143 #define SH(val, pdst) \ argument
156 #define SW(val, pdst) \ argument
169 #define SD(val, pdst) \ argument
223 #define MSA_ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in); argument
225 #define MSA_ST_V2(RTYPE, in0, in1, pdst, stride) \ argument
231 #define MSA_ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument
237 #define MSA_ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument
[all …]
/third_party/openssl/ssl/
Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup()
/third_party/node/deps/openssl/openssl/ssl/
Dssl_asn1.c215 static int ssl_session_strndup(char **pdst, ASN1_OCTET_STRING *src) in ssl_session_strndup()
/third_party/ffmpeg/libavutil/
Dbuffer.c233 int av_buffer_replace(AVBufferRef **pdst, const AVBufferRef *src) in av_buffer_replace()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_blend.c337 nir_ssa_def *pdst = nir_channel(b, dst, c); in nir_blend() local
/third_party/ffmpeg/libavcodec/
Drv34.c1011 uint8_t *pdst, int stride, in rv34_process_block()
1079 uint8_t *pdst; in rv34_output_i16x16() local
1291 uint8_t *pdst; in rv34_decode_inter_macroblock() local
Dffv1dec.c281 PlaneContext *pdst = &fsdst->plane[i]; in decode_slice() local
Dcfhd.c1417 CFHDContext *pdst = dst->priv_data; in update_thread_context() local
/third_party/ffmpeg/libavcodec/loongarch/
Dvp8_lpf_lsx.c228 #define VP8_ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) \ argument
234 #define ST_W4(in, idx0, idx1, idx2, idx3, pdst, stride) \ argument
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_blit.c208 struct pipe_resource *pdst, in v3d_tfu()
/third_party/mesa3d/src/gallium/drivers/tegra/
Dtegra_context.c700 struct pipe_resource *pdst, in tegra_resource_copy_region()
746 struct pipe_surface *pdst, in tegra_clear_render_target()
763 struct pipe_surface *pdst, in tegra_clear_depth_stencil()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_blit.cpp969 struct pipe_resource *pdst, in d3d12_resource_copy_region()
/third_party/skia/third_party/externals/libwebp/src/mux/
Danim_encode.c692 uint32_t* const pdst = dst->argb + j * dst->argb_stride; in IncreaseTransparency() local
730 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_screen.c375 struct pipe_fence_handle **pdst, in dd_screen_fence_reference()
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_resource.c258 fd_replace_buffer_storage(struct pipe_context *pctx, struct pipe_resource *pdst, in fd_replace_buffer_storage()
/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_msa.c24 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ argument
33 #define PCKEV_ST_SB4(in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument
44 pdst, stride) \ argument

12