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

1 2

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_refcnt.h 37 typedef void (*debug_reference_descriptor)(char*, const struct pipe_reference*);
44 debug_reference_slowpath(const struct pipe_reference* p,
48 debug_reference(const struct pipe_reference* p,
58 debug_reference(const struct pipe_reference* p,
u_debug_describe.h 34 struct pipe_reference;
41 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)
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_shader.c 38 struct pipe_reference *src_ref;
39 struct pipe_reference *dst_ref;
50 if (pipe_reference(dst_ref, src_ref)) {
vmw_shader.h 43 struct pipe_reference refcnt;
vmw_surface.h 51 struct pipe_reference refcnt;
vmw_surface.c 183 struct pipe_reference *src_ref;
184 struct pipe_reference *dst_ref;
195 if (pipe_reference(dst_ref, src_ref)) {
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_bufmgr.h 35 struct pipe_reference reference;
71 if (pipe_reference(&(*old_bo)->reference, &new_bo->reference))
79 pipe_reference(NULL, &bo->reference);
92 if (pipe_reference(&(*bo)->reference, NULL))
98 if (pipe_reference(&(*bo)->reference, NULL)) {
116 if (pipe_reference(&(*bo)->reference, NULL))
vc4_fence.c 43 struct pipe_reference reference;
56 if (pipe_reference(&(*p)->reference, &f->reference)) {
  /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/drivers/etnaviv/
etnaviv_fence.c 36 struct pipe_reference reference;
47 if (pipe_reference(&(*ptr)->reference, &fence->reference))
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_query_hw.h 97 struct pipe_reference reference; /* keep this first */
163 if (pipe_reference(&(*ptr)->reference, &samp->reference))
freedreno_fence.c 38 struct pipe_reference reference;
56 if (pipe_reference(&(*ptr)->reference, &pfence->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/drivers/svga/
svga_sampler_view.h 62 struct pipe_reference reference;
  /external/mesa3d/src/gallium/drivers/swr/
swr_fence.h 33 struct pipe_reference reference;
swr_fence.cpp 110 if (pipe_reference(&old->reference, &fence->reference)) {
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_winsys.h 49 struct pipe_reference reference;
amdgpu_cs.h 129 struct pipe_reference reference;
156 if (pipe_reference(&(*rdst)->reference, &rsrc->reference)) {
  /external/mesa3d/src/gallium/include/pipe/
p_state.h 75 struct pipe_reference struct
403 struct pipe_reference reference;
423 struct pipe_reference reference;
490 struct pipe_reference reference;
589 struct pipe_reference reference;
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_winsys.h 71 struct pipe_reference reference;
  /external/mesa3d/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.h 37 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/winsys/virgl/vtest/
virgl_vtest_winsys.h 55 struct pipe_reference reference;

Completed in 369 milliseconds

1 2