Home
last modified time | relevance | path

Searched refs:_MaxLevel (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtexobj.c729 t->_MaxLevel = MIN3(t->Attrib.MaxLevel, in _mesa_test_texobj_completeness()
739 t->_MaxLevel = MAX2(MIN2(t->_MaxLevel, t->Attrib.NumLevels - 1), 0); in _mesa_test_texobj_completeness()
743 t->_MaxLambda = (GLfloat) (t->_MaxLevel - baseLevel); in _mesa_test_texobj_completeness()
792 const GLint maxLevel = t->_MaxLevel; in _mesa_test_texobj_completeness()
2323 if (level < 0 || level > tex_obj->_MaxLevel) { in texture_page_commitment()
Dshaderimage.c475 u->Level > t->_MaxLevel || in _mesa_is_image_unit_valid()
Dmtypes.h933 GLbyte _MaxLevel; /**< actual max mipmap level (q in the spec) */ member
/third_party/mesa3d/docs/relnotes/
D19.3.3.rst198 - mesa: Prevent \_MaxLevel from being less than zero
D20.0.0.rst3322 - mesa: Prevent \_MaxLevel from being less than zero
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c487 unsigned ret = MIN2(texObj->Attrib.MinLevel + texObj->_MaxLevel, in last_level()
Dst_cb_texture.c2920 tObj->lastLevel = tObj->_MaxLevel; in st_finalize_texture()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c400 if (level < obj->Attrib.BaseLevel || level > obj->_MaxLevel) { in dri2_create_from_texture()
Ddri2.c2133 if (in->miplevel < obj->Attrib.BaseLevel || in->miplevel > obj->_MaxLevel) { in dri2_interop_export_object()