Home
last modified time | relevance | path

Searched refs:pdst (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c35 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference() argument
42 if(pdst == NULL || *pdst == src) in vmw_svga_winsys_surface_reference()
45 dst = *pdst; in vmw_svga_winsys_surface_reference()
60 *pdst = src; in vmw_svga_winsys_surface_reference()
Dvmw_surface.h76 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
Dvmw_screen_svga.c122 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference() argument
127 vmw_fence_reference(vws, pdst, src); in vmw_svga_winsys_fence_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Dvmw_surface.c35 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst, in vmw_svga_winsys_surface_reference() argument
42 if(pdst == NULL || *pdst == src) in vmw_svga_winsys_surface_reference()
45 dst = *pdst; in vmw_svga_winsys_surface_reference()
60 *pdst = src; in vmw_svga_winsys_surface_reference()
Dvmw_surface.h76 vmw_svga_winsys_surface_reference(struct vmw_svga_winsys_surface **pdst,
Dvmw_screen_svga.c122 struct pipe_fence_handle **pdst, in vmw_svga_winsys_fence_reference() argument
127 vmw_fence_reference(vws, pdst, src); in vmw_svga_winsys_fence_reference()
/external/valgrind/main/callgrind/
Devents.c299 void CLG_(copy_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_()
304 CLG_ASSERT(pdst != 0); in CLG_()
307 CLG_(zero_cost)(es, *pdst); in CLG_()
310 dst = *pdst; in CLG_()
312 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_()
329 void CLG_(add_cost_lz)(EventSet* es, ULong** pdst, ULong* src) in CLG_()
335 CLG_ASSERT(pdst != 0); in CLG_()
337 dst = *pdst; in CLG_()
339 dst = *pdst = CLG_(get_eventset_cost)(es); in CLG_()
422 Bool CLG_(add_diff_cost_lz)(EventSet* es, ULong** pdst, ULong* old, ULong* new_cost) in CLG_()
[all …]
Devents.h98 void CLG_(copy_cost_lz)(EventSet*,ULong** pdst, ULong* src);
100 void CLG_(add_cost_lz)(EventSet*,ULong** pdst, ULong* src);
107 Bool CLG_(add_diff_cost_lz)(EventSet*,ULong** pdst, ULong* old, ULong* new_cost);
/external/libedit/src/
Dvis.c353 wchar_t *dst, *src, *pdst, *psrc, *start, *extra; in istrsenvisx() local
379 psrc = pdst = extra = NULL; in istrsenvisx()
384 if ((pdst = calloc((4 * mblength) + 1, sizeof(*pdst))) == NULL) in istrsenvisx()
386 dst = pdst; in istrsenvisx()
523 free(pdst); in istrsenvisx()
529 free(pdst); in istrsenvisx()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_winsys.h228 struct svga_winsys_surface **pdst,
268 struct pipe_fence_handle **pdst,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_winsys.h228 struct svga_winsys_surface **pdst,
268 struct pipe_fence_handle **pdst,
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
Dtr_screen.c329 struct pipe_fence_handle **pdst, in trace_screen_fence_reference() argument
336 assert(pdst); in trace_screen_fence_reference()
337 dst = *pdst; in trace_screen_fence_reference()
345 screen->fence_reference(screen, pdst, src); in trace_screen_fence_reference()
/external/mesa3d/src/gallium/drivers/trace/
Dtr_screen.c329 struct pipe_fence_handle **pdst, in trace_screen_fence_reference() argument
336 assert(pdst); in trace_screen_fence_reference()
337 dst = *pdst; in trace_screen_fence_reference()
345 screen->fence_reference(screen, pdst, src); in trace_screen_fence_reference()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp1032 Value *pdst; in checkPredicate() local
1036 pdst = new_LValue(func, FILE_PREDICATE); in checkPredicate()
1041 bld.mkCmp(OP_SET, CC_NEU, TYPE_U32, pdst, bld.mkImm(0), pred); in checkPredicate()
1043 insn->setPredicate(insn->cc, pdst); in checkPredicate()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_lowering_nvc0.cpp1032 Value *pdst; in checkPredicate() local
1036 pdst = new_LValue(func, FILE_PREDICATE); in checkPredicate()
1041 bld.mkCmp(OP_SET, CC_NEU, TYPE_U32, pdst, bld.mkImm(0), pred); in checkPredicate()
1043 insn->setPredicate(insn->cc, pdst); in checkPredicate()
/external/kernel-headers/original/uapi/linux/
Dethtool.h455 __be16 pdst; member