Home
last modified time | relevance | path

Searched refs:pipe_sampler_view_release (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c140 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); in st_DeleteTextureObject()
438 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); in st_AllocTextureImageBuffer()
677 pipe_sampler_view_release(pipe, &src_view); in decompress_with_blit()
1210 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); in st_finalize_texture()
1250 pipe_sampler_view_release(st->pipe, &stObj->sampler_view); in st_finalize_texture()
Dst_context.c260 pipe_sampler_view_release(st->pipe, in st_destroy_context_priv()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_sampler.c265 pipe_sampler_view_release(pipe, &svga->curr.sampler_views[start + i]); in svga_set_sampler_views()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h162 pipe_sampler_view_release(struct pipe_context *ctx, in pipe_sampler_view_release() function