HomeSort by relevance Sort by last modified time
    Searched refs:pipe_reference (Results 1 - 20 of 20) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
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, 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)
u_debug_describe.h 34 struct pipe_reference;
40 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
u_inlines.h 55 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
u_debug_describe.c 33 debug_describe_reference(char* buf, const struct pipe_reference*ptr)
u_debug_refcnt.c 125 void debug_reference_slowpath(const struct pipe_reference* p, debug_reference_descriptor get_desc, int change)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_surface.c 38 struct pipe_reference *src_ref;
39 struct pipe_reference *dst_ref;
50 if (pipe_reference(dst_ref, src_ref)) {
vmw_surface.h 49 struct pipe_reference refcnt;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_fence.h 43 struct pipe_reference reference;
81 if (pipe_reference(&old->reference, &f->reference)) {
  /external/mesa3d/src/gallium/winsys/i915/sw/
i915_sw_fence.c 9 struct pipe_reference reference;
30 if (pipe_reference(&((struct i915_sw_fence *)(*ptr))->reference, &f->reference)) {
  /external/mesa3d/src/gallium/winsys/i915/drm/
i915_drm_fence.c 15 struct pipe_reference reference;
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {
  /external/mesa3d/src/gallium/include/pipe/
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/mesa3d/src/gallium/drivers/svga/
svga_sampler_view.h 60 struct pipe_reference reference;
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 100 struct pipe_reference reference;
241 if (pipe_reference(&(*dst)->reference, &src->reference))
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.h 97 struct pipe_reference reference;
radeonsi_pipe.c 525 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
si_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 711 if (pipe_reference(&(*oldf)->reference, &newf->reference)) {
r600_pipe.h 285 struct pipe_reference reference;
r600_state.c 1026 pipe_reference(NULL, &texture->reference);
    [all...]
evergreen_state.c 1001 pipe_reference(NULL, &texture->reference);
    [all...]

Completed in 88 milliseconds