Searched refs:fb_tex_blit (Results 1 – 1 of 1) sorted by relevance
613 struct fb_tex_blit_state fb_tex_blit; in blitframebuffer_texture() local630 _mesa_meta_fb_tex_blit_begin(ctx, &fb_tex_blit); in blitframebuffer_texture()647 fb_tex_blit.temp_tex_obj = texObj; in blitframebuffer_texture()697 fb_tex_blit.tex_obj = texObj; in blitframebuffer_texture()698 fb_tex_blit.baseLevelSave = texObj->BaseLevel; in blitframebuffer_texture()699 fb_tex_blit.maxLevelSave = texObj->MaxLevel; in blitframebuffer_texture()700 fb_tex_blit.stencilSamplingSave = texObj->StencilSampling; in blitframebuffer_texture()721 fb_tex_blit.samp_obj = _mesa_meta_setup_sampler(ctx, texObj, target, filter, in blitframebuffer_texture()747 _mesa_set_sampler_srgb_decode(ctx, fb_tex_blit.samp_obj, in blitframebuffer_texture()817 _mesa_meta_fb_tex_blit_end(ctx, target, &fb_tex_blit); in blitframebuffer_texture()