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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, function in typeref:struct:vertex_header *
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);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 copy_bfc( struct twoside_stage *twoside, function in typeref:struct:vertex_header *
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);
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, function in typeref:typename:void
170 case 3: copy_bfc(c, c->vert[2]);
171 case 2: copy_bfc(c, c->vert[1]);
172 case 1: copy_bfc(c, c->vert[0]);
H A Dbrw_clip_unfilled.c120 static void copy_bfc( struct brw_clip_compile *c ) function in typeref:typename:void
512 copy_bfc(c);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, function in typeref:typename:void
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH;
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH;
172 case 1: copy_bfc(c, c->vert[0]);
H A Dbrw_clip_unfilled.c120 static void copy_bfc( struct brw_clip_compile *c ) function in typeref:typename:void
512 copy_bfc(c);

Completed in 7 milliseconds