Searched refs:old_dst (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_framebuffer.h81 struct zink_framebuffer *old_dst = *dst; local in function:zink_framebuffer_reference
84 if (pipe_reference_described(&old_dst->reference, src ? &src->reference : NULL,
86 zink_destroy_framebuffer(screen, old_dst);
H A Dzink_surface.h94 struct zink_surface *old_dst = *dst; local in function:zink_surface_reference
96 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL,
100 zink_destroy_surface(screen, &old_dst->base);
H A Dzink_program.h232 struct zink_gfx_program *old_dst = dst ? *dst : NULL; local in function:zink_gfx_program_reference
235 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, &src->base.reference,
237 zink_destroy_gfx_program(screen, old_dst);
258 struct zink_compute_program *old_dst = dst ? *dst : NULL; local in function:zink_compute_program_reference
261 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, &src->base.reference,
263 zink_destroy_compute_program(screen, old_dst);
H A Dzink_resource.h183 struct zink_resource_object *old_dst = dst ? *dst : NULL; local in function:zink_resource_object_reference
185 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference,
187 zink_destroy_resource_object(screen, old_dst);
H A Dzink_context.h546 struct zink_buffer_view *old_dst = dst ? *dst : NULL; local in function:zink_buffer_view_reference
548 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference,
550 zink_destroy_buffer_view(screen, old_dst);
H A Dzink_descriptors.c982 struct zink_descriptor_pool *old_dst = dst ? *dst : NULL; local in function:zink_descriptor_pool_reference
984 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference,
986 descriptor_pool_free(screen, old_dst);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_inlines.h110 struct pipe_surface *old_dst = *dst; local in function:pipe_surface_reference
112 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL,
116 old_dst->context->surface_destroy(old_dst->context, old_dst);
156 struct pipe_resource *old_dst = *dst; local in function:pipe_resource_reference
158 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL,
162 pipe_resource_destroy(old_dst);
210 struct pipe_sampler_view *old_dst = *dst; local in function:pipe_sampler_view_reference
224 struct pipe_stream_output_target *old_dst = *dst; local in function:pipe_so_target_reference
237 struct pipe_vertex_state *old_dst = *dst; local in function:pipe_vertex_state_reference
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_inlines.h108 struct pipe_surface *old_dst = *dst; local in function:pipe_surface_reference
110 if (pipe_reference_described(&old_dst->reference, &src->reference,
113 old_dst->context->surface_destroy(old_dst->context, old_dst);
139 struct pipe_resource *old_dst = *dst; local in function:pipe_resource_reference
141 if (pipe_reference_described(&old_dst->reference, &src->reference,
146 struct pipe_resource *next = old_dst->next;
148 old_dst->screen->resource_destroy(old_dst
186 struct pipe_sampler_view *old_dst = *dst; local in function:pipe_sampler_view_reference
199 struct pipe_stream_output_target *old_dst = *dst; local in function:pipe_so_target_reference
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h1005 struct iris_uncompiled_shader *old_dst = *dst; local in function:iris_uncompiled_shader_reference
1007 if (pipe_reference(old_dst != NULL ? &old_dst->ref : NULL,
1019 struct iris_compiled_shader *old_dst = *dst; local in function:iris_shader_variant_reference
1021 if (pipe_reference(old_dst ? &old_dst->ref: NULL, src ? &src->ref : NULL))
1022 iris_delete_shader_variant(old_dst);

Completed in 11 milliseconds