Home
last modified time | relevance | path

Searched refs:mip_max_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_texture.cc431 mip_max_ = max; in mip_range_set()
664 if (attachment.mip <= mip_max_ && attachment.mip >= mip_min_) { in check_feedback_loop()
671 mip_max_, in check_feedback_loop()
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/intern/
H A Dgpu_texture_private.hh99 int mip_min_ = 0, mip_max_ = 0; member in blender::gpu::Texture