Searched refs:Mipmap (Results 1 – 4 of 4) sorted by relevance
307 -- Section 3.8.8 "Automatic Mipmap Generation" in the section "Mipmapping"316 -- Section 3.8.8 "Manual Mipmap Generation" in the section "Mipmapping"326 TEXTURE_3D, TEXTURE_1D_ARRAY, or TEXTURE_2D_ARRAY. Mipmap generation
71 * ``PIPE_TEX_MIPFILTER_NONE``: Mipmap filtering is disabled. All texels
131 Mipmap dimensions are reduced in all 3 coordinates.
342 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */ member444 meta_glsl_generate_mipmap_cleanup(ctx, &ctx->Meta->Mipmap); in _mesa_meta_free()2783 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_check_generate_mipmap_fallback()3236 struct gen_mipmap_state *mipmap = &ctx->Meta->Mipmap; in _mesa_meta_GenerateMipmap()