Home
last modified time | relevance | path

Searched +defs:stage +defs:stage (Results 1 – 25 of 6217) sorted by relevance

12345678910>>...249

/dports/net/bosh-cli/bosh-cli-5.5.0/ui/
H A Dstage.go16 type stage struct { struct
17 ui UI
18 timeService clock.Clock
20 logTag string
21 logger boshlog.Logger
23 simpleMode bool
38 func (s *stage) Perform(name string, closure func() error) error {
61 func (s *stage) PerformComplex(name string, closure func(Stage) error) error {
77 func (s *stage) elapsedSince(startTime time.Time) string {
83 func (s *stage) newSubStage() Stage {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/ash2k/stager/
H A Dstage.go20 type stage struct { struct
21 ctx context.Context
22 cancel context.CancelFunc
23 group wait.Group
26 func (s *stage) Start(f func()) {
30 func (s *stage) StartWithChannel(f func(stopCh <-chan struct{})) {
34 func (s *stage) StartWithContext(f func(context.Context)) {
/dports/math/blis/blis-0.8.1/frame/ind/cntx/
H A Dbli_cntx_ind_stage.c56 void bli_cntx_ind_stage( ind_t method, dim_t stage, cntx_t* cntx ) in bli_cntx_ind_stage()
72 void bli_cntx_3mh_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_3mh_stage()
94 void bli_cntx_3m1_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_3m1_stage()
100 void bli_cntx_4mh_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_4mh_stage()
127 void bli_cntx_4mb_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_4mb_stage()
133 void bli_cntx_4m1_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_4m1_stage()
139 void bli_cntx_1m_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_1m_stage()
145 void bli_cntx_nat_stage( dim_t stage, cntx_t* cntx ) in bli_cntx_nat_stage()
/dports/graphics/clutter/clutter-1.26.4/clutter/
H A Dclutter-stage.c319 queue_full_redraw (ClutterStage *stage) in queue_full_redraw()
340 stage_is_default (ClutterStage *stage) in stage_is_default()
1065 ClutterStage *stage = CLUTTER_STAGE (actor); in _clutter_stage_maybe_relayout() local
1104 clutter_stage_do_redraw (ClutterStage *stage) in clutter_stage_do_redraw()
1207 ClutterStage *stage = CLUTTER_STAGE (self); in clutter_stage_real_queue_relayout() local
2263 ClutterStage *stage; in clutter_stage_get_default() local
2827 clutter_stage_event (ClutterStage *stage, in clutter_stage_event()
2937 ClutterStage *stage) in on_key_focus_destroy()
3139 clutter_stage_set_fog (ClutterStage *stage, in clutter_stage_set_fog()
3157 clutter_stage_get_fog (ClutterStage *stage, in clutter_stage_get_fog()
[all …]
/dports/games/alienarena-data/alienarena-7.66/source/ref_gl/
H A Dr_script.c40 int RS_Animate (rs_stage_t *stage) in RS_Animate()
61 void *RS_AnimateSkin (rs_stage_t *stage) in RS_AnimateSkin()
93 rs_stage_t *stage = rs->stage, *tmp_stage; in RS_ResetScript() local
146 void RS_ClearStage (rs_stage_t *stage) in RS_ClearStage()
276 rs_stage_t *stage; in RS_NewStage() local
407 rs_stage_t *stage; in RS_ReadyScript() local
548 void rs_stage_map (rs_stage_t *stage, char **token) in rs_stage_map()
803 void rs_stage_fx (rs_stage_t *stage, char **token) in rs_stage_fx()
927 void rs_stage_if (rs_stage_t *stage, char **token) in rs_stage_if()
1013 rs_stage_t *stage = NULL; in RS_LoadScript() local
[all …]
/dports/games/alienarena/alienarena-7.66/source/ref_gl/
H A Dr_script.c40 int RS_Animate (rs_stage_t *stage) in RS_Animate()
61 void *RS_AnimateSkin (rs_stage_t *stage) in RS_AnimateSkin()
93 rs_stage_t *stage = rs->stage, *tmp_stage; in RS_ResetScript() local
146 void RS_ClearStage (rs_stage_t *stage) in RS_ClearStage()
276 rs_stage_t *stage; in RS_NewStage() local
407 rs_stage_t *stage; in RS_ReadyScript() local
548 void rs_stage_map (rs_stage_t *stage, char **token) in rs_stage_map()
803 void rs_stage_fx (rs_stage_t *stage, char **token) in rs_stage_fx()
927 void rs_stage_if (rs_stage_t *stage, char **token) in rs_stage_if()
1013 rs_stage_t *stage = NULL; in RS_LoadScript() local
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/mesa/state_tracker/
H A Dst_cb_feedback.c68 struct draw_stage stage; /**< Base class */ member
79 feedback_stage( struct draw_stage *stage ) in feedback_stage()
125 feedback_tri( struct draw_stage *stage, struct prim_header *prim ) in feedback_tri()
165 feedback_flush( struct draw_stage *stage, unsigned flags ) in feedback_flush()
172 feedback_reset_stipple_counter( struct draw_stage *stage ) in feedback_reset_stipple_counter()
180 feedback_destroy( struct draw_stage *stage ) in feedback_destroy()
213 select_tri( struct draw_stage *stage, struct prim_header *prim ) in select_tri()
222 select_line( struct draw_stage *stage, struct prim_header *prim ) in select_line()
239 select_flush( struct draw_stage *stage, unsigned flags ) in select_flush()
246 select_reset_stipple_counter( struct draw_stage *stage ) in select_reset_stipple_counter()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
H A Ddraw_pipe_unfilled.c44 struct draw_stage stage; member
62 inject_front_face_info(struct draw_stage *stage, in inject_front_face_info()
88 static void point(struct draw_stage *stage, in point()
99 static void line(struct draw_stage *stage, in line()
113 static void points(struct draw_stage *stage, in points()
131 static void lines(struct draw_stage *stage, in lines()
185 static void unfilled_tri( struct draw_stage *stage, in unfilled_tri()
211 static void unfilled_first_tri( struct draw_stage *stage, in unfilled_first_tri()
226 static void unfilled_flush( struct draw_stage *stage, in unfilled_flush()
241 static void unfilled_destroy( struct draw_stage *stage ) in unfilled_destroy()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/draw/
H A Ddraw_pipe_flatshade.c43 struct draw_stage stage; member
51 flat_stage(struct draw_stage *stage) in flat_stage()
58 static inline void copy_flats( struct draw_stage *stage, in copy_flats()
73 static inline void copy_flats2( struct draw_stage *stage, in copy_flats2()
93 static void flatshade_tri_0( struct draw_stage *stage, in flatshade_tri_0()
111 static void flatshade_tri_2( struct draw_stage *stage, in flatshade_tri_2()
132 static void flatshade_line_0( struct draw_stage *stage, in flatshade_line_0()
149 static void flatshade_line_1( struct draw_stage *stage, in flatshade_line_1()
272 static void flatshade_first_tri( struct draw_stage *stage, in flatshade_first_tri()
287 static void flatshade_flush( struct draw_stage *stage, in flatshade_flush()
[all …]
/dports/comms/hackrf-devel/hackrf-ee44d2d62e2dd24648599172f90fc8fc2e3b3cc3/firmware/hackrf_usb/
H A Dusb_api_register.c37 const usb_transfer_stage_t stage in usb_vendor_request_write_max2837()
55 const usb_transfer_stage_t stage in usb_vendor_request_read_max2837()
75 const usb_transfer_stage_t stage in usb_vendor_request_write_si5351c()
93 const usb_transfer_stage_t stage in usb_vendor_request_read_si5351c()
113 const usb_transfer_stage_t stage in usb_vendor_request_write_rffc5071()
131 const usb_transfer_stage_t stage in usb_vendor_request_read_rffc5071()
155 const usb_transfer_stage_t stage in usb_vendor_request_set_clkout_enable()

12345678910>>...249