Searched refs:copy_bfc (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_twoside.c | 55 copy_bfc( struct twoside_stage *twoside, in copy_bfc() function 89 tmp.v[0] = copy_bfc(twoside, header->v[0], 0); in twoside_tri() 90 tmp.v[1] = copy_bfc(twoside, header->v[1], 1); in twoside_tri() 91 tmp.v[2] = copy_bfc(twoside, header->v[2], 2); in twoside_tri()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_sf_emit.c | 100 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function 143 case 3: copy_bfc(c, c->vert[2]); in do_twoside_color() 144 case 2: copy_bfc(c, c->vert[1]); in do_twoside_color() 145 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
|
D | brw_clip_unfilled.c | 126 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc() function 518 copy_bfc(c); in brw_emit_unfilled_clip()
|