/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_cliptmp.h | 34 GLuint idxPrev = inlist[0]; \ 39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \ 41 GLuint idx = inlist[i]; \ 74 GLuint *tmp = inlist; \ 75 inlist = outlist; \ 196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local 200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 207 j = inlist[i]; 241 if (pv != inlist[0]) 276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_cliptmp.h | 34 GLuint idxPrev = inlist[0]; \ 39 inlist[n] = inlist[0]; /* prevent rotation of vertices */ \ 41 GLuint idx = inlist[i]; \ 74 GLuint *tmp = inlist; \ 75 inlist = outlist; \ 196 GLuint *inlist = vlist[0], *outlist = vlist[1]; local 200 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 207 j = inlist[i]; 241 if (pv != inlist[0]) 276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_clip.h | 91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon15882
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_clip.h | 91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon26349
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 192 struct vertex_header **inlist, 223 header.v[0] = inlist[0]; /* the provoking vertex */ 224 header.v[1] = inlist[i-1]; 225 header.v[2] = inlist[i]; 228 header.v[0] = inlist[i-1]; 229 header.v[1] = inlist[i]; 230 header.v[2] = inlist[0]; /* the provoking vertex */ 304 struct vertex_header **inlist = a; local 314 inlist[0] = header->v[0]; 315 inlist[1] = header->v[1] [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_clip.c | 192 struct vertex_header **inlist, 223 header.v[0] = inlist[0]; /* the provoking vertex */ 224 header.v[1] = inlist[i-1]; 225 header.v[2] = inlist[i]; 228 header.v[0] = inlist[i-1]; 229 header.v[1] = inlist[i]; 230 header.v[2] = inlist[0]; /* the provoking vertex */ 304 struct vertex_header **inlist = a; local 314 inlist[0] = header->v[0]; 315 inlist[1] = header->v[1] [all...] |