Home
last modified time | relevance | path

Searched refs:pipe_reference (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_refcnt.h37 typedef void (*debug_reference_descriptor)(char*, const struct pipe_reference*);
43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, …
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_d… in debug_reference()
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_d… in debug_reference()
Du_debug_describe.h34 struct pipe_reference;
40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init()
61 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced()
73 pipe_reference_described(struct pipe_reference *ptr, in pipe_reference_described()
74 struct pipe_reference *reference, in pipe_reference_described()
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) in pipe_reference() function
Du_debug_describe.c33 debug_describe_reference(char* buf, const struct pipe_reference*ptr) in debug_describe_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_debug_refcnt.h37 typedef void (*debug_reference_descriptor)(char*, const struct pipe_reference*);
43 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, …
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_d… in debug_reference()
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_d… in debug_reference()
Du_debug_describe.h34 struct pipe_reference;
40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count) in pipe_reference_init()
61 pipe_is_referenced(struct pipe_reference *reference) in pipe_is_referenced()
73 pipe_reference_described(struct pipe_reference *ptr, in pipe_reference_described()
74 struct pipe_reference *reference, in pipe_reference_described()
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) in pipe_reference() function
Du_debug_describe.c33 debug_describe_reference(char* buf, const struct pipe_reference*ptr) in debug_describe_reference()
Du_debug_refcnt.c125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, … in debug_reference_slowpath()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
Dvmw_surface.c38 struct pipe_reference *src_ref; in vmw_svga_winsys_surface_reference()
39 struct pipe_reference *dst_ref; in vmw_svga_winsys_surface_reference()
50 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_surface_reference()
Dvmw_surface.h49 struct pipe_reference refcnt;
/external/mesa3d/src/gallium/winsys/svga/drm/
Dvmw_surface.c38 struct pipe_reference *src_ref; in vmw_svga_winsys_surface_reference()
39 struct pipe_reference *dst_ref; in vmw_svga_winsys_surface_reference()
50 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_surface_reference()
Dvmw_surface.h49 struct pipe_reference refcnt;
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h69 struct pipe_reference struct
329 struct pipe_reference reference;
360 struct pipe_reference reference;
402 struct pipe_reference reference;
478 struct pipe_reference reference;
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
Dp_state.h69 struct pipe_reference struct
329 struct pipe_reference reference;
360 struct pipe_reference reference;
402 struct pipe_reference reference;
478 struct pipe_reference reference;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_fence.h43 struct pipe_reference reference;
81 if (pipe_reference(&old->reference, &f->reference)) { in lp_fence_reference()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_fence.h43 struct pipe_reference reference;
81 if (pipe_reference(&old->reference, &f->reference)) { in lp_fence_reference()
/external/mesa3d/src/gallium/winsys/i915/sw/
Di915_sw_fence.c9 struct pipe_reference reference;
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) { in i915_sw_fence_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/sw/
Di915_sw_fence.c9 struct pipe_reference reference;
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) { in i915_sw_fence_reference()
/external/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_fence.c15 struct pipe_reference reference;
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) { in i915_drm_fence_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/i915/drm/
Di915_drm_fence.c15 struct pipe_reference reference;
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) { in i915_drm_fence_reference()
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h100 struct pipe_reference reference;
241 if (pipe_reference(&(*dst)->reference, &src->reference)) in pb_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
Dpb_buffer.h100 struct pipe_reference reference;
241 if (pipe_reference(&(*dst)->reference, &src->reference)) in pb_reference()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
Dsvga_sampler_view.h60 struct pipe_reference reference;
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_sampler_view.h60 struct pipe_reference reference;

12