Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/common/
Dmeta_generate_mipmap.c160 struct gl_sampler_object *samp_obj_save = NULL; in _mesa_meta_GenerateMipmap() local
199 _mesa_reference_sampler_object(ctx, &samp_obj_save, in _mesa_meta_GenerateMipmap()
367 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, samp_obj_save); in _mesa_meta_GenerateMipmap()
368 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in _mesa_meta_GenerateMipmap()
Dmeta_blit.c834 blit->samp_obj_save = NULL; in _mesa_meta_fb_tex_blit_begin()
835 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, in _mesa_meta_fb_tex_blit_begin()
879 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, blit->samp_obj_save); in _mesa_meta_fb_tex_blit_end()
880 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, NULL); in _mesa_meta_fb_tex_blit_end()
Dmeta.h314 struct gl_sampler_object *samp_obj_save; member
Dmeta.c3012 struct gl_sampler_object *samp_obj_save = NULL; in decompress_texture_image() local
3059 _mesa_reference_sampler_object(ctx, &samp_obj_save, in decompress_texture_image()
3234 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, samp_obj_save); in decompress_texture_image()
3235 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in decompress_texture_image()