Home
last modified time | relevance | path

Searched refs:si_texture_reference (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c464 si_texture_reference(&tex->flushed_depth_texture, new_tex->flushed_depth_texture); in si_reallocate_texture_inplace()
507 si_texture_reference(&new_tex, NULL); in si_reallocate_texture_inplace()
1281 si_texture_reference(&plane0, NULL); in si_texture_create_with_modifier()
1527 si_texture_reference(&tex, NULL); in si_texture_from_winsys_buffer()
1535 si_texture_reference(&tex, NULL); in si_texture_from_winsys_buffer()
1544 si_texture_reference(&tex, NULL); in si_texture_from_winsys_buffer()
1551 si_texture_reference(&tex, NULL); in si_texture_from_winsys_buffer()
Dsi_buffer.c231 si_texture_reference(&tex->flushed_depth_texture, NULL); in si_resource_destroy()
Dsi_pipe.h1593 static inline void si_texture_reference(struct si_texture **ptr, struct si_texture *res) in si_texture_reference() function