/third_party/libwebsockets/lib/plat/unix/ |
H A D | unix-service.c | 75 volatile struct lws_context_per_thread *vpt; in _lws_plat_service_tsi() local 97 vpt = (volatile struct lws_context_per_thread *)pt; in _lws_plat_service_tsi() 150 vpt->inside_poll = 1; in _lws_plat_service_tsi() 153 vpt->inside_poll = 0; in _lws_plat_service_tsi() 160 while (vpt->foreign_spinlock) in _lws_plat_service_tsi() 174 ftp = vpt->foreign_pfd_list; in _lws_plat_service_tsi() 181 pfd = &vpt->fds[ftp->fd_index]; in _lws_plat_service_tsi() 191 vpt->foreign_pfd_list = NULL; in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/plat/freertos/ |
H A D | freertos-service.c | 43 volatile struct lws_context_per_thread *vpt; in _lws_plat_service_tsi() local 54 vpt = (volatile struct lws_context_per_thread *)pt; in _lws_plat_service_tsi() 149 vpt->inside_poll = 1; in _lws_plat_service_tsi() 152 vpt->inside_poll = 0; in _lws_plat_service_tsi()
|
/third_party/libwebsockets/lib/core-net/ |
H A D | pollfd.c | 31 volatile struct lws_context_per_thread *vpt; in _lws_change_pollfd() local 91 vpt = (volatile struct lws_context_per_thread *)pt; in _lws_change_pollfd() 93 vpt->foreign_spinlock = 1; in _lws_change_pollfd() 96 if (vpt->inside_poll) { in _lws_change_pollfd() 107 vpt->foreign_spinlock = 0; in _lws_change_pollfd() 122 &vpt->foreign_pfd_list; in _lws_change_pollfd() 127 vpt->foreign_spinlock = 0; in _lws_change_pollfd() 137 vpt->foreign_spinlock = 0; in _lws_change_pollfd()
|
/third_party/libwebsockets/lib/event-libs/poll/ |
H A D | poll.c | 32 volatile struct lws_context_per_thread *vpt = in elops_foreign_thread_poll() local 42 return vpt->inside_poll; in elops_foreign_thread_poll()
|
/third_party/ffmpeg/libavcodec/ |
H A D | motionpixels.c | 51 YuvPixel *vpt, *hpt; member 62 av_freep(&mp->vpt); in mp_decode_end() 86 mp->vpt = av_calloc(avctx->height, sizeof(*mp->vpt)); in mp_decode_init() 88 if (!mp->changes_map || !mp->vpt || !mp->hpt) in mp_decode_init() 211 p = mp->vpt[y]; in mp_decode_line() 272 mp->vpt[y] = p; in mp_decode_frame_helper()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_state_validate.c | 255 struct pipe_viewport_state *vpt = &nv50->viewports[i]; in nv50_validate_viewport() local 261 PUSH_DATAf(push, vpt->translate[0]); in nv50_validate_viewport() 262 PUSH_DATAf(push, vpt->translate[1]); in nv50_validate_viewport() 263 PUSH_DATAf(push, vpt->translate[2]); in nv50_validate_viewport() 265 PUSH_DATAf(push, vpt->scale[0]); in nv50_validate_viewport() 266 PUSH_DATAf(push, vpt->scale[1]); in nv50_validate_viewport() 267 PUSH_DATAf(push, vpt->scale[2]); in nv50_validate_viewport() 274 util_viewport_zmin_zmax(vpt, nv50->rast->pipe.clip_halfz, &zmin, &zmax); in nv50_validate_viewport()
|
H A D | nv50_state.c | 1039 const struct pipe_viewport_state *vpt) in nv50_set_viewport_states() 1046 if (!memcmp(&nv50->viewports[start_slot + i], &vpt[i], sizeof(*vpt))) in nv50_set_viewport_states() 1048 nv50->viewports[start_slot + i] = vpt[i]; in nv50_set_viewport_states() 1036 nv50_set_viewport_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *vpt) nv50_set_viewport_states() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_state.c | 429 const struct pipe_viewport_state *vpt) in nv30_set_viewport_states() 433 nv30->viewport = *vpt; in nv30_set_viewport_states() 426 nv30_set_viewport_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *vpt) nv30_set_viewport_states() argument
|
/third_party/libwebsockets/lib/core/ |
H A D | context.c | 1667 volatile struct lws_context_per_thread *vpt; in lws_pt_destroy() local 1675 vpt = (volatile struct lws_context_per_thread *)pt; in lws_pt_destroy() 1676 ftp = vpt->foreign_pfd_list; in lws_pt_destroy() 1682 vpt->foreign_pfd_list = NULL; in lws_pt_destroy()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_state.c | 962 const struct pipe_viewport_state *vpt) in nvc0_set_viewport_states() 969 if (!memcmp(&nvc0->viewports[start_slot + i], &vpt[i], sizeof(*vpt))) in nvc0_set_viewport_states() 971 nvc0->viewports[start_slot + i] = vpt[i]; in nvc0_set_viewport_states() 959 nvc0_set_viewport_states(struct pipe_context *pipe, unsigned start_slot, unsigned num_viewports, const struct pipe_viewport_state *vpt) nvc0_set_viewport_states() argument
|