Searched refs:fb_tex_blit (Results 1 – 1 of 1) sorted by relevance
101 struct fb_tex_blit_state fb_tex_blit; in blitframebuffer_texture() local116 _mesa_meta_fb_tex_blit_begin(ctx, &fb_tex_blit); in blitframebuffer_texture()131 fb_tex_blit.temp_tex_obj = texObj; in blitframebuffer_texture()178 fb_tex_blit.tex_obj = texObj; in blitframebuffer_texture()179 fb_tex_blit.baseLevelSave = texObj->BaseLevel; in blitframebuffer_texture()180 fb_tex_blit.maxLevelSave = texObj->MaxLevel; in blitframebuffer_texture()181 fb_tex_blit.stencilSamplingSave = texObj->StencilSampling; in blitframebuffer_texture()199 fb_tex_blit.samp_obj = setup_sampler(ctx, texObj, target, filter, srcLevel); in blitframebuffer_texture()223 _mesa_set_sampler_srgb_decode(ctx, fb_tex_blit.samp_obj, in blitframebuffer_texture()291 _mesa_meta_fb_tex_blit_end(ctx, target, &fb_tex_blit); in blitframebuffer_texture()