HomeSort by: relevance | last modified time | path
    Searched refs:old_dst (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_framebuffer.h 81 struct zink_framebuffer *old_dst = *dst; local
84 if (pipe_reference_described(&old_dst->reference, src ? &src->reference : NULL,
86 zink_destroy_framebuffer(screen, old_dst);
zink_surface.h 94 struct zink_surface *old_dst = *dst; local
96 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL,
100 zink_destroy_surface(screen, &old_dst->base);
zink_program.h 232 struct zink_gfx_program *old_dst = dst ? *dst : NULL; local
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
261 if (pipe_reference_described(old_dst ? &old_dst->base.reference : NULL, &src->base.reference,
263 zink_destroy_compute_program(screen, old_dst);
zink_resource.h 183 struct zink_resource_object *old_dst = dst ? *dst : NULL; local
185 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference,
187 zink_destroy_resource_object(screen, old_dst);
zink_context.h 546 struct zink_buffer_view *old_dst = dst ? *dst : NULL; local
548 if (pipe_reference_described(old_dst ? &old_dst->reference : NULL, &src->reference,
550 zink_destroy_buffer_view(screen, old_dst);
zink_descriptors.c 982 struct zink_descriptor_pool *old_dst = dst ? *dst : NULL; local
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/
u_inlines.h 110 struct pipe_surface *old_dst = *dst; local
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
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
224 struct pipe_stream_output_target *old_dst = *dst; local
237 struct pipe_vertex_state *old_dst = *dst; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_inlines.h 108 struct pipe_surface *old_dst = *dst; local
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
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->screen, old_dst)
186 struct pipe_sampler_view *old_dst = *dst; local
199 struct pipe_stream_output_target *old_dst = *dst; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.h 1005 struct iris_uncompiled_shader *old_dst = *dst; local
1007 if (pipe_reference(old_dst != NULL ? &old_dst->ref : NULL,
1019 struct iris_compiled_shader *old_dst = *dst; local
1021 if (pipe_reference(old_dst ? &old_dst->ref: NULL, src ? &src->ref : NULL))
1022 iris_delete_shader_variant(old_dst);

Completed in 14 milliseconds