Home
last modified time | relevance | path

Searched refs:view (Results 1 - 25 of 767) sorted by relevance

12345678910>>...31

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c38 * to it, and all context bindings of that view. Similarly we must restore
39 * the view bindings, views and surfaces pointed to by the views when a
44 * struct vmw_view - view metadata
48 * @ctx: Non-refcounted pointer to the context this view belongs to.
49 * @srf: Refcounted pointer to the surface pointed to by this view.
50 * @cotable: Refcounted pointer to the cotable holding this view.
51 * @srf_head: List head for the surface-to-view list.
54 * @view_id: User-space per context view id. Currently used also as per
55 * context device view id.
56 * @cmd_size: Size of the SVGA3D define view comman
131 struct vmw_view *view = vmw_view(res); vmw_view_commit_notify() local
162 struct vmw_view *view = vmw_view(res); vmw_view_create() local
207 struct vmw_view *view = vmw_view(res); vmw_view_destroy() local
288 struct vmw_view *view = vmw_view(res); vmw_view_res_free() local
328 struct vmw_view *view; vmw_view_add() local
[all...]
/third_party/node/test/fixtures/wpt/streams/readable-byte-streams/
H A Dgeneral.any.js305 function extractViewInfo(view) {
307 constructor: view.constructor,
308 bufferByteLength: view.buffer.byteLength,
309 byteOffset: view.byteOffset,
310 byteLength: view.byteLength
325 const view = byobRequest.view;
328 viewNonNull: view !== null,
329 viewInfo: extractViewInfo(view)
332 view[
[all...]
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_image.c55 unreachable("Invalid view type"); in panvk_view_type_to_mali_tex_dim()
98 struct panvk_image_view *view; in CreateImageView() local
100 view = vk_image_view_create(&device->vk, false, pCreateInfo, in CreateImageView()
101 pAllocator, sizeof(*view)); in CreateImageView()
102 if (view == NULL) in CreateImageView()
105 view->pview = (struct pan_image_view) { in CreateImageView()
107 .format = vk_format_to_pipe_format(view->vk.view_format), in CreateImageView()
108 .dim = panvk_view_type_to_mali_tex_dim(view->vk.view_type), in CreateImageView()
110 .first_level = view->vk.base_mip_level, in CreateImageView()
111 .last_level = view in CreateImageView()
181 struct panvk_buffer_view *view = CreateBufferView() local
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dview.js269 command: 'view',
285 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } })
286 await view.exec(['https://github.com/npm/green'])
291 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } })
292 await view.exec(['green@1.0.0'])
297 const { view, outputs } = await loadMockNpm(t, { config: { unicode: true } })
298 await view.exec(['green@1.0.0'])
303 const { view, outputs } = await loadMockNpm(t, { config: { unicode: false } })
304 await view.exec(['black@1.0.0'])
309 const { view, output
[all...]
/kernel/linux/linux-5.10/drivers/s390/char/
H A Draw3270.c46 struct raw3270_view *view; /* Active view. */ member
90 * Wait queue for device init/delete, view delete.
239 __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
242 rq->view = view; in __raw3270_start()
243 raw3270_get_view(view); in __raw3270_start()
250 raw3270_put_view(view); in __raw3270_start()
259 raw3270_view_active(struct raw3270_view *view) in raw3270_view_active() argument
261 struct raw3270 *rp = view in raw3270_view_active()
268 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start() argument
288 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_locked() argument
305 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_irq() argument
323 struct raw3270_view *view; raw3270_irq() local
510 struct raw3270_view *view; raw3270_size_device_done() local
626 raw3270_reset(struct raw3270_view *view) raw3270_reset() argument
646 struct raw3270_view *view; __raw3270_disconnect() local
665 raw3270_init_irq(struct raw3270_view *view, struct raw3270_request *rq, struct irb *irb) raw3270_init_irq() argument
842 raw3270_activate_view(struct raw3270_view *view) raw3270_activate_view() argument
890 raw3270_deactivate_view(struct raw3270_view *view) raw3270_deactivate_view() argument
923 raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass) raw3270_add_view() argument
962 struct raw3270_view *view, *tmp; raw3270_find_view() local
989 raw3270_del_view(struct raw3270_view *view) raw3270_del_view() argument
1221 struct raw3270_view *view; raw3270_pm_stop() local
1261 raw3270_pm_unfreeze(struct raw3270_view *view) raw3270_pm_unfreeze() argument
[all...]
H A Dcon3270.c3 * IBM/3270 Driver - console view.
39 * Main 3270 console view data structure.
42 struct raw3270_view view; member
87 * "console view" in the lower left corner and "Running"/"More..."/"Holding"
97 codepage_convert(cp->view.ascebc, cp->status->string + 24, 7); in con3270_update_status()
113 raw3270_buffer_address(cp->view.dev, cp->status->string + 1, in con3270_create_status()
114 cp->view.cols * (cp->view.rows - 1)); in con3270_create_status()
115 raw3270_buffer_address(cp->view.dev, cp->status->string + 21, in con3270_create_status()
116 cp->view in con3270_create_status()
391 con3270_activate(struct raw3270_view *view) con3270_activate() argument
402 con3270_deactivate(struct raw3270_view *view) con3270_deactivate() argument
[all...]
H A Dtty3270.c57 * The main tty view data structure.
64 struct raw3270_view view; member
147 if (count > tp->view.cols * 2 - 11) in tty3270_update_prompt()
148 count = tp->view.cols * 2 - 11; in tty3270_update_prompt()
152 if (count < tp->view.cols * 2 - 11) { in tty3270_update_prompt()
155 off = tp->view.cols * tp->view.rows - 9; in tty3270_update_prompt()
156 raw3270_buffer_address(tp->view.dev, line->string+count+8, off); in tty3270_update_prompt()
174 sizeof(blueprint) + tp->view.cols * 2 - 9); in tty3270_create_prompt()
181 offset = tp->view in tty3270_create_prompt()
667 tty3270_activate(struct raw3270_view *view) tty3270_activate() argument
677 tty3270_deactivate(struct raw3270_view *view) tty3270_deactivate() argument
887 tty3270_resize(struct raw3270_view *view, int model, int rows, int cols) tty3270_resize() argument
903 tty3270_release(struct raw3270_view *view) tty3270_release() argument
921 tty3270_free(struct raw3270_view *view) tty3270_free() argument
939 struct raw3270_view *view = raw3270_find_view(&tty3270_fn, i); tty3270_del_views() local
959 struct raw3270_view *view; tty3270_install() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_sampler.c34 * Initialize a pipe_sampler_view. 'view' is considered to have
38 default_template(struct pipe_sampler_view *view, in default_template() argument
43 memset(view, 0, sizeof(*view)); in default_template()
48 view->target = texture->target; in default_template()
49 view->format = format; in default_template()
50 view->u.tex.first_level = 0; in default_template()
51 view->u.tex.last_level = texture->last_level; in default_template()
52 view->u.tex.first_layer = 0; in default_template()
53 view in default_template()
86 u_sampler_view_default_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_template() argument
98 u_sampler_view_default_dx9_template(struct pipe_sampler_view *view, const struct pipe_resource *texture, enum pipe_format format) u_sampler_view_default_dx9_template() argument
[all...]
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.c48 struct raw3270_view *view; /* Active view. */ member
92 * Wait queue for device init/delete, view delete.
123 x = max_t(int, 0, rp->view->cols + x); in raw3270_buffer_address()
125 y = max_t(int, 0, rp->view->rows + y); in raw3270_buffer_address()
126 addr = (y * rp->view->cols) + x; in raw3270_buffer_address()
244 static int __raw3270_start(struct raw3270 *rp, struct raw3270_view *view, in __raw3270_start() argument
247 rq->view = view; in __raw3270_start()
248 raw3270_get_view(view); in __raw3270_start()
263 raw3270_view_active(struct raw3270_view *view) raw3270_view_active() argument
270 raw3270_start(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start() argument
289 raw3270_start_request(struct raw3270_view *view, struct raw3270_request *rq, int cmd, void *data, size_t len) raw3270_start_request() argument
305 raw3270_start_locked(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_locked() argument
321 raw3270_start_irq(struct raw3270_view *view, struct raw3270_request *rq) raw3270_start_irq() argument
339 struct raw3270_view *view; raw3270_irq() local
534 struct raw3270_view *view; raw3270_resize_work() local
657 raw3270_reset(struct raw3270_view *view) raw3270_reset() argument
676 struct raw3270_view *view; __raw3270_disconnect() local
694 raw3270_init_irq(struct raw3270_view *view, struct raw3270_request *rq, struct irb *irb) raw3270_init_irq() argument
878 raw3270_view_lock_unavailable(struct raw3270_view *view) raw3270_view_lock_unavailable() argument
889 raw3270_assign_activate_view(struct raw3270 *rp, struct raw3270_view *view) raw3270_assign_activate_view() argument
895 __raw3270_activate_view(struct raw3270 *rp, struct raw3270_view *view) __raw3270_activate_view() argument
937 raw3270_activate_view(struct raw3270_view *view) raw3270_activate_view() argument
956 raw3270_deactivate_view(struct raw3270_view *view) raw3270_deactivate_view() argument
988 raw3270_add_view(struct raw3270_view *view, struct raw3270_fn *fn, int minor, int subclass) raw3270_add_view() argument
1028 struct raw3270_view *view, *tmp; raw3270_find_view() local
1055 raw3270_del_view(struct raw3270_view *view) raw3270_del_view() argument
[all...]
H A Draw3270.h22 struct raw3270_view *view; /* view of this request */ member
51 * Functions of a 3270 view.
56 void (*intv)(struct raw3270_view *view,
58 void (*release)(struct raw3270_view *view);
59 void (*free)(struct raw3270_view *view);
60 void (*resize)(struct raw3270_view *view,
67 * be embedded at the start of the real view data structure, e.g.:
69 * struct raw3270_view view;
75 spinlock_t lock; /* protects members of view */
104 raw3270_get_view(struct raw3270_view *view) raw3270_get_view() argument
112 raw3270_put_view(struct raw3270_view *view) raw3270_put_view() argument
[all...]
/third_party/python/Objects/
H A Dpicklebufobject.c9 /* The view exported by the original object */
10 Py_buffer view; member
26 self->view.obj = NULL; in PyPickleBuffer_FromObject()
28 if (PyObject_GetBuffer(base, &self->view, PyBUF_FULL_RO) < 0) { in PyPickleBuffer_FromObject()
46 if (self->view.obj == NULL) { in PyPickleBuffer_GetBuffer()
51 return &self->view; in PyPickleBuffer_GetBuffer()
65 PyBuffer_Release(&self->view); in PyPickleBuffer_Release()
85 self->view.obj = NULL; in picklebuf_new()
87 if (PyObject_GetBuffer(base, &self->view, PyBUF_FULL_RO) < 0) { in picklebuf_new()
97 Py_VISIT(self->view in picklebuf_traverse()
121 picklebuf_getbuf(PyPickleBufferObject *self, Py_buffer *view, int flags) picklebuf_getbuf() argument
132 picklebuf_releasebuf(PyPickleBufferObject *self, Py_buffer *view) picklebuf_releasebuf() argument
[all...]
H A Dmemoryobject.c36 allows the underlying object to change while a view is exported. This
63 return a new reference to view.obj (example: bytes_buffer_getbuffer()).
65 PyBuffer_Release() decrements view.obj (if non-NULL), so the
66 releasebufferprocs must NOT decrement view.obj.
208 #define VIEW_ADDR(mv) (&((PyMemoryViewObject *)mv)->view)
224 #define MV_CONTIGUOUS_NDIM1(view) \
225 ((view)->shape[0] == 1 || (view)->strides[0] == (view)->itemsize)
252 #define HAVE_SUBOFFSETS_IN_LAST_DIM(view) \
452 init_strides_from_shape(Py_buffer *view) init_strides_from_shape() argument
465 init_fortran_strides_from_shape(Py_buffer *view) init_fortran_strides_from_shape() argument
581 init_len(Py_buffer *view) init_len() argument
597 const Py_buffer *view = &mv->view; init_flags() local
922 Py_buffer *view; PyMemoryView_GetContiguous() local
978 Py_buffer view; global() member
1196 Py_buffer *view = &mv->view; cast_to_1D() local
1298 Py_buffer *view = &mv->view; cast_to_ND() local
1334 Py_buffer *view = &mv->view; zero_in_shape() local
1445 memory_getbuf(PyMemoryViewObject *self, Py_buffer *view, int flags) memory_getbuf() argument
1524 memory_releasebuf(PyMemoryViewObject *self, Py_buffer *view) memory_releasebuf() argument
2053 adjust_fmt(const Py_buffer *view) adjust_fmt() argument
2140 const Py_buffer *view = &self->view; memoryview_tolist_impl() local
2283 lookup_dimension(const Py_buffer *view, char *ptr, int dim, Py_ssize_t index) lookup_dimension() argument
2309 ptr_from_index(const Py_buffer *view, Py_ssize_t index) ptr_from_index() argument
2317 ptr_from_tuple(const Py_buffer *view, PyObject *tup) ptr_from_tuple() argument
2348 Py_buffer *view = &(self->view); memory_item() local
2377 Py_buffer *view = &(self->view); memory_item_multi() local
2473 Py_buffer *view; memory_subscript() local
2535 Py_buffer *view = &(self->view); memory_ass_sub() local
2948 Py_buffer *view = &self->view; memory_hash() local
3025 Py_buffer *view = &self->view; memory_obj_get() local
3212 Py_buffer *view = &(seq->view); memoryiter_next() local
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_sampler.c138 struct pipe_sampler_view *view = NULL; in llvmpipe_set_sampler_views() local
141 view = views[i]; in llvmpipe_set_sampler_views()
143 * Warn if someone tries to set a view created in a different context in llvmpipe_set_sampler_views()
147 if (view && view->context != pipe) { in llvmpipe_set_sampler_views()
152 if (view) in llvmpipe_set_sampler_views()
153 llvmpipe_flush_resource(pipe, view->texture, 0, true, false, false, "sampler_view"); in llvmpipe_set_sampler_views()
158 llvmpipe->sampler_views[shader][start + i] = view; in llvmpipe_set_sampler_views()
161 view); in llvmpipe_set_sampler_views()
204 struct pipe_sampler_view *view in llvmpipe_create_sampler_view() local
258 llvmpipe_sampler_view_destroy(struct pipe_context *pipe, struct pipe_sampler_view *view) llvmpipe_sampler_view_destroy() argument
293 struct pipe_sampler_view *view = i < num ? views[i] : NULL; prepare_shader_sampling() local
437 struct pipe_sampler_view *view = views[i]; llvmpipe_cleanup_stage_sampling() local
465 struct pipe_image_view *view = i < num ? &views[i] : NULL; prepare_shader_images() local
604 struct pipe_image_view *view = &views[i]; llvmpipe_cleanup_stage_images() local
[all...]
/base/update/updater/services/ui/control/
H A Devent_listener.cpp29 void CallBackDecorator::operator()(OHOS::UIView &view, bool isAsync) const in operator ()() argument
31 auto *page = view.GetParent(); in operator ()()
33 LOG(ERROR) << "view hasn't a parent"; in operator ()()
36 if (view.GetViewId() == nullptr) { in operator ()()
37 LOG(ERROR) << "view is invalid, please check your json config"; in operator ()()
40 std::string id = view.GetViewId(); in operator ()()
51 if (!view.IsVisible()) { in operator ()()
59 [cb = cb_, &view] () { in operator ()()
60 CallbackWithGuard(cb, view); in operator ()()
67 CallbackWithGuard(cb_, view); in operator ()()
71 CallbackWithGuard(Callback cb, OHOS::UIView &view) CallbackWithGuard() argument
83 OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &event) OnRelease() argument
90 OnClick(OHOS::UIView &view, [[maybe_unused]] const OHOS::ClickEvent &event) OnClick() argument
96 OnPress(OHOS::UIView &view, [[maybe_unused]] const OHOS::PressEvent &event) OnPress() argument
102 OnRelease(OHOS::UIView &view, [[maybe_unused]] const OHOS::ReleaseEvent &event) OnRelease() argument
108 OnCancel(OHOS::UIView &view, [[maybe_unused]] const OHOS::CancelEvent &event) OnCancel() argument
114 OnDragStart(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &event) OnDragStart() argument
120 OnDrag(OHOS::UIView &view, const OHOS::DragEvent &event) OnDrag() argument
130 OnDragEnd(OHOS::UIView &view, [[maybe_unused]] const OHOS::DragEvent &event) OnDragEnd() argument
138 OnKeyAct(OHOS::UIView &view, const OHOS::KeyEvent &event) OnKeyAct() argument
155 ProcessPowerKey(OHOS::UIView &view, const OHOS::KeyEvent &event) ProcessPowerKey() argument
178 ProcessVolumeKey(OHOS::UIView &view, const OHOS::KeyEvent &event) ProcessVolumeKey() argument
[all...]
/third_party/mesa3d/src/freedreno/fdl/
H A Dfd6_view.c72 * ... the sampler to be used with the image view must enable sampler in fdl6_format_swiz()
162 fdl6_view_init(struct fdl6_view *view, const struct fdl_layout **layouts, in fdl6_view_init() argument
240 view->format = args->format; in fdl6_view_init()
242 memset(view->descriptor, 0, sizeof(view->descriptor)); in fdl6_view_init()
244 view->descriptor[0] = in fdl6_view_init()
252 view->descriptor[1] = A6XX_TEX_CONST_1_WIDTH(width) | A6XX_TEX_CONST_1_HEIGHT(height); in fdl6_view_init()
253 view->descriptor[2] = in fdl6_view_init()
257 view->descriptor[3] = A6XX_TEX_CONST_3_ARRAY_PITCH(layer_size); in fdl6_view_init()
258 view in fdl6_view_init()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dbrowser.c22 WebKitWebView *view; member
91 static void view_cb_notify_estimated_load_progress(WebKitWebView *view, in view_cb_notify_estimated_load_progress() argument
95 ctx->progress = 100 * webkit_web_view_get_estimated_load_progress(view); in view_cb_notify_estimated_load_progress()
102 static void view_cb_resource_load_starting(WebKitWebView *view, in view_cb_resource_load_starting() argument
114 static gboolean view_cb_decide_policy(WebKitWebView *view, in view_cb_decide_policy() argument
157 static void view_cb_mouse_target_changed(WebKitWebView *view, in view_cb_mouse_target_changed() argument
183 static void view_cb_notify_title(WebKitWebView *view, GParamSpec *ps, in view_cb_notify_title() argument
188 title = webkit_web_view_get_title(ctx->view); in view_cb_notify_title()
197 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() argument
200 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress()
207 view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, struct browser_context *ctx) view_cb_notify_load_status() argument
220 view_cb_resource_request_starting(WebKitWebView *view, WebKitWebFrame *frame, WebKitWebResource *res, WebKitNetworkRequest *req, WebKitNetworkResponse *resp, struct browser_context *ctx) view_cb_resource_request_starting() argument
237 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) view_cb_mime_type_policy_decision() argument
253 view_cb_download_requested(WebKitWebView *view, WebKitDownload *dl, struct browser_context *ctx) view_cb_download_requested() argument
264 view_cb_hovering_over_link(WebKitWebView *view, gchar *title, gchar *uri, struct browser_context *ctx) view_cb_hovering_over_link() argument
279 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument
295 WebKitWebView *view; hs20_web_browser() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c37 * to it, and all context bindings of that view. Similarly we must restore
38 * the view bindings, views and surfaces pointed to by the views when a
43 * struct vmw_view - view metadata
46 * @ctx: Non-refcounted pointer to the context this view belongs to.
47 * @srf: Refcounted pointer to the surface pointed to by this view.
48 * @cotable: Refcounted pointer to the cotable holding this view.
49 * @srf_head: List head for the surface-to-view list.
52 * @view_id: User-space per context view id. Currently used also as per
53 * context device view id.
54 * @cmd_size: Size of the SVGA3D define view comman
128 struct vmw_view *view = vmw_view(res); vmw_view_commit_notify() local
159 struct vmw_view *view = vmw_view(res); vmw_view_create() local
204 struct vmw_view *view = vmw_view(res); vmw_view_destroy() local
285 struct vmw_view *view = vmw_view(res); vmw_view_res_free() local
328 struct vmw_view *view; vmw_view_add() local
[all...]
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
H A DSkottieActivity.java16 import android.view.View;
17 import android.view.ViewGroup;
58 SkottieView view = new SkottieView(this); in populateGrid()
59 view.setSource(resId); in populateGrid()
60 mAnimations.add(view); in populateGrid()
65 SkottieView view = new SkottieView(this); in populateGrid()
66 view.setSource(this, uri); in populateGrid()
67 mAnimations.add(view); in populateGrid()
90 for (SkottieView view : mAnimations) { in populateGrid()
91 view in populateGrid()
107 inflateView(SkottieView view) inflateView() argument
159 addView(SkottieView view, int row , int column, boolean addView) addView() argument
253 onClick(View view) onClick() argument
[all...]
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_textview.py50 view = VW(root, 'Title', 'test text')
54 view.ok()
57 view = VW(root, 'Title', 'test text', modal=False)
61 view.ok()
64 view = VW(root, 'Title', 'test text', modal=False)
65 view.destroy = Func()
66 view.ok()
67 self.assertTrue(view.destroy.called)
68 del view.destroy # Unmask real function.
69 view
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_sampler_view.c51 p_atomic_add(&sv->view->reference.count, -sv->private_refcount); in st_remove_private_references()
56 /* Return a sampler view while incrementing the refcount by 1. */
59 struct pipe_sampler_view *view) in get_sampler_view_reference()
66 p_atomic_add(&view->reference.count, sv->private_refcount); in get_sampler_view_reference()
71 return view; in get_sampler_view_reference()
75 * Set the given view as the current context's view for the texture.
77 * Overwrites any pre-existing view of the context.
79 * Takes ownership of the view (i.e., stores the view withou
58 get_sampler_view_reference(struct st_sampler_view *sv, struct pipe_sampler_view *view) get_sampler_view_reference() argument
86 st_texture_set_sampler_view(struct st_context *st, struct gl_texture_object *stObj, struct pipe_sampler_view *view, bool glsl130_or_later, bool srgb_skip_decode, bool get_reference, bool locked) st_texture_set_sampler_view() argument
647 struct pipe_sampler_view *view = sv->view; st_get_texture_sampler_view_from_stobj() local
671 struct pipe_sampler_view *view = st_get_texture_sampler_view_from_stobj() local
701 struct pipe_sampler_view *view = sv->view; st_get_buffer_sampler_view_from_stobj() local
747 struct pipe_sampler_view *view = st_get_buffer_sampler_view_from_stobj() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_tex.c77 struct nv50_tic_entry *view; in gm107_create_texture_view() local
81 view = MALLOC_STRUCT(nv50_tic_entry); in gm107_create_texture_view()
82 if (!view) in gm107_create_texture_view()
86 view->pipe = *templ; in gm107_create_texture_view()
87 view->pipe.reference.count = 1; in gm107_create_texture_view()
88 view->pipe.texture = NULL; in gm107_create_texture_view()
89 view->pipe.context = pipe; in gm107_create_texture_view()
91 view->id = -1; in gm107_create_texture_view()
92 view->bindless = 0; in gm107_create_texture_view()
94 pipe_resource_reference(&view in gm107_create_texture_view()
240 gm107_create_texture_view_from_image(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_texture_view_from_image() argument
290 struct nv50_tic_entry *view; gf100_create_texture_view() local
791 nve4_create_texture_handle(struct pipe_context *pipe, struct pipe_sampler_view *view, const struct pipe_sampler_state *sampler) nve4_create_texture_handle() argument
846 view_bound(struct nvc0_context *nvc0, struct pipe_sampler_view *view) view_bound() argument
864 struct pipe_sampler_view *view = &entry->pipe; nve4_delete_texture_handle() local
907 nvc0_get_surface_dims(const struct pipe_image_view *view, int *width, int *height, int *depth) nvc0_get_surface_dims() argument
943 nvc0_mark_image_range_valid(const struct pipe_image_view *view) nvc0_mark_image_range_valid() argument
955 nve4_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, struct nvc0_context *nvc0) nve4_set_surface_info() argument
1081 nvc0_set_surface_info(struct nouveau_pushbuf *push, const struct pipe_image_view *view, uint64_t address, int width, int height, int depth) nvc0_set_surface_info() argument
1138 struct pipe_image_view *view = &nvc0->images[s][i]; nvc0_validate_suf() local
1250 gm107_validate_surfaces(struct nvc0_context *nvc0, struct pipe_image_view *view, int stage, int slot) gm107_validate_surfaces() argument
1306 struct pipe_image_view *view = &nvc0->images[s][i]; nve4_update_surface_bindings() local
1347 nve4_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) nve4_create_image_handle() argument
1398 struct pipe_image_view *view = nve4_make_image_handle_resident() local
1421 gm107_create_image_handle(struct pipe_context *pipe, const struct pipe_image_view *view) gm107_create_image_handle() argument
1470 struct pipe_sampler_view *view = &entry->pipe; gm107_delete_image_handle() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser.c53 static void view_cb_notify_progress(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_progress() argument
56 ctx->progress = 100 * webkit_web_view_get_progress(view); in view_cb_notify_progress()
63 static void view_cb_notify_load_status(WebKitWebView *view, GParamSpec *pspec, in view_cb_notify_load_status() argument
66 int status = webkit_web_view_get_load_status(view); in view_cb_notify_load_status()
68 __func__, status, webkit_web_view_get_uri(view)); in view_cb_notify_load_status()
72 static void view_cb_resource_request_starting(WebKitWebView *view, in view_cb_resource_request_starting() argument
99 WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, in view_cb_mime_type_policy_decision()
105 if (!webkit_web_view_can_show_mime_type(view, mime)) { in view_cb_mime_type_policy_decision()
114 static gboolean view_cb_download_requested(WebKitWebView *view, in view_cb_download_requested() argument
125 static void view_cb_hovering_over_link(WebKitWebView *view, gcha argument
98 view_cb_mime_type_policy_decision( WebKitWebView *view, WebKitWebFrame *frame, WebKitNetworkRequest *req, gchar *mime, WebKitWebPolicyDecision *policy, struct browser_context *ctx) view_cb_mime_type_policy_decision() argument
140 view_cb_title_changed(WebKitWebView *view, WebKitWebFrame *frame, const char *title, struct browser_context *ctx) view_cb_title_changed() argument
155 WebKitWebView *view; hs20_web_browser() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_tss.c50 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; in svga_cleanup_tss_binding() local
51 if (view) { in svga_cleanup_tss_binding()
52 svga_sampler_view_reference(&view->v, NULL); in svga_cleanup_tss_binding()
55 pipe_resource_reference(&view->texture, NULL); in svga_cleanup_tss_binding()
56 view->dirty = TRUE; in svga_cleanup_tss_binding()
65 struct svga_hw_view_state *view; member
80 struct svga_hw_view_state *view, in emit_tex_binding_unit()
106 if (view->texture != texture || in emit_tex_binding_unit()
107 view->min_lod != min_lod || in emit_tex_binding_unit()
108 view in emit_tex_binding_unit()
76 emit_tex_binding_unit(struct svga_context *svga, unsigned unit, const struct svga_sampler_state *s, const struct pipe_sampler_view *sv, struct svga_hw_view_state *view, boolean reemit, struct bind_queue *queue) emit_tex_binding_unit() argument
190 struct svga_hw_view_state *view = queue.bind[i].view; update_tss_binding() local
249 struct svga_hw_view_state *view = &svga->state.hw_draw.views[i]; svga_reemit_tss_bindings() local
262 struct svga_hw_view_state *view = &svga->state.hw_draw.views[unit]; svga_reemit_tss_bindings() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
26 return readl_poll_timeout_atomic(view, val, !(val & mask), 1, 2000); in ulpi_viewport_wait()
32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
34 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read()
35 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read()
39 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read()
40 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read()
44 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read()
50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
52 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write()
[all...]
/kernel/linux/linux-6.6/drivers/usb/phy/
H A Dphy-ulpi-viewport.c22 static int ulpi_viewport_wait(void __iomem *view, u32 mask) in ulpi_viewport_wait() argument
26 return readl_poll_timeout_atomic(view, val, !(val & mask), 1, 2000); in ulpi_viewport_wait()
32 void __iomem *view = otg->io_priv; in ulpi_viewport_read() local
34 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_read()
35 ret = ulpi_viewport_wait(view, ULPI_VIEW_WAKEUP); in ulpi_viewport_read()
39 writel(ULPI_VIEW_RUN | ULPI_VIEW_READ | ULPI_VIEW_ADDR(reg), view); in ulpi_viewport_read()
40 ret = ulpi_viewport_wait(view, ULPI_VIEW_RUN); in ulpi_viewport_read()
44 return ULPI_VIEW_DATA_READ(readl(view)); in ulpi_viewport_read()
50 void __iomem *view = otg->io_priv; in ulpi_viewport_write() local
52 writel(ULPI_VIEW_WAKEUP | ULPI_VIEW_WRITE, view); in ulpi_viewport_write()
[all...]

Completed in 16 milliseconds

12345678910>>...31