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

123456

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_refcnt.h37 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(UNUSED const struct pipe_reference* p,
H A Du_debug_describe.h34 struct pipe_reference;
41 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
H A Du_threaded_context.h336 struct pipe_reference ref;
415 if (pipe_reference((struct pipe_reference *)*dst, (struct pipe_reference *)src))
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_debug_refcnt.h37 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(UNUSED const struct pipe_reference* p,
H A Du_debug_describe.h34 struct pipe_reference;
41 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/svga/drm/
H A Dvmw_shader.c38 struct pipe_reference *src_ref;
39 struct pipe_reference *dst_ref;
50 if (pipe_reference(dst_ref, src_ref)) {
H A Dvmw_shader.h44 struct pipe_reference refcnt;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.h36 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))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_bufmgr.h36 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))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.h35 struct pipe_reference reference;
68 if (pipe_reference(&(*dst)->reference, &src->reference))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_fence.h34 struct pipe_reference ref;
54 if (pipe_reference(&(*dst)->ref, &src->ref))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_fence.h34 struct pipe_reference ref;
54 if (pipe_reference(&(*dst)->ref, &src->ref))
H A Dcrocus_fine_fence.h47 struct pipe_reference reference;
90 if (pipe_reference(&(*dst)->reference, &src->reference))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.h43 struct pipe_reference reference;
84 if (pipe_reference(&old->reference, &f->reference)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_fence.h37 struct pipe_reference ref;
57 if (pipe_reference(*dst ? &(*dst)->ref : NULL,
H A Diris_fine_fence.h47 struct pipe_reference reference;
88 if (pipe_reference(&(*dst)->reference, &src->reference))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_fence.h43 struct pipe_reference reference;
84 if (pipe_reference(&old->reference, &f->reference)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_compute.h47 if (pipe_reference(&(*dst)->sel.base.reference, &src->sel.base.reference))
/xsrc/external/mit/MesaLib/dist/src/gallium/winsys/svga/drm/
H A Dvmw_shader.c40 struct pipe_reference *src_ref;
41 struct pipe_reference *dst_ref;
52 if (pipe_reference(dst_ref, src_ref)) {
H A Dvmw_shader.h44 struct pipe_reference refcnt;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_live_shader_cache.h67 struct pipe_reference reference;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_fence.h39 struct pipe_reference reference;
/xsrc/external/mit/MesaLib.old/dist/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)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h37 struct pipe_reference reference;
69 struct pipe_reference reference;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_query_hw.h95 struct pipe_reference reference; /* keep this first */
160 if (pipe_reference(&(*ptr)->reference, &samp->reference))

Completed in 24 milliseconds

123456