/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.h | 37 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()
|
D | u_debug_describe.h | 34 struct pipe_reference; 40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
|
D | u_inlines.h | 55 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
|
D | u_debug_describe.c | 33 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/ |
D | u_debug_refcnt.h | 37 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()
|
D | u_debug_describe.h | 34 struct pipe_reference; 40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
|
D | u_inlines.h | 55 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
|
D | u_debug_describe.c | 33 debug_describe_reference(char* buf, const struct pipe_reference*ptr) in debug_describe_reference()
|
D | u_debug_refcnt.c | 125 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/ |
D | vmw_surface.c | 38 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()
|
D | vmw_surface.h | 49 struct pipe_reference refcnt;
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_surface.c | 38 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()
|
D | vmw_surface.h | 49 struct pipe_reference refcnt;
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 69 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/ |
D | p_state.h | 69 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/ |
D | lp_fence.h | 43 struct pipe_reference reference; 81 if (pipe_reference(&old->reference, &f->reference)) { in lp_fence_reference()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_fence.h | 43 struct pipe_reference reference; 81 if (pipe_reference(&old->reference, &f->reference)) { in lp_fence_reference()
|
/external/mesa3d/src/gallium/winsys/i915/sw/ |
D | i915_sw_fence.c | 9 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/ |
D | i915_sw_fence.c | 9 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/ |
D | i915_drm_fence.c | 15 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/ |
D | i915_drm_fence.c | 15 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/ |
D | pb_buffer.h | 100 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/ |
D | pb_buffer.h | 100 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/ |
D | svga_sampler_view.h | 60 struct pipe_reference reference;
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.h | 60 struct pipe_reference reference;
|