Searched refs:_GenFlags (Results 1 – 3 of 3) sorted by relevance
628 texUnit->_GenFlags = 0x0; in update_texgen()635 texUnit->_GenFlags |= texUnit->GenS._ModeBit; in update_texgen()638 texUnit->_GenFlags |= texUnit->GenT._ModeBit; in update_texgen()641 texUnit->_GenFlags |= texUnit->GenR._ModeBit; in update_texgen()644 texUnit->_GenFlags |= texUnit->GenQ._ModeBit; in update_texgen()648 ctx->Texture._GenFlags |= texUnit->_GenFlags; in update_texgen()909 GLbitfield old_genflags = ctx->Texture._GenFlags; in _mesa_update_texture_state()914 ctx->Texture._GenFlags = 0x0; in _mesa_update_texture_state()961 if (old_genflags != ctx->Texture._GenFlags) in _mesa_update_texture_state()
1267 GLbitfield8 _GenFlags; /**< Bitwise-OR of Gen[STRQ]._ModeBit */ member1313 GLbitfield8 _GenFlags; member
1134 if ((ctx->Texture._GenFlags & TEXGEN_NEED_EYE_COORD) || in _mesa_update_tnl_spaces()