Home
last modified time | relevance | path

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

/external/mesa3d/docs/
DMESA_texture_array.spec307 -- 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
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst71 * ``PIPE_TEX_MIPFILTER_NONE``: Mipmap filtering is disabled. All texels
/external/mesa3d/src/gallium/docs/source/
Dresources.rst131 Mipmap dimensions are reduced in all 3 coordinates.
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c342 struct gen_mipmap_state Mipmap; /**< For _mesa_meta_GenerateMipmap() */ member
444 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()