Home | History | Annotate | Download | only in state_tracker

Lines Matching defs:interpMode

479    GLuint interpMode[PIPE_MAX_SHADER_INPUTS];  /* XXX size? */
548 interpMode[slot] = TGSI_INTERPOLATE_LINEAR;
553 interpMode[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
559 interpMode[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
565 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
570 interpMode[slot] = TGSI_INTERPOLATE_CONSTANT;
575 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
580 interpMode[slot] = TGSI_INTERPOLATE_PERSPECTIVE;
615 interpMode[slot] = TGSI_INTERPOLATE_LINEAR;
617 interpMode[slot] = st_translate_interp(stfp->Base.InterpQualifier[attr],
721 interpMode,
739 interpMode,