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/intel/compiler/ |
D | brw_compile_sf.c | 127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function 170 case 3: copy_bfc(c, c->vert[2]); in do_twoside_color() 171 case 2: copy_bfc(c, c->vert[1]); in do_twoside_color() 172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
|
D | brw_clip_unfilled.c | 120 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc() function 512 copy_bfc(c); in brw_emit_unfilled_clip()
|