Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexobj.h143 (texObj->_IsIntegerFormat || in _mesa_is_texture_complete()
154 if (texObj->_IsIntegerFormat && in _mesa_is_texture_complete()
Dmtypes.h938 GLboolean _IsIntegerFormat; /**< Does the texture store integer values? */ member
Dtexobj.c710 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT; in _mesa_test_texobj_completeness()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_sampler.c70 if (texobj->_IsIntegerFormat && st->ctx->Const.ForceIntegerTexNearest) { in st_convert_sampler()
98 texobj->_IsIntegerFormat || texobj->StencilSampling || in st_convert_sampler()