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()
366 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, samp_obj_save); in _mesa_meta_GenerateMipmap()
367 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in _mesa_meta_GenerateMipmap()
Dmeta_blit.c308 blit->samp_obj_save = NULL; in _mesa_meta_fb_tex_blit_begin()
309 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, in _mesa_meta_fb_tex_blit_begin()
353 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, blit->samp_obj_save); in _mesa_meta_fb_tex_blit_end()
354 _mesa_reference_sampler_object(ctx, &blit->samp_obj_save, NULL); in _mesa_meta_fb_tex_blit_end()
Dmeta.h254 struct gl_sampler_object *samp_obj_save; member
Dmeta.c2991 struct gl_sampler_object *samp_obj_save = NULL; in decompress_texture_image() local
3038 _mesa_reference_sampler_object(ctx, &samp_obj_save, in decompress_texture_image()
3213 _mesa_bind_sampler(ctx, ctx->Texture.CurrentUnit, samp_obj_save); in decompress_texture_image()
3214 _mesa_reference_sampler_object(ctx, &samp_obj_save, NULL); in decompress_texture_image()