OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noperspective_attribs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/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;
/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 49 milliseconds