Searched refs:_EnabledCoordUnits (Results 1 – 15 of 15) sorted by relevance
80 assert(ctx->Texture._EnabledCoordUnits == 0);\106 assert(ctx->Texture._EnabledCoordUnits == 0); \274 const GLuint texEnableSave = ctx->Texture._EnabledCoordUnits; in affine_span()413 ctx->Texture._EnabledCoordUnits = 0x0; in affine_span()520 ctx->Texture._EnabledCoordUnits = texEnableSave; in affine_span()678 const GLuint texEnableSave = ctx->Texture._EnabledCoordUnits; in fast_persp_span()679 ctx->Texture._EnabledCoordUnits = 0; in fast_persp_span()792 ctx->Texture._EnabledCoordUnits = texEnableSave; in fast_persp_span()1042 if (ctx->Texture._EnabledCoordUnits || in _swrast_choose_triangle()1071 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()
474 = (ctx->Texture._EnabledCoordUnits > 1) ? ctx->Const.MaxTextureUnits : 1; in interpolate_texcoords()479 if (ctx->Texture._EnabledCoordUnits & (1 << u)) { in interpolate_texcoords()1015 else if (ctx->Texture._EnabledCoordUnits) { in shade_texture_span()1142 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()
527 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()
483 if (!(ctx->Texture._EnabledCoordUnits & (1 << unit))) in update_texgen()601 ctx->Texture._EnabledCoordUnits |= in update_program_texture_state()680 ctx->Texture._EnabledCoordUnits |= 1 << unit; in update_ff_texture_state()721 ctx->Texture._EnabledCoordUnits = 0x0; in update_texture_state()
410 mask = ctx->Texture._EnabledCoordUnits; in make_state_key()
239 mask = ctx->Texture._EnabledCoordUnits | ctx->Texture._TexGenEnabled in make_state_key()
1188 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.
175 if (ctx->Texture._EnabledCoordUnits & (1 << i)) in vbo_choose_attrs()