Lines Matching refs:Current
379 GLfloat *objnorm = ctx->Current.Attrib[VERT_ATTRIB_NORMAL]; in _tnl_RasterPos()
389 ctx->Current.RasterPosValid = GL_FALSE; in _tnl_RasterPos()
395 ctx->Current.RasterPosValid = GL_FALSE; in _tnl_RasterPos()
402 ctx->Current.RasterPosValid = GL_FALSE; in _tnl_RasterPos()
412 ctx->Current.RasterPos[0] = (ndc[0] * ctx->Viewport._WindowMap.m[MAT_SX] in _tnl_RasterPos()
414 ctx->Current.RasterPos[1] = (ndc[1] * ctx->Viewport._WindowMap.m[MAT_SY] in _tnl_RasterPos()
416 ctx->Current.RasterPos[2] = (ndc[2] * ctx->Viewport._WindowMap.m[MAT_SZ] in _tnl_RasterPos()
419 ctx->Current.RasterPos[3] = clip[3]; in _tnl_RasterPos()
422 ctx->Current.RasterPos[3] = CLAMP(ctx->Current.RasterPos[3], in _tnl_RasterPos()
429 ctx->Current.RasterDistance = ctx->Current.Attrib[VERT_ATTRIB_FOG][0]; in _tnl_RasterPos()
431 ctx->Current.RasterDistance = in _tnl_RasterPos()
448 ctx->Current.RasterColor, in _tnl_RasterPos()
449 ctx->Current.RasterSecondaryColor ); in _tnl_RasterPos()
453 COPY_4FV(ctx->Current.RasterColor, in _tnl_RasterPos()
454 ctx->Current.Attrib[VERT_ATTRIB_COLOR0]); in _tnl_RasterPos()
455 COPY_4FV(ctx->Current.RasterSecondaryColor, in _tnl_RasterPos()
456 ctx->Current.Attrib[VERT_ATTRIB_COLOR1]); in _tnl_RasterPos()
464 COPY_4V(tc, ctx->Current.Attrib[VERT_ATTRIB_TEX0 + u]); in _tnl_RasterPos()
468 TRANSFORM_POINT(ctx->Current.RasterTexCoords[u], in _tnl_RasterPos()
473 ctx->Current.RasterPosValid = GL_TRUE; in _tnl_RasterPos()
477 _mesa_update_hitflag( ctx, ctx->Current.RasterPos[2] ); in _tnl_RasterPos()