OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:copy_bfc
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_twoside.c
55
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/mesa/drivers/dri/i965/
brw_sf_emit.c
82
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]);
brw_clip_unfilled.c
126
static void
copy_bfc
( struct brw_clip_compile *c )
function
501
copy_bfc
(c);
Completed in 84 milliseconds