Searched refs:pipe_reference (Results 1 - 20 of 20) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A 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, int change);
45 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
53 static INLINE void debug_reference(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
H A Du_debug_describe.h34 struct pipe_reference;
40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
H A Du_inlines.h55 pipe_reference_init(struct pipe_reference *reference, unsigned count)
61 pipe_is_referenced(struct pipe_reference *reference)
73 pipe_reference_described(struct pipe_reference *ptr,
74 struct pipe_reference *reference,
100 pipe_reference(struct pipe_reference *ptr, struct pipe_reference *reference) function
H A Du_debug_describe.c33 debug_describe_reference(char* buf, const struct pipe_reference*ptr) argument
H A Du_debug_refcnt.c125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c38 struct pipe_reference *src_ref;
39 struct pipe_reference *dst_ref;
50 if (pipe_reference(dst_ref, src_ref)) {
H A Dvmw_surface.h49 struct pipe_reference refcnt;
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_fence.h43 struct pipe_reference reference;
81 if (pipe_reference(&old->reference, &f->reference)) {
/external/mesa3d/src/gallium/winsys/i915/sw/
H A Di915_sw_fence.c9 struct pipe_reference reference;
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) {
/external/mesa3d/src/gallium/winsys/i915/drm/
H A Di915_drm_fence.c15 struct pipe_reference reference;
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {
/external/mesa3d/src/gallium/include/pipe/
H A 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/mesa3d/src/gallium/drivers/svga/
H A Dsvga_sampler_view.h60 struct pipe_reference reference;
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer.h100 struct pipe_reference reference;
241 if (pipe_reference(&(*dst)->reference, &src->reference))
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_pipe.h97 struct pipe_reference reference;
H A Dradeonsi_pipe.c525 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
H A Dsi_state.c2005 pipe_reference(NULL, &texture->reference);
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_pipe.c711 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
H A Dr600_pipe.h285 struct pipe_reference reference;
H A Dr600_state.c1026 pipe_reference(NULL, &texture->reference);
H A Devergreen_state.c1001 pipe_reference(NULL, &texture->reference);

Completed in 545 milliseconds