Home
last modified time | relevance | path

Searched refs:do_point (Results 1 – 25 of 101) sorted by relevance

12345

/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c119 static void do_point( struct draw_context *draw, in do_point() function
198 do_point( draw, verts + stride * (i0) ); \
297 do_point( draw, verts + stride * (i0) )
/dports/math/gnuplot/gnuplot-5.4.1/term/
H A Ddriver.h43 static void do_point(unsigned int x, unsigned int y, int number);
/dports/math/gnuplot-lite/gnuplot-5.4.1/term/
H A Ddriver.h43 static void do_point(unsigned int x, unsigned int y, int number);
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/term/
H A Ddriver.h45 static void do_point __PROTO((unsigned int x, unsigned int y, int number));
/dports/x11/xlockmore/xlockmore-5.67/modes/
H A Dswirl.c461 do_point(ModeInfo *mi, swirlstruct *sp, int i, int j) in do_point() function
641 draw_block(sp->ximage, x, y, r2, do_point(mi, sp, x, y)); in draw_point()
642 draw_block(sp->ximage, x + r2, y, r2, do_point(mi, sp, x + r2, y)); in draw_point()
643 draw_block(sp->ximage, x + r2, y + r2, r2, do_point(mi, sp, in draw_point()
645 draw_block(sp->ximage, x, y + r2, r2, do_point(mi, sp, x, y + r2)); in draw_point()
647 draw_block(sp->ximage, x, y, r, do_point(mi, sp, x, y)); in draw_point()
/dports/audio/openal-soft/openal-soft-1.21.1/core/mixer/
H A Dmixer_c.cpp26 inline float do_point(const InterpState&, const float *RESTRICT vals, const uint) in do_point() function
115 { return DoResample<do_point>(state, src, frac, increment, dst); } in Resample_()
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dswirl.c929 do_point(SWIRL_P swirl, int i, int j) in do_point() function
1104 draw_block(swirl->ximage, x, y, r2, do_point(swirl, x, y)); in draw_point()
1105 draw_block(swirl->ximage, x + r2, y, r2, do_point(swirl, x + r2, y)); in draw_point()
1106 draw_block(swirl->ximage, x + r2, y + r2, r2, do_point(swirl, in draw_point()
1108 draw_block(swirl->ximage, x, y + r2, r2, do_point(swirl, x, y + r2)); in draw_point()
1110 draw_block(swirl->ximage, x, y, r, do_point(swirl, x, y)); in draw_point()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/indices/
H A Du_indices_gen.py146 def do_point( intype, outtype, ptr, v0 ): function
215 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/util/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/indices/
H A Du_indices_gen.py144 def do_point( intype, outtype, ptr, v0 ): function
230 do_point( intype, outtype, 'out+j', 'i' );

12345