Home
last modified time | relevance | path

Searched refs:NumLevels (Results 1 – 12 of 12) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dtextureview.c495 texObj->Attrib.NumLevels = levels; in _mesa_set_texture_view_state()
504 texObj->Attrib.NumLevels = 1; in _mesa_set_texture_view_state()
509 texObj->Attrib.NumLevels = 1; in _mesa_set_texture_view_state()
547 newViewNumLevels = MIN2(numlevels, origTexObj->Attrib.NumLevels - minlevel); in texture_view()
696 texObj->Attrib.NumLevels = newViewNumLevels; in texture_view()
810 origTexObj->Attrib.NumLevels)) { in _mesa_TextureView()
815 origTexObj->Attrib.NumLevels); in _mesa_TextureView()
Dtexparam.c2450 *params = (GLfloat) obj->Attrib.NumLevels; in get_tex_parameterfv()
2741 *params = (GLint) obj->Attrib.NumLevels; in get_tex_parameteriv()
Dmtypes.h876 GLubyte NumLevels; /**< GL_ARB_texture_view */ member
Dtexobj.c739 t->_MaxLevel = MAX2(MIN2(t->_MaxLevel, t->Attrib.NumLevels - 1), 0); in _mesa_test_texobj_completeness()
Dmipmap.c66 numLevels = MIN2(numLevels, texObj->Attrib.NumLevels); in _mesa_compute_num_levels()
/third_party/ffmpeg/libavcodec/
Dcfhd.h55 NumLevels = 26, enumerator
Dcfhdenc.c629 bytestream2_put_be16(pby, NumLevels); in cfhd_encode_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCFLGraph.h78 auto NumLevels = Levels.size(); in addNodeToLevel() local
79 if (NumLevels > Level) in addNodeToLevel()
DTargetTransformInfo.cpp929 unsigned NumLevels) { in matchPairwiseReductionAtLevel() argument
984 if (Level + 1 != NumLevels) { in matchPairwiseReductionAtLevel()
1002 if (++Level == NumLevels) in matchPairwiseReductionAtLevel()
1007 NumLevels); in matchPairwiseReductionAtLevel()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c491 texObj->Attrib.NumLevels - 1); in last_level()
Dst_cb_texture.c3375 const int numLevels = texObj->Attrib.NumLevels; in st_TextureView()
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri2.c2152 out->view_numlevels = obj->Attrib.NumLevels; in dri2_interop_export_object()