Home
last modified time | relevance | path

Searched refs:prev_ctx (Results 1 – 25 of 87) sorted by relevance

1234

/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dcontext_tracking.h52 enum ctx_state prev_ctx; in exception_enter() local
58 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()
59 if (prev_ctx != CONTEXT_KERNEL) in exception_enter()
60 context_tracking_exit(prev_ctx); in exception_enter()
62 return prev_ctx; in exception_enter()
65 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() argument
69 if (prev_ctx != CONTEXT_KERNEL) in exception_exit()
70 context_tracking_enter(prev_ctx); in exception_exit()
106 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dcontext_tracking.h52 enum ctx_state prev_ctx; in exception_enter() local
58 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()
59 if (prev_ctx != CONTEXT_KERNEL) in exception_enter()
60 context_tracking_exit(prev_ctx); in exception_enter()
62 return prev_ctx; in exception_enter()
65 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() argument
69 if (prev_ctx != CONTEXT_KERNEL) in exception_exit()
70 context_tracking_enter(prev_ctx); in exception_exit()
106 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dcontext_tracking.h52 enum ctx_state prev_ctx; in exception_enter() local
58 prev_ctx = this_cpu_read(context_tracking.state); in exception_enter()
59 if (prev_ctx != CONTEXT_KERNEL) in exception_enter()
60 context_tracking_exit(prev_ctx); in exception_enter()
62 return prev_ctx; in exception_enter()
65 static inline void exception_exit(enum ctx_state prev_ctx) in exception_exit() argument
69 if (prev_ctx != CONTEXT_KERNEL) in exception_exit()
70 context_tracking_enter(prev_ctx); in exception_exit()
106 static inline void exception_exit(enum ctx_state prev_ctx) { } in exception_exit() argument
/dports/lang/clover/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-libs/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/libosmesa/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-dri/mesa-21.3.6/src/egl/main/
H A Deglcontext.c817 _EGLContext *prev_ctx; in _eglBindContext() local
829 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
832 if (prev_ctx) { in _eglBindContext()
833 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
834 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
841 prev_ctx->DrawSurface = NULL; in _eglBindContext()
842 prev_ctx->ReadSurface = NULL; in _eglBindContext()
860 *old_ctx = prev_ctx; in _eglBindContext()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/egl/main/
H A Deglcontext.c821 _EGLContext *prev_ctx; in _eglBindContext() local
833 prev_ctx = _eglBindContextToThread(ctx, t); in _eglBindContext()
836 if (prev_ctx) { in _eglBindContext()
837 prev_draw = prev_ctx->DrawSurface; in _eglBindContext()
838 prev_read = prev_ctx->ReadSurface; in _eglBindContext()
845 prev_ctx->DrawSurface = NULL; in _eglBindContext()
846 prev_ctx->ReadSurface = NULL; in _eglBindContext()
864 *old_ctx = prev_ctx; in _eglBindContext()
/dports/textproc/libcss/libcss-0.9.1/src/parse/properties/
H A Dcolumns.c35 int prev_ctx; in css__parse_columns() local
75 prev_ctx = *ctx; in css__parse_columns()
105 } while (*ctx != prev_ctx && token != NULL); in css__parse_columns()
H A Dflex_flow.c36 int prev_ctx; in css__parse_flex_flow() local
77 prev_ctx = *ctx; in css__parse_flex_flow()
105 } while (*ctx != prev_ctx && token != NULL); in css__parse_flex_flow()
H A Dborder_color.c35 int prev_ctx; in css__parse_border_color() local
69 prev_ctx = *ctx; in css__parse_border_color()
87 } while ((*ctx != prev_ctx) && (token != NULL) && (side_count < 4)); in css__parse_border_color()
H A Dpadding.c35 int prev_ctx; in css__parse_padding() local
69 prev_ctx = *ctx; in css__parse_padding()
99 } while ((*ctx != prev_ctx) && (token != NULL) && (side_count < 4)); in css__parse_padding()
H A Dmargin.c35 int prev_ctx; in css__parse_margin() local
71 prev_ctx = *ctx; in css__parse_margin()
106 } while ((*ctx != prev_ctx) && (token != NULL) && (side_count < 4)); in css__parse_margin()
H A Doutline.c35 int prev_ctx; in css__parse_outline() local
87 prev_ctx = *ctx; in css__parse_outline()
119 } while (*ctx != prev_ctx && token != NULL); in css__parse_outline()
H A Dcolumn_rule.c35 int prev_ctx; in css__parse_column_rule() local
90 prev_ctx = *ctx; in css__parse_column_rule()
122 } while (*ctx != prev_ctx && token != NULL); in css__parse_column_rule()
H A Dlist_style.c35 int prev_ctx; in css__parse_list_style() local
87 prev_ctx = *ctx; in css__parse_list_style()
119 } while (*ctx != prev_ctx && token != NULL); in css__parse_list_style()
H A Dborder_style.c35 int prev_ctx; in css__parse_border_style() local
69 prev_ctx = *ctx; in css__parse_border_style()
110 } while ((*ctx != prev_ctx) && (token != NULL) && (side_count < 4)); in css__parse_border_style()
H A Dborder_width.c35 int prev_ctx; in css__parse_border_width() local
71 prev_ctx = *ctx; in css__parse_border_width()
120 } while ((*ctx != prev_ctx) && (token != NULL) && (side_count < 4)); in css__parse_border_width()
H A Dflex.c36 int prev_ctx; in css__parse_flex() local
111 prev_ctx = *ctx; in css__parse_flex()
142 } while (*ctx != prev_ctx && token != NULL); in css__parse_flex()

1234