Searched defs:inlist (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 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[
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h34 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[
276 GLuint *inlist = vlist[0], *outlist = vlist[1]; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon14330
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h91 struct brw_reg inlist; member in struct:brw_clip_compile::__anon27741
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c192 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[
191 emit_poly( struct draw_stage *stage, struct vertex_header **inlist, const boolean *edgeflags, unsigned n, const struct prim_header *origPrim) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c192 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[
191 emit_poly( struct draw_stage *stage, struct vertex_header **inlist, const boolean *edgeflags, unsigned n, const struct prim_header *origPrim) argument
[all...]
/external/libpng/
H A Dpngset.c1378 png_const_bytep inlist; local
1388 for (i=0, inlist=outlist=new_list; i<old_num_chunks; ++i, inlist += 5)
1389 if (inlist[4])
1391 if (outlist != inlist)
1392 memcpy(outlist, inlist, 5);

Completed in 247 milliseconds