/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_bufmgr.h | 36 struct pipe_reference reference; 71 if (pipe_reference(&(*old_bo)->reference, &new_bo->reference)) in v3d_bo_set_reference() 79 pipe_reference(NULL, &bo->reference); in v3d_bo_reference() 92 if (pipe_reference(&(*bo)->reference, NULL)) in v3d_bo_unreference() 98 if (pipe_reference(&(*bo)->reference, NULL)) { in v3d_bo_unreference() 116 if (pipe_reference(&(*bo)->reference, NULL)) in v3d_bo_unreference_locked_timed()
|
D | v3d_fence.c | 44 struct pipe_reference reference; 57 if (pipe_reference(&(*p)->reference, &f->reference)) { in v3d_fence_reference()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | 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, in debug_reference() 58 debug_reference(UNUSED const struct pipe_reference* p, in debug_reference()
|
D | u_threaded_context.h | 339 struct pipe_reference ref; 424 if (pipe_reference((struct pipe_reference *)*dst, (struct pipe_reference *)src)) in tc_unflushed_batch_token_reference()
|
D | u_debug_describe.h | 34 struct pipe_reference; 41 void debug_describe_reference(char* buf, const struct pipe_reference*ptr);
|
D | u_live_shader_cache.c | 123 pipe_reference(NULL, &shader->reference); in util_live_shader_cache_get() 156 pipe_reference(NULL, &shader->reference); in util_live_shader_cache_get() 178 bool destroy = pipe_reference(&dst_shader->reference, &src_shader->reference); in util_shader_reference()
|
D | u_inlines.h | 55 pipe_reference_init(struct pipe_reference *dst, unsigned count) in pipe_reference_init() 61 pipe_is_referenced(struct pipe_reference *src) in pipe_is_referenced() 73 pipe_reference_described(struct pipe_reference *dst, in pipe_reference_described() 74 struct pipe_reference *src, in pipe_reference_described() 98 pipe_reference(struct pipe_reference *dst, struct pipe_reference *src) in pipe_reference() function
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.h | 132 struct pipe_reference reference; 164 struct pipe_reference reference; 195 if (pipe_reference(old_ptr ? &(*ptr)->reference : NULL, shader ? &shader->reference : NULL)) { in lp_fs_reference() 211 if (pipe_reference(old_ptr ? &(*ptr)->reference : NULL, variant ? &variant->reference : NULL)) { in lp_fs_variant_reference()
|
D | lp_fence.h | 43 struct pipe_reference reference; 84 if (pipe_reference(&old->reference, &f->reference)) { in lp_fence_reference()
|
/external/virglrenderer/src/gallium/include/pipe/ |
D | p_state.h | 74 struct pipe_reference struct 336 struct pipe_reference reference; 366 struct pipe_reference reference; 408 struct pipe_reference reference; 490 struct pipe_reference reference;
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_shader.c | 40 struct pipe_reference *src_ref; in vmw_svga_winsys_shader_reference() 41 struct pipe_reference *dst_ref; in vmw_svga_winsys_shader_reference() 52 if (pipe_reference(dst_ref, src_ref)) { in vmw_svga_winsys_shader_reference()
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_debug_refcnt.h | 39 typedef void (*debug_reference_descriptor)(char*, const struct pipe_reference*); 42 debug_reference(UNUSED const struct pipe_reference* p, 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
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_batch.c | 127 pipe_reference(NULL, &res->base.reference); in zink_batch_reference_resource_rw() 129 pipe_reference(NULL, &stencil->base.reference); in zink_batch_reference_resource_rw() 147 pipe_reference(NULL, &sv->base.reference); in zink_batch_reference_sampler_view() 158 pipe_reference(NULL, &prog->reference); in zink_batch_reference_program()
|
D | zink_program.h | 43 struct pipe_reference reference; 48 struct pipe_reference reference;
|
/external/mesa3d/src/gallium/include/pipe/ |
D | p_state.h | 82 struct pipe_reference struct 445 struct pipe_reference reference; 471 struct pipe_reference reference; 542 struct pipe_reference reference; 660 struct pipe_reference reference;
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_fine_fence.h | 47 struct pipe_reference reference; 88 if (pipe_reference(&(*dst)->reference, &src->reference)) in iris_fine_fence_reference()
|
D | iris_fence.h | 37 struct pipe_reference ref; 56 if (pipe_reference(*dst ? &(*dst)->ref : NULL, in iris_syncobj_reference()
|
/external/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_winsys.h | 43 struct pipe_reference reference; 110 struct pipe_reference 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/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_gmem.h | 49 struct pipe_reference reference; 77 if (pipe_reference(&(*ptr)->reference, &gmem->reference)) in fd_gmem_reference()
|
D | freedreno_query_hw.h | 95 struct pipe_reference reference; /* keep this first */ 160 if (pipe_reference(&(*ptr)->reference, &samp->reference)) in fd_hw_sample_reference()
|
/external/mesa3d/src/gallium/winsys/virgl/drm/ |
D | virgl_drm_winsys.h | 38 struct pipe_reference reference; 97 struct pipe_reference reference;
|
/external/mesa3d/src/gallium/drivers/lima/ |
D | lima_fence.c | 40 struct pipe_reference reference; 103 if (pipe_reference(&(*ptr)->reference, &fence->reference)) in lima_fence_reference()
|