Home
last modified time | relevance | path

Searched refs:copy_bfc (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pipe_twoside.c55 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()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
H A Dbrw_clip_unfilled.c120 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc() function
512 copy_bfc(c); in brw_emit_unfilled_clip()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
H A Dbrw_clip_unfilled.c120 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc() function
512 copy_bfc(c); in brw_emit_unfilled_clip()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
H A Dbrw_clip_unfilled.c120 static void copy_bfc( struct brw_clip_compile *c ) in copy_bfc() function
512 copy_bfc(c); in brw_emit_unfilled_clip()
/dports/graphics/mesa-libs/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); /* fallthrough */ in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); /* fallthrough */ in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); /* fallthrough */ in do_twoside_color()
/dports/graphics/mesa-dri/mesa-21.3.6/src/intel/compiler/
H A Dbrw_compile_sf.c127 static void copy_bfc( struct brw_sf_compile *c, in copy_bfc() function
170 case 3: copy_bfc(c, c->vert[2]); FALLTHROUGH; in do_twoside_color()
171 case 2: copy_bfc(c, c->vert[1]); FALLTHROUGH; in do_twoside_color()
172 case 1: copy_bfc(c, c->vert[0]); in do_twoside_color()

12