Searched refs:_EnabledCoordUnits (Results 1 – 15 of 15) sorted by relevance
81 assert(ctx->Texture._EnabledCoordUnits == 0);\107 assert(ctx->Texture._EnabledCoordUnits == 0); \275 const GLuint texEnableSave = ctx->Texture._EnabledCoordUnits; in affine_span()414 ctx->Texture._EnabledCoordUnits = 0x0; in affine_span()521 ctx->Texture._EnabledCoordUnits = texEnableSave; in affine_span()679 const GLuint texEnableSave = ctx->Texture._EnabledCoordUnits; in fast_persp_span()680 ctx->Texture._EnabledCoordUnits = 0; in fast_persp_span()793 ctx->Texture._EnabledCoordUnits = texEnableSave; in fast_persp_span()1043 if (ctx->Texture._EnabledCoordUnits || in _swrast_choose_triangle()1072 if (ctx->Texture._EnabledCoordUnits == 0x1 in _swrast_choose_triangle()
286 if (ctx->Texture._EnabledCoordUnits != 0 in _swrast_set_aa_triangle_function()
237 else if (ctx->Texture._EnabledCoordUnits in _swrast_choose_line()
476 = (ctx->Texture._EnabledCoordUnits > 1) ? ctx->Const.MaxTextureUnits : 1; in interpolate_texcoords()481 if (ctx->Texture._EnabledCoordUnits & (1 << u)) { in interpolate_texcoords()1017 else if (ctx->Texture._EnabledCoordUnits) { in shade_texture_span()1144 const GLboolean shaderOrTexture = shader || ctx->Texture._EnabledCoordUnits; in _swrast_write_rgba_span()
483 if (ctx->Texture._EnabledCoordUnits != 0 in _swrast_choose_aa_line_function()
209 ctx->Texture._EnabledCoordUnits || in fast_draw_rgba_pixels()
529 attribsMask |= (ctx->Texture._EnabledCoordUnits << VARYING_SLOT_TEX0); in _swrast_update_active_attribs()
1840 = (ctx->Texture._EnabledCoordUnits > 1) ? ctx->Const.MaxTextureUnits : 1; in texture_unit_index()
612 if (!(ctx->Texture._EnabledCoordUnits & (1 << unit))) in update_texgen()750 ctx->Texture._EnabledCoordUnits |= in update_program_texture_state()829 ctx->Texture._EnabledCoordUnits |= 1 << unit; in update_ff_texture_state()889 ctx->Texture._EnabledCoordUnits = 0x0; in _mesa_update_texture_state()
265 mask = ctx->Texture._EnabledCoordUnits; in make_state_key()
239 mask = ctx->Texture._EnabledCoordUnits | ctx->Texture._TexGenEnabled in make_state_key()
1308 GLbitfield _EnabledCoordUnits; member
159 if (ctx->Texture._EnabledCoordUnits & (1 << i) || in _tnl_InvalidateState()
222 New ctx->Texture._EnabledCoordUnits field:230 same bit MUST be set in ctx->Texture._EnabledCoordUnits.
185 if (ctx->Texture._EnabledCoordUnits & (1 << i)) in vbo_choose_attrs()