HomeSort by relevance Sort by last modified time
    Searched refs:pdst (Results 1 - 25 of 43) sorted by null

1 2

  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.c 35 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
42 if(pdst == NULL || *pdst == src)
45 dst = *pdst;
60 *pdst = src;
vmw_surface.h 76 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
vmw_screen_svga.c 122 struct pipe_fence_handle **pdst,
127 vmw_fence_reference(vws, pdst, src);
198 struct svga_winsys_surface **pDst,
201 struct vmw_svga_winsys_surface *d_vsurf = vmw_svga_winsys_surface(*pDst);
205 *pDst = svga_winsys_surface(d_vsurf);
  /external/webp/src/dsp/
alpha_processing_mips_dsp_r2.c 26 uint8_t* pdst = dst; local
34 "addiu %[pdst], %[pdst], 16 \n\t"
39 "sb %[temp0], -16(%[pdst]) \n\t"
40 "sb %[temp1], -12(%[pdst]) \n\t"
41 "sb %[temp2], -8(%[pdst]) \n\t"
42 "sb %[temp3], -4(%[pdst]) \n\t"
44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst),
55 "sb %[temp0], 0(%[pdst]) \n\t
    [all...]
filters_mips_dsp_r2.c 42 uint8_t* pdst = (uint8_t*)(DST); \
101 [temp6]"=&r"(temp6), [dst]"+&r"(pdst), [src]"+&r"(psrc) \
119 uint8_t* pdst = (uint8_t*)(DST); \
169 [dst]"+&r"(pdst), [src]"+&r"(psrc) \
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
34 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
37 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
100 #define SH(val, pdst) { \
101 uint8_t *pdst_m = (uint8_t *)(pdst); \
112 #define SW(val, pdst) { \
113 uint8_t *pdst_m = (uint8_t *)(pdst); \
    [all...]
vpx_convolve_msa.h 93 #define PCKEV_XORI128_AVG_ST_UB(in0, in1, dst, pdst) { \
98 ST_UB(tmp_m, (pdst)); \
101 #define PCKEV_AVG_ST_UB(in0, in1, dst, pdst) { \
106 ST_UB(tmp_m, (pdst)); \
110 pdst, stride) { \
112 uint8_t *pdst_m = (uint8_t *)(pdst); \
  /external/valgrind/callgrind/
events.h 94 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src);
96 void CLG_(add_cost_lz)(EventSet*,ULong** pdst, ULong* src);
103 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
events.c 254 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
259 CLG_ASSERT(pdst != 0);
262 CLG_(zero_cost)(es, *pdst);
265 dst = *pdst;
267 dst = *pdst = CLG_(get_eventset_cost)(es);
284 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src)
290 CLG_ASSERT(pdst != 0);
292 dst = *pdst;
294 dst = *pdst = CLG_(get_eventset_cost)(es);
377 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
35 #define ST_H(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
39 #define ST_W(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in)
91 #define SH(val, pdst) \
93 uint8_t *pdst_m = (uint8_t *)(pdst); \
104 #define SW(val, pdst) \
106 uint8_t *pdst_m = (uint8_t *)(pdst); \
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_winsys.h 228 struct svga_winsys_surface **pdst,
268 struct pipe_fence_handle **pdst,
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 329 struct pipe_fence_handle **pdst,
336 assert(pdst);
337 dst = *pdst;
345 screen->fence_reference(screen, pdst, src);
  /external/libvpx/libvpx/vpx_dsp/arm/
vpx_convolve8_neon.c 59 uint8_t *d, *pdst; local
122 for (width = w, psrc = src + 7, pdst = dst;
124 width -= 4, psrc += 4, pdst += 4) { // loop_horiz
201 d = pdst;
  /external/libedit/src/
vis.c 353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; local
379 psrc = pdst = extra = NULL;
384 if ((pdst = calloc((4 * mblength) + 1, sizeof(*pdst))) == NULL)
386 dst = pdst;
523 free(pdst);
529 free(pdst);
  /external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp 1032 Value *pdst; local
1036 pdst = new_LValue(func, FILE_PREDICATE);
1038 // CAUTION: don't use pdst->getInsn, the definition might not be unique,
1041 bld.mkCmp(OP_SET, CC_NEU, TYPE_U32, pdst, bld.mkImm(0), pred);
1043 insn->setPredicate(insn->cc, pdst);
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ethtool.h 296 * ip4src, ip4dst, psrc, pdst, spi, etc. are expected to be in network
303 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /external/opencv3/modules/imgproc/src/
canny.cpp 955 uchar* pdst = dst.ptr(); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
ethtool.h 290 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /development/ndk/platforms/android-21/include/linux/
ethtool.h 255 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ethtool.h 370 * fields, e.g., ip4src, ip4dst, psrc, pdst, spi, etc. are expected to
379 * @pdst: Destination port
388 __be16 pdst; member in struct:ethtool_tcpip4_spec
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
ethtool.h 255 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
ethtool.h 255 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
ethtool.h 255 __be16 pdst; member in struct:ethtool_tcpip4_spec
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
ethtool.h 255 __be16 pdst; member in struct:ethtool_tcpip4_spec

Completed in 579 milliseconds

1 2