HomeSort by relevance Sort by last modified time
    Searched full:noperspective_attribs (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_clip.c 65 boolean noperspective_attribs[PIPE_MAX_SHADER_OUTPUTS]; member in struct:clip_stage
178 if (clip->noperspective_attribs[j])
618 memset(clipper->noperspective_attribs, 0, sizeof(clipper->noperspective_attribs));
653 clipper->noperspective_attribs[i] = interp == TGSI_INTERPOLATE_LINEAR;

Completed in 44 milliseconds