/external/libvpx/third_party/libyuv/include/libyuv/ |
D | macros_msa.h | 54 #define SW(val, pdst) \ argument 64 #define SD(val, pdst) \ argument 73 #define SD(val, pdst) \ argument 119 #define SW(val, pdst) \ argument 128 #define SD(val, pdst) \ argument 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 146 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 183 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
|
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 54 #define SW(val, pdst) \ argument 64 #define SD(val, pdst) \ argument 73 #define SD(val, pdst) \ argument 129 #define SW(val, pdst) \ argument 138 #define SD(val, pdst) \ argument 156 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 159 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ argument 189 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 196 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 208 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ argument
|
/external/webp/src/dsp/ |
D | lossless_msa.c | 24 #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
|
D | msa_macro.h | 64 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 68 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 72 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 99 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) argument 115 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument 117 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument 119 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument 134 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument 136 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) argument 137 #define SD(val, pdst) do { \ argument [all …]
|
D | alpha_processing_mips_dsp_r2.c | 26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
|
D | dec_msa.c | 293 #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
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 60 #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 …]
|
/external/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_msa.h | 95 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) \ argument 104 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) \ argument 113 #define PCKEV_AVG_ST8x4_UB(in0, in1, in2, in3, dst0, dst1, pdst, stride) \ argument
|
D | macros_msa.h | 26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 69 #define SH(val, pdst) *(uint16_t *)(pdst) = (val); argument 70 #define SW(val, pdst) *(uint32_t *)(pdst) = (val); argument 71 #define SD(val, pdst) *(uint64_t *)(pdst) = (val); argument 132 #define SH(val, pdst) \ argument 143 #define SW(val, pdst) \ argument 154 #define SD(val, pdst) \ argument 207 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument 222 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument 316 #define ST_V2(RTYPE, in0, in1, pdst, stride) \ argument [all …]
|
/external/ComputeLibrary/src/cpu/kernels/floor/neon/ |
D | fp32.cpp | 44 auto pdst = static_cast<float *>(dst); in fp32_neon_floor() local
|
D | fp16.cpp | 46 auto pdst = static_cast<__fp16 *>(dst); in fp16_neon_floor() local
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 37 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst, in vmw_svga_winsys_shader_reference()
|
D | vmw_surface.c | 246 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference()
|
D | vmw_screen_svga.c | 109 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference()
|
/external/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) argument 87 #define SH(val, pdst) \ argument 98 #define SW(val, pdst) \ argument 109 #define SD(val, pdst) \ argument 165 #define SH(val, pdst) \ argument 176 #define SW(val, pdst) \ argument 187 #define SD(val, pdst) \ argument 240 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument [all …]
|
/external/fastrpc/inc/ |
D | sbuf.h | 157 static __inline void sbuf_read(struct sbuf* buf, void *pdst, int dstLen) { in sbuf_read()
|
/external/libvpx/vpx_dsp/loongarch/ |
D | vpx_convolve_lsx.h | 124 #define AVG_ST4_D(in0, in1, dst0, dst1, pdst, stride) \ argument
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_blit.c | 348 struct pipe_resource *pdst, in v3d_tfu()
|
/external/mesa3d/src/gallium/drivers/panfrost/nir/ |
D | nir_lower_blend.c | 295 nir_ssa_def *pdst = nir_channel(b, dst, c); in nir_blend() local
|
/external/mesa3d/src/gallium/drivers/tegra/ |
D | tegra_context.c | 668 struct pipe_resource *pdst, in tegra_resource_copy_region() 714 struct pipe_surface *pdst, in tegra_clear_render_target() 731 struct pipe_surface *pdst, in tegra_clear_depth_stencil()
|
/external/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_screen.c | 512 struct pipe_fence_handle **pdst, in trace_screen_fence_reference()
|
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
D | dd_screen.c | 360 struct pipe_fence_handle **pdst, in dd_screen_fence_reference()
|
/external/webp/src/mux/ |
D | anim_encode.c | 692 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
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 1045 struct pipe_resource *pdst, in zink_resource_copy_region()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 1396 IUnknown *src, **pdst; in copy_com_pointer() local
|