Searched refs:copy_bfc (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, function
89 tmp.v[0] = copy_bfc(twoside, header->v[0], 0);
90 tmp.v[1] = copy_bfc(twoside, header->v[1], 1);
91 tmp.v[2] = copy_bfc(twoside, header->v[2], 2);
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, function
89 tmp.v[0] = copy_bfc(twoside, header->v[0], 0);
90 tmp.v[1] = copy_bfc(twoside, header->v[1], 1);
91 tmp.v[2] = copy_bfc(twoside, header->v[2], 2);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_sf_emit.c82 static void copy_bfc( struct brw_sf_compile *c, function
126 case 3: copy_bfc(c, c->vert[2]);
127 case 2: copy_bfc(c, c->vert[1]);
128 case 1: copy_bfc(c, c->vert[0]);
H A Dbrw_clip_unfilled.c126 static void copy_bfc( struct brw_clip_compile *c ) function
501 copy_bfc(c);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_sf_emit.c82 static void copy_bfc( struct brw_sf_compile *c, function
126 case 3: copy_bfc(c, c->vert[2]);
127 case 2: copy_bfc(c, c->vert[1]);
128 case 1: copy_bfc(c, c->vert[0]);
H A Dbrw_clip_unfilled.c126 static void copy_bfc( struct brw_clip_compile *c ) function
501 copy_bfc(c);

Completed in 1937 milliseconds