Searched refs:pipe_reference_described (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_bufmgr.h | 78 pipe_reference_described(NULL, &bo->reference, in vc4_bo_reference() 93 if (pipe_reference_described(&(*bo)->reference, NULL, in vc4_bo_unreference() 102 if (pipe_reference_described(&(*bo)->reference, NULL, in vc4_bo_unreference() 122 if (pipe_reference_described(&(*bo)->reference, NULL, in vc4_bo_unreference_locked_timed()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 75 pipe_reference_described(struct pipe_reference *dst, in pipe_reference_described() function 102 return pipe_reference_described(dst, src, in pipe_reference() 112 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, in pipe_surface_reference() 131 if (pipe_reference_described(&old->reference, NULL, in pipe_surface_release() 147 } while (pipe_reference_described(res ? &res->reference : NULL, in pipe_resource_destroy() 158 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, in pipe_resource_reference() 190 if (pipe_reference_described(&surf->reference, NULL, in pipe_surface_release_no_context() 212 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, in pipe_sampler_view_reference() 226 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, in pipe_so_target_reference()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_sampler_view.h | 96 if (pipe_reference_described(&(*ptr)->reference, &v->reference, in svga_sampler_view_reference()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_framebuffer.h | 76 if (pipe_reference_described(&old_dst->reference, src ? &src->reference : NULL, in zink_framebuffer_reference()
|
D | zink_program.h | 241 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, &src->base.reference, in zink_gfx_program_reference() 267 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, &src->base.reference, in zink_compute_program_reference()
|
D | zink_surface.h | 101 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, in zink_surface_reference()
|
D | zink_resource.h | 219 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference, in zink_resource_object_reference()
|
D | zink_context.h | 582 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference, in zink_buffer_view_reference()
|
D | zink_descriptors.c | 1040 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference, in zink_descriptor_pool_reference()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_texture.h | 158 if (pipe_reference_described( in fd6_texture_state_reference()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_bufmgr.h | 129 pipe_reference_described(NULL, &bo->reference, in d3d12_bo_reference()
|
D | d3d12_bufmgr.cpp | 182 if (pipe_reference_described(&bo->reference, NULL, in d3d12_bo_unreference()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_batch.h | 304 if (pipe_reference_described( in fd_batch_reference_locked()
|