Home
last modified time | relevance | path

Searched refs:disp (Results 1 - 25 of 533) sorted by relevance

12345678910>>...22

/third_party/mesa3d/src/egl/main/
H A Deglapi.c121 #define RETURN_EGL_ERROR(disp, err, ret) \
123 if (disp) \
124 _eglUnlockDisplay(disp); \
131 #define RETURN_EGL_SUCCESS(disp, ret) \
132 RETURN_EGL_ERROR(disp, EGL_SUCCESS, ret)
135 #define RETURN_EGL_EVAL(disp, ret) \
136 RETURN_EGL_ERROR(disp, (ret) ? EGL_SUCCESS : 0, ret)
143 #define _EGL_CHECK_DISPLAY(disp, ret) \
145 if (!_eglCheckDisplay(disp, __func__)) \
146 RETURN_EGL_ERROR(disp,
178 _eglCheckDisplay(_EGLDisplay *disp, const char *msg) _eglCheckDisplay() argument
193 _eglCheckSurface(_EGLDisplay *disp, _EGLSurface *surf, const char *msg) _eglCheckSurface() argument
206 _eglCheckContext(_EGLDisplay *disp, _EGLContext *context, const char *msg) _eglCheckContext() argument
219 _eglCheckConfig(_EGLDisplay *disp, _EGLConfig *conf, const char *msg) _eglCheckConfig() argument
232 _eglCheckSync(_EGLDisplay *disp, _EGLSync *s, const char *msg) _eglCheckSync() argument
250 _EGLDisplay *disp = _eglLookupDisplay(dpy); _eglLockDisplay() local
261 _eglUnlockDisplay(_EGLDisplay *disp) _eglUnlockDisplay() argument
267 _eglSetFuncName(const char *funcName, _EGLDisplay *disp, EGLenum objectType, _EGLResource *object) _eglSetFuncName() argument
360 _EGLDisplay *disp; eglGetDisplay() local
377 _EGLDisplay *disp; _eglGetPlatformDisplayCommon() local
430 EGLDisplay disp; eglGetPlatformDisplayEXT() local
478 _eglCreateExtensionsString(_EGLDisplay *disp) _eglCreateExtensionsString() argument
556 _eglCreateAPIsString(_EGLDisplay *disp) _eglCreateAPIsString() argument
585 _eglComputeVersion(_EGLDisplay *disp) _eglComputeVersion() argument
617 _EGLDisplay *disp = _eglLockDisplay(dpy); eglInitialize() local
697 _EGLDisplay *disp = _eglLockDisplay(dpy); eglTerminate() local
722 _EGLDisplay *disp; eglQueryString() local
753 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetConfigs() local
773 _EGLDisplay *disp = _eglLockDisplay(dpy); eglChooseConfig() local
794 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetConfigAttrib() local
812 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateContext() local
840 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroyContext() local
858 _EGLDisplay *disp = _eglLockDisplay(dpy); eglMakeCurrent() local
922 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQueryContext() local
941 _eglNativeSurfaceAlreadyUsed(_EGLDisplay *disp, void *native_surface) _eglNativeSurfaceAlreadyUsed() argument
963 _eglCreateWindowSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_window, const EGLint *attrib_list) _eglCreateWindowSurfaceCommon() argument
1010 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateWindowSurface() local
1019 _fixupNativeWindow(_EGLDisplay *disp, void *native_window) _fixupNativeWindow() argument
1050 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePlatformWindowSurfaceEXT() local
1065 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePlatformWindowSurface() local
1083 _fixupNativePixmap(_EGLDisplay *disp, void *native_pixmap) _fixupNativePixmap() argument
1109 _eglCreatePixmapSurfaceCommon(_EGLDisplay *disp, EGLConfig config, void *native_pixmap, const EGLint *attrib_list) _eglCreatePixmapSurfaceCommon() argument
1153 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePixmapSurface() local
1166 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePlatformPixmapSurfaceEXT() local
1180 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePlatformPixmapSurface() local
1202 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePbufferSurface() local
1223 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroySurface() local
1239 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQuerySurface() local
1258 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSurfaceAttrib() local
1274 _EGLDisplay *disp = _eglLockDisplay(dpy); eglBindTexImage() local
1289 _EGLDisplay *disp = _eglLockDisplay(dpy); eglReleaseTexImage() local
1304 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSwapInterval() local
1342 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSwapBuffers() local
1384 _eglSwapBuffersWithDamageCommon(_EGLDisplay *disp, _EGLSurface *surf, const EGLint *rects, EGLint n_rects) _eglSwapBuffersWithDamageCommon() argument
1421 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSwapBuffersWithDamageEXT() local
1431 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSwapBuffersWithDamageKHR() local
1467 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSetDamageRegionKHR() local
1500 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCopyBuffers() local
1522 _EGLDisplay *disp; _eglWaitClientCommon() local
1563 _EGLDisplay *disp; eglWaitNative() local
1707 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreatePbufferFromClientBuffer() local
1729 _EGLDisplay *disp = ctx->Resource.Display; eglReleaseThread() local
1743 _eglCreateImageCommon(_EGLDisplay *disp, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) _eglCreateImageCommon() argument
1771 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateImageKHR() local
1781 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateImage() local
1798 _eglDestroyImageCommon(_EGLDisplay *disp, _EGLImage *img) _eglDestroyImageCommon() argument
1817 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroyImage() local
1826 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroyImageKHR() local
1834 _eglCreateSync(_EGLDisplay *disp, EGLenum type, const EGLAttrib *attrib_list, EGLBoolean orig_is_EGLAttrib, EGLenum invalid_type_error) _eglCreateSync() argument
1902 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateSyncKHR() local
1931 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateSync64KHR() local
1941 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateSync() local
1949 _eglDestroySync(_EGLDisplay *disp, _EGLSync *s) _eglDestroySync() argument
1967 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroySync() local
1976 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDestroySyncKHR() local
1984 _eglClientWaitSyncCommon(_EGLDisplay *disp, EGLDisplay dpy, _EGLSync *s, EGLint flags, EGLTime timeout) _eglClientWaitSyncCommon() argument
2021 _EGLDisplay *disp = _eglLockDisplay(dpy); eglClientWaitSync() local
2031 _EGLDisplay *disp = _eglLockDisplay(dpy); eglClientWaitSyncKHR() local
2039 _eglWaitSyncCommon(_EGLDisplay *disp, _EGLSync *s, EGLint flags) _eglWaitSyncCommon() argument
2065 _EGLDisplay *disp = _eglLockDisplay(dpy); eglWaitSyncKHR() local
2079 _EGLDisplay *disp = _eglLockDisplay(dpy); eglWaitSync() local
2089 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSignalSyncKHR() local
2104 _eglGetSyncAttribCommon(_EGLDisplay *disp, _EGLSync *s, EGLint attribute, EGLAttrib *value) _eglGetSyncAttribCommon() argument
2121 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetSyncAttrib() local
2135 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetSyncAttribKHR() local
2162 _EGLDisplay *disp = _eglLockDisplay(dpy); eglDupNativeFenceFDANDROID() local
2187 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSwapBuffersRegionNOK() local
2212 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateDRMImageMESA() local
2232 _EGLDisplay *disp = _eglLockDisplay(dpy); eglExportDRMImageMESA() local
2255 _EGLDisplay *disp = _eglLockDisplay(dpy); eglBindWaylandDisplayWL() local
2274 _EGLDisplay *disp = _eglLockDisplay(dpy); eglUnbindWaylandDisplayWL() local
2294 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQueryWaylandBufferWL() local
2314 _EGLDisplay *disp = _eglLockDisplay(dpy); eglCreateWaylandBufferFromImageWL() local
2338 _EGLDisplay *disp = _eglLockDisplay(dpy); eglPostSubBufferNV() local
2359 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetSyncValuesCHROMIUM() local
2382 _EGLDisplay *disp = _eglLockDisplay(dpy); eglExportDMABUFImageQueryMESA() local
2403 _EGLDisplay *disp = _eglLockDisplay(dpy); eglExportDMABUFImageMESA() local
2424 _EGLDisplay *disp = NULL; eglLabelObjectKHR() local
2567 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQueryDmaBufFormatsEXT() local
2584 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQueryDmaBufModifiersEXT() local
2604 _EGLDisplay *disp = _eglLockDisplay(dpy); eglSetBlobCacheFuncsANDROID() local
2686 _EGLDisplay *disp = _eglLockDisplay(dpy); eglQueryDisplayAttribEXT() local
2704 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetDisplayDriverConfig() local
2719 _EGLDisplay *disp = _eglLockDisplay(dpy); eglGetDisplayDriverName() local
2763 _eglLockDisplayInterop(EGLDisplay dpy, EGLContext context, _EGLDisplay **disp, _EGLContext **ctx) _eglLockDisplayInterop() argument
2789 _EGLDisplay *disp; MesaGLInteropEGLQueryDeviceInfo() local
2811 _EGLDisplay *disp; MesaGLInteropEGLExportObject() local
[all...]
H A Degldriver.h85 EGLBoolean (*Initialize)(_EGLDisplay *disp);
86 EGLBoolean (*Terminate)(_EGLDisplay *disp);
89 _EGLContext *(*CreateContext)(_EGLDisplay *disp, _EGLConfig *config,
91 EGLBoolean (*DestroyContext)(_EGLDisplay *disp, _EGLContext *ctx);
95 EGLBoolean (*MakeCurrent)(_EGLDisplay *disp,
100 _EGLSurface *(*CreateWindowSurface)(_EGLDisplay *disp, _EGLConfig *config,
102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config,
104 _EGLSurface *(*CreatePbufferSurface)(_EGLDisplay *disp, _EGLConfig *config,
106 EGLBoolean (*DestroySurface)(_EGLDisplay *disp, _EGLSurface *surface);
107 EGLBoolean (*QuerySurface)(_EGLDisplay *disp, _EGLSurfac
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c45 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_fini() local
46 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini()
54 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_init() local
55 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init()
64 struct nvkm_disp *disp = in nvkm_disp_vblank_ctor() local
65 container_of(notify->event, typeof(*disp), vblank); in nvkm_disp_vblank_ctor()
73 if (ret = -ENXIO, req->v0.head <= disp->vblank.index_nr) { in nvkm_disp_vblank_ctor()
91 nvkm_disp_vblank(struct nvkm_disp *disp, in argument
101 struct nvkm_disp *disp = nvkm_disp_hpd_ctor() local
134 struct nvkm_disp *disp = nvkm_disp(object->engine); nvkm_disp_ntfy() local
151 struct nvkm_disp *disp = nvkm_disp(oproxy->base.engine); nvkm_disp_class_del() local
169 struct nvkm_disp *disp = nvkm_disp(oclass->engine); nvkm_disp_class_new() local
198 struct nvkm_disp *disp = nvkm_disp(oclass->engine); nvkm_disp_class_get() local
212 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_intr() local
219 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_fini() local
240 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_init() local
272 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_oneinit() local
426 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_dtor() local
475 nvkm_disp_ctor(const struct nvkm_disp_func *func, struct nvkm_device *device, int index, struct nvkm_disp *disp) nvkm_disp_ctor() argument
[all...]
H A Dnv50.c33 #include <subdev/bios/disp.h>
48 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_intr_() local
49 disp->func->intr(disp); in nv50_disp_intr_()
55 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_fini_() local
56 disp->func->fini(disp); in nv50_disp_fini_()
62 struct nv50_disp *disp = nv50_disp(base); in nv50_disp_init_() local
63 return disp->func->init(disp); in nv50_disp_init_()
69 struct nv50_disp *disp = nv50_disp(base); nv50_disp_dtor_() local
84 struct nv50_disp *disp = nv50_disp(base); nv50_disp_oneinit_() local
159 struct nv50_disp *disp; nv50_disp_new_() local
306 nv50_disp_super_3_0(struct nv50_disp *disp, struct nvkm_head *head) nv50_disp_super_3_0() argument
431 nv50_disp_super_2_2(struct nv50_disp *disp, struct nvkm_head *head) nv50_disp_super_2_2() argument
478 nv50_disp_super_2_1(struct nv50_disp *disp, struct nvkm_head *head) nv50_disp_super_2_1() argument
488 nv50_disp_super_2_0(struct nv50_disp *disp, struct nvkm_head *head) nv50_disp_super_2_0() argument
512 nv50_disp_super_1_0(struct nv50_disp *disp, struct nvkm_head *head) nv50_disp_super_1_0() argument
527 nv50_disp_super_1(struct nv50_disp *disp) nv50_disp_super_1() argument
546 struct nv50_disp *disp = nv50_disp_super() local
614 nv50_disp_intr_error(struct nv50_disp *disp, int chid) nv50_disp_intr_error() argument
648 nv50_disp_intr(struct nv50_disp *disp) nv50_disp_intr() argument
684 nv50_disp_fini(struct nv50_disp *disp) nv50_disp_fini() argument
693 nv50_disp_init(struct nv50_disp *disp) nv50_disp_init() argument
[all...]
H A Dgv100.c32 gv100_disp_wndw_cnt(struct nvkm_disp *disp, unsigned long *pmask) in gv100_disp_wndw_cnt() argument
34 struct nvkm_device *device = disp->engine.subdev.device; in gv100_disp_wndw_cnt()
42 struct nv50_disp *disp = in gv100_disp_super() local
44 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in gv100_disp_super()
50 nvkm_debug(subdev, "supervisor %d: %08x\n", ffs(disp->super), stat); in gv100_disp_super()
51 list_for_each_entry(head, &disp->base.head, head) { in gv100_disp_super()
56 if (disp->super & 0x00000001) { in gv100_disp_super()
57 nv50_disp_chan_mthd(disp->chan[0], NV_DBG_DEBUG); in gv100_disp_super()
58 nv50_disp_super_1(disp); in gv100_disp_super()
59 list_for_each_entry(head, &disp in gv100_disp_super()
97 gv100_disp_exception(struct nv50_disp *disp, int chid) gv100_disp_exception() argument
139 gv100_disp_intr_ctrl_disp(struct nv50_disp *disp) gv100_disp_intr_ctrl_disp() argument
187 gv100_disp_intr_exc_other(struct nv50_disp *disp) gv100_disp_intr_exc_other() argument
216 gv100_disp_intr_exc_winim(struct nv50_disp *disp) gv100_disp_intr_exc_winim() argument
236 gv100_disp_intr_exc_win(struct nv50_disp *disp) gv100_disp_intr_exc_win() argument
256 gv100_disp_intr_head_timing(struct nv50_disp *disp, int head) gv100_disp_intr_head_timing() argument
281 gv100_disp_intr(struct nv50_disp *disp) gv100_disp_intr() argument
321 gv100_disp_fini(struct nv50_disp *disp) gv100_disp_fini() argument
328 gv100_disp_init(struct nv50_disp *disp) gv100_disp_init() argument
[all...]
H A Dgf119.c36 struct nv50_disp *disp = in gf119_disp_super() local
38 struct nvkm_subdev *subdev = &disp->base.engine.subdev; in gf119_disp_super()
43 nvkm_debug(subdev, "supervisor %d\n", ffs(disp->super)); in gf119_disp_super()
44 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
49 if (disp->super & 0x00000001) { in gf119_disp_super()
50 nv50_disp_chan_mthd(disp->chan[0], NV_DBG_DEBUG); in gf119_disp_super()
51 nv50_disp_super_1(disp); in gf119_disp_super()
52 list_for_each_entry(head, &disp->base.head, head) { in gf119_disp_super()
55 nv50_disp_super_1_0(disp, head); in gf119_disp_super()
58 if (disp in gf119_disp_super()
90 gf119_disp_intr_error(struct nv50_disp *disp, int chid) gf119_disp_intr_error() argument
122 gf119_disp_intr(struct nv50_disp *disp) gf119_disp_intr() argument
178 gf119_disp_fini(struct nv50_disp *disp) gf119_disp_fini() argument
186 gf119_disp_init(struct nv50_disp *disp) gf119_disp_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c108 * @disp: Back pointer to struct zynqmp_disp
117 struct zynqmp_disp *disp; member
357 static u32 zynqmp_disp_avbuf_read(struct zynqmp_disp *disp, int reg) in zynqmp_disp_avbuf_read() argument
359 return readl(disp->avbuf.base + reg); in zynqmp_disp_avbuf_read()
362 static void zynqmp_disp_avbuf_write(struct zynqmp_disp *disp, int reg, u32 val) in zynqmp_disp_avbuf_write() argument
364 writel(val, disp->avbuf.base + reg); in zynqmp_disp_avbuf_write()
374 * @disp: Display controller
380 static void zynqmp_disp_avbuf_set_format(struct zynqmp_disp *disp, in zynqmp_disp_avbuf_set_format() argument
387 val = zynqmp_disp_avbuf_read(disp, ZYNQMP_DISP_AV_BUF_FMT); in zynqmp_disp_avbuf_set_format()
392 zynqmp_disp_avbuf_write(disp, ZYNQMP_DISP_AV_BUF_FM in zynqmp_disp_avbuf_set_format()
415 zynqmp_disp_avbuf_set_clocks_sources(struct zynqmp_disp *disp, bool video_from_ps, bool audio_from_ps, bool timings_internal) zynqmp_disp_avbuf_set_clocks_sources() argument
437 zynqmp_disp_avbuf_enable_channels(struct zynqmp_disp *disp) zynqmp_disp_avbuf_enable_channels() argument
465 zynqmp_disp_avbuf_disable_channels(struct zynqmp_disp *disp) zynqmp_disp_avbuf_disable_channels() argument
480 zynqmp_disp_avbuf_enable_audio(struct zynqmp_disp *disp) zynqmp_disp_avbuf_enable_audio() argument
497 zynqmp_disp_avbuf_disable_audio(struct zynqmp_disp *disp) zynqmp_disp_avbuf_disable_audio() argument
515 zynqmp_disp_avbuf_enable_video(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_avbuf_enable_video() argument
545 zynqmp_disp_avbuf_disable_video(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_avbuf_disable_video() argument
567 zynqmp_disp_avbuf_enable(struct zynqmp_disp *disp) zynqmp_disp_avbuf_enable() argument
578 zynqmp_disp_avbuf_disable(struct zynqmp_disp *disp) zynqmp_disp_avbuf_disable() argument
588 zynqmp_disp_blend_write(struct zynqmp_disp *disp, int reg, u32 val) zynqmp_disp_blend_write() argument
641 zynqmp_disp_blend_set_output_format(struct zynqmp_disp *disp, enum zynqmp_dpsub_format format) zynqmp_disp_blend_set_output_format() argument
688 zynqmp_disp_blend_set_bg_color(struct zynqmp_disp *disp, u32 rcr, u32 gy, u32 bcb) zynqmp_disp_blend_set_bg_color() argument
702 zynqmp_disp_blend_set_global_alpha(struct zynqmp_disp *disp, bool enable, u32 alpha) zynqmp_disp_blend_set_global_alpha() argument
721 zynqmp_disp_blend_layer_set_csc(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer, const u16 *coeffs, const u32 *offsets) zynqmp_disp_blend_layer_set_csc() argument
767 zynqmp_disp_blend_layer_enable(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_blend_layer_enable() argument
799 zynqmp_disp_blend_layer_disable(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_blend_layer_disable() argument
814 zynqmp_disp_audio_write(struct zynqmp_disp *disp, int reg, u32 val) zynqmp_disp_audio_write() argument
826 zynqmp_disp_audio_enable(struct zynqmp_disp *disp) zynqmp_disp_audio_enable() argument
840 zynqmp_disp_audio_disable(struct zynqmp_disp *disp) zynqmp_disp_audio_disable() argument
1038 zynqmp_disp_layer_release_dma(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_layer_release_dma() argument
1062 zynqmp_disp_destroy_layers(struct zynqmp_disp *disp) zynqmp_disp_destroy_layers() argument
1079 zynqmp_disp_layer_request_dma(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_layer_request_dma() argument
1113 zynqmp_disp_create_layers(struct zynqmp_disp *disp) zynqmp_disp_create_layers() argument
1160 zynqmp_disp_enable(struct zynqmp_disp *disp) zynqmp_disp_enable() argument
1180 zynqmp_disp_disable(struct zynqmp_disp *disp) zynqmp_disp_disable() argument
1196 zynqmp_disp_setup_clock(struct zynqmp_disp *disp, unsigned long mode_clock) zynqmp_disp_setup_clock() argument
1230 struct zynqmp_disp *disp; zynqmp_disp_probe() local
1280 struct zynqmp_disp *disp = dpsub->disp; zynqmp_disp_remove() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dbase.c44 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_fini() local
45 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_fini()
53 struct nvkm_disp *disp = container_of(event, typeof(*disp), vblank); in nvkm_disp_vblank_init() local
54 struct nvkm_head *head = nvkm_head_find(disp, id); in nvkm_disp_vblank_init()
66 nvkm_disp_vblank(struct nvkm_disp *disp, int head) in nvkm_disp_vblank() argument
68 nvkm_event_ntfy(&disp->vblank, head, NVKM_DISP_HEAD_EVENT_VBLANK); in nvkm_disp_vblank()
88 struct nvkm_disp *disp = nvkm_disp(oclass->engine); in nvkm_disp_class_get() local
90 oclass->base = disp in nvkm_disp_class_get()
100 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_intr() local
107 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_fini() local
128 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_init() local
160 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_oneinit() local
308 struct nvkm_disp *disp = nvkm_disp(engine); nvkm_disp_dtor() local
366 struct nvkm_disp *disp; nvkm_disp_new_() local
[all...]
H A Dchan.c33 struct nvkm_device *device = chan->disp->engine.subdev.device; in nvkm_disp_chan_rd32()
44 struct nvkm_device *device = chan->disp->engine.subdev.device; in nvkm_disp_chan_wr32()
55 struct nvkm_disp *disp = chan->disp; in nvkm_disp_chan_ntfy() local
59 *pevent = &disp->uevent; in nvkm_disp_chan_ntfy()
73 struct nvkm_device *device = chan->disp->engine.subdev.device; in nvkm_disp_chan_map()
83 struct nvkm_disp *disp; member
92 nvkm_ramht_remove(object->disp->ramht, object->hash); in nvkm_disp_chan_child_del_()
105 struct nvkm_disp *disp = chan->disp; in nvkm_disp_chan_child_new() local
175 struct nvkm_disp *disp = chan->disp; nvkm_disp_chan_dtor() local
199 nvkm_disp_chan_new_(struct nvkm_disp *disp, int nr, const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) nvkm_disp_chan_new_() argument
254 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); nvkm_disp_wndw_new() local
263 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); nvkm_disp_chan_new() local
272 struct nvkm_disp *disp = nvkm_udisp(oclass->parent); nvkm_disp_core_new() local
[all...]
H A Dudisp.c33 struct nvkm_disp *disp = nvkm_udisp(object); in nvkm_udisp_sclass() local
53 if (disp->func->user[index].ctor) { in nvkm_udisp_sclass()
54 sclass->base = disp->func->user[index].base; in nvkm_udisp_sclass()
55 sclass->ctor = disp->func->user[index].ctor; in nvkm_udisp_sclass()
65 struct nvkm_disp *disp = nvkm_udisp(object); in nvkm_udisp_dtor() local
67 spin_lock(&disp->client.lock); in nvkm_udisp_dtor()
68 if (object == &disp->client.object) in nvkm_udisp_dtor()
69 disp->client.object.func = NULL; in nvkm_udisp_dtor()
70 spin_unlock(&disp->client.lock); in nvkm_udisp_dtor()
83 struct nvkm_disp *disp in nvkm_udisp_new() local
[all...]
H A Dnv50.c33 #include <subdev/bios/disp.h>
47 struct nvkm_device *device = pior->disp->engine.subdev.device; in nv50_pior_clock()
80 struct nvkm_device *device = pior->disp->engine.subdev.device; in nv50_pior_power()
98 struct nvkm_head *head = nvkm_head_find(ior->disp, __ffs(state->head)); in nv50_pior_depth()
119 struct nvkm_device *device = pior->disp->engine.subdev.device; in nv50_pior_state()
145 nv50_pior_new(struct nvkm_disp *disp, int id) in nv50_pior_new() argument
147 return nvkm_ior_new_(&nv50_pior, disp, PIOR, id, false); in nv50_pior_new()
151 nv50_pior_cnt(struct nvkm_disp *disp, unsigned long *pmask) in nv50_pior_cnt() argument
153 struct nvkm_device *device = disp->engine.subdev.device; in nv50_pior_cnt()
162 struct nvkm_device *device = sor->disp in nv50_sor_clock()
226 nv50_sor_new(struct nvkm_disp *disp, int id) nv50_sor_new() argument
232 nv50_sor_cnt(struct nvkm_disp *disp, unsigned long *pmask) nv50_sor_cnt() argument
322 nv50_dac_new(struct nvkm_disp *disp, int id) nv50_dac_new() argument
328 nv50_dac_cnt(struct nvkm_disp *disp, unsigned long *pmask) nv50_dac_cnt() argument
403 nv50_head_new(struct nvkm_disp *disp, int id) nv50_head_new() argument
409 nv50_head_cnt(struct nvkm_disp *disp, unsigned long *pmask) nv50_head_cnt() argument
417 nv50_disp_mthd_list(struct nvkm_disp *disp, int debug, u32 base, int c, const struct nvkm_disp_mthd_list *list, int inst) nv50_disp_mthd_list() argument
448 struct nvkm_disp *disp = chan->disp; nv50_disp_chan_mthd() local
488 struct nvkm_disp *disp = container_of(event, typeof(*disp), uevent); nv50_disp_chan_uevent_fini() local
497 struct nvkm_disp *disp = container_of(event, typeof(*disp), uevent); nv50_disp_chan_uevent_init() local
504 nv50_disp_chan_uevent_send(struct nvkm_disp *disp, int chid) nv50_disp_chan_uevent_send() argument
534 struct nvkm_disp *disp = chan->disp; nv50_disp_pioc_fini() local
553 struct nvkm_disp *disp = chan->disp; nv50_disp_pioc_init() local
1104 nv50_disp_super_3_0(struct nvkm_disp *disp, struct nvkm_head *head) nv50_disp_super_3_0() argument
1229 nv50_disp_super_2_2(struct nvkm_disp *disp, struct nvkm_head *head) nv50_disp_super_2_2() argument
1278 nv50_disp_super_2_1(struct nvkm_disp *disp, struct nvkm_head *head) nv50_disp_super_2_1() argument
1288 nv50_disp_super_2_0(struct nvkm_disp *disp, struct nvkm_head *head) nv50_disp_super_2_0() argument
1312 nv50_disp_super_1_0(struct nvkm_disp *disp, struct nvkm_head *head) nv50_disp_super_1_0() argument
1327 nv50_disp_super_1(struct nvkm_disp *disp) nv50_disp_super_1() argument
1346 struct nvkm_disp *disp = container_of(work, struct nvkm_disp, super.work); nv50_disp_super() local
1417 nv50_disp_intr_error(struct nvkm_disp *disp, int chid) nv50_disp_intr_error() argument
1451 nv50_disp_intr(struct nvkm_disp *disp) nv50_disp_intr() argument
1487 nv50_disp_fini(struct nvkm_disp *disp) nv50_disp_fini() argument
1496 nv50_disp_init(struct nvkm_disp *disp) nv50_disp_init() argument
1561 nv50_disp_oneinit(struct nvkm_disp *disp) nv50_disp_oneinit() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/
H A DMakefile3 ccflags-y += -I $(srctree)/$(src)/disp/dpu1
34 disp/mdp4/mdp4_crtc.o \
35 disp/mdp4/mdp4_dsi_encoder.o \
36 disp/mdp4/mdp4_dtv_encoder.o \
37 disp/mdp4/mdp4_lcdc_encoder.o \
38 disp/mdp4/mdp4_lvds_connector.o \
39 disp/mdp4/mdp4_lvds_pll.o \
40 disp/mdp4/mdp4_irq.o \
41 disp/mdp4/mdp4_kms.o \
42 disp/mdp
[all...]
/third_party/vulkan-loader/loader/
H A Dtrampoline.c710 ptr_instance->disp = loader_instance_heap_alloc(ptr_instance, sizeof(struct loader_instance_dispatch_table), in vkCreateInstance()
712 if (ptr_instance->disp == NULL) { in vkCreateInstance()
718 memcpy(&ptr_instance->disp->layer_inst_disp, &instance_disp, sizeof(instance_disp)); in vkCreateInstance()
771 loader_instance_heap_free(ptr_instance, ptr_instance->disp); in vkCreateInstance()
813 const VkLayerInstanceDispatchTable *disp; in vkDestroyInstance() local
839 disp = loader_get_instance_layer_dispatch(instance); in vkDestroyInstance()
840 disp->DestroyInstance(ptr_instance->instance, pAllocator); in vkDestroyInstance()
861 loader_instance_heap_free(ptr_instance, ptr_instance->disp); in vkDestroyInstance()
893 res = inst->disp->layer_inst_disp.EnumeratePhysicalDevices(inst->instance, pPhysicalDeviceCount, pPhysicalDevices); in vkEnumeratePhysicalDevices()
911 const VkLayerInstanceDispatchTable *disp; in vkGetPhysicalDeviceFeatures() local
925 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceFormatProperties() local
940 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceImageFormatProperties() local
955 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceProperties() local
970 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceQueueFamilyProperties() local
984 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceMemoryProperties() local
1010 const VkLayerDispatchTable *disp; vkDestroyDevice() local
1034 const VkLayerInstanceDispatchTable *disp; vkEnumerateDeviceExtensionProperties() local
1103 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceQueue() local
1118 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); vkQueueSubmit() local
1129 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); vkQueueWaitIdle() local
1140 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDeviceWaitIdle() local
1152 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkAllocateMemory() local
1164 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkFreeMemory() local
1176 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkMapMemory() local
1187 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkUnmapMemory() local
1199 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkFlushMappedMemoryRanges() local
1211 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkInvalidateMappedMemoryRanges() local
1223 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceMemoryCommitment() local
1235 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkBindBufferMemory() local
1247 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkBindImageMemory() local
1259 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetBufferMemoryRequirements() local
1271 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetImageMemoryRequirements() local
1284 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetImageSparseMemoryRequirements() local
1297 const VkLayerInstanceDispatchTable *disp; vkGetPhysicalDeviceSparseImageFormatProperties() local
1313 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); vkQueueBindSparse() local
1325 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateFence() local
1336 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyFence() local
1347 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkResetFences() local
1358 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetFenceStatus() local
1370 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkWaitForFences() local
1382 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateSemaphore() local
1394 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroySemaphore() local
1406 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateEvent() local
1417 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyEvent() local
1428 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetEventStatus() local
1439 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkSetEvent() local
1450 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkResetEvent() local
1462 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateQueryPool() local
1474 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyQueryPool() local
1487 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetQueryPoolResults() local
1499 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateBuffer() local
1511 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyBuffer() local
1523 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateBufferView() local
1535 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyBufferView() local
1547 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateImage() local
1558 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyImage() local
1571 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetImageSubresourceLayout() local
1583 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateImageView() local
1595 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyImageView() local
1608 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateShaderModule() local
1620 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyShaderModule() local
1633 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreatePipelineCache() local
1645 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyPipelineCache() local
1657 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetPipelineCacheData() local
1669 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkMergePipelineCaches() local
1684 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateGraphicsPipelines() local
1699 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateComputePipelines() local
1711 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyPipeline() local
1724 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreatePipelineLayout() local
1736 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyPipelineLayout() local
1748 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateSampler() local
1760 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroySampler() local
1774 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateDescriptorSetLayout() local
1786 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyDescriptorSetLayout() local
1799 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateDescriptorPool() local
1811 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyDescriptorPool() local
1823 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkResetDescriptorPool() local
1836 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkAllocateDescriptorSets() local
1849 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkFreeDescriptorSets() local
1863 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkUpdateDescriptorSets() local
1876 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateFramebuffer() local
1888 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyFramebuffer() local
1901 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateRenderPass() local
1913 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyRenderPass() local
1925 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetRenderAreaGranularity() local
1938 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateCommandPool() local
1950 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyCommandPool() local
1962 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkResetCommandPool() local
1976 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkAllocateCommandBuffers() local
1997 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkFreeCommandBuffers() local
2009 const VkLayerDispatchTable *disp; vkBeginCommandBuffer() local
2022 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkEndCommandBuffer() local
2033 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkResetCommandBuffer() local
2045 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBindPipeline() local
2057 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetViewport() local
2069 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetScissor() local
2080 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetLineWidth() local
2092 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthBias() local
2103 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetBlendConstants() local
2115 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthBounds() local
2127 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetStencilCompareMask() local
2139 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetStencilWriteMask() local
2151 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetStencilReference() local
2166 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBindDescriptorSets() local
2179 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBindIndexBuffer() local
2192 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBindVertexBuffers() local
2204 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDraw() local
2217 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDrawIndexed() local
2229 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDrawIndirect() local
2241 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDrawIndexedIndirect() local
2252 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDispatch() local
2264 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDispatchIndirect() local
2276 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyBuffer() local
2290 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyImage() local
2304 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBlitImage() local
2317 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyBufferToImage() local
2330 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyImageToBuffer() local
2342 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdUpdateBuffer() local
2354 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdFillBuffer() local
2367 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdClearColorImage() local
2381 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdClearDepthStencilImage() local
2394 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdClearAttachments() local
2408 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdResolveImage() local
2420 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetEvent() local
2432 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdResetEvent() local
2449 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdWaitEvents() local
2467 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdPipelineBarrier() local
2480 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBeginQuery() local
2491 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdEndQuery() local
2503 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdResetQueryPool() local
2515 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdWriteTimestamp() local
2528 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyQueryPoolResults() local
2541 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdPushConstants() local
2554 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBeginRenderPass() local
2565 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdNextSubpass() local
2576 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdEndRenderPass() local
2588 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdExecuteCommands() local
2649 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceFeatures2() local
2668 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceProperties2() local
2687 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceFormatProperties2() local
2707 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceImageFormatProperties2() local
2726 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceQueueFamilyProperties2() local
2745 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceMemoryProperties2() local
2765 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceSparseImageFormatProperties2() local
2785 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceExternalBufferProperties() local
2805 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceExternalSemaphoreProperties() local
2827 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceExternalFenceProperties() local
2839 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkBindBufferMemory2() local
2850 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkBindImageMemory2() local
2862 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceGroupPeerMemoryFeatures() local
2872 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDeviceMask() local
2884 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDispatchBase() local
2895 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetImageMemoryRequirements2() local
2907 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetBufferMemoryRequirements2() local
2919 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetImageSparseMemoryRequirements2() local
2931 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkTrimCommandPool() local
2941 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceQueue2() local
2957 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateSamplerYcbcrConversion() local
2968 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroySamplerYcbcrConversion() local
2980 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDescriptorSetLayoutSupport() local
2992 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateDescriptorUpdateTemplate() local
3004 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyDescriptorUpdateTemplate() local
3016 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkUpdateDescriptorSetWithTemplate() local
3030 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreateRenderPass2() local
3042 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBeginRenderPass2() local
3054 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdNextSubpass2() local
3065 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdEndRenderPass2() local
3077 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDrawIndirectCount() local
3090 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdDrawIndexedIndirectCount() local
3101 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetSemaphoreCounterValue() local
3112 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkWaitSemaphores() local
3122 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkSignalSemaphore() local
3133 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetBufferDeviceAddress() local
3144 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetBufferOpaqueCaptureAddress() local
3155 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceMemoryOpaqueCaptureAddress() local
3167 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkResetQueryPool() local
3184 const VkLayerInstanceDispatchTable *disp = loader_get_instance_layer_dispatch(physicalDevice); vkGetPhysicalDeviceToolProperties() local
3192 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBeginRendering() local
3200 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBindVertexBuffers2() local
3205 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdBlitImage2() local
3210 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyBuffer2() local
3216 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyBufferToImage2() local
3221 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyImage2() local
3227 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdCopyImageToBuffer2() local
3232 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdEndRendering() local
3238 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdPipelineBarrier2() local
3244 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdResetEvent2() local
3250 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdResolveImage2() local
3255 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetCullMode() local
3260 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthBiasEnable() local
3266 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthBoundsTestEnable() local
3271 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthCompareOp() local
3276 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthTestEnable() local
3281 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetDepthWriteEnable() local
3287 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetEvent2() local
3292 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetFrontFace() local
3298 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetPrimitiveRestartEnable() local
3304 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetPrimitiveTopology() local
3310 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetRasterizerDiscardEnable() local
3316 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetScissorWithCount() local
3323 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetStencilOp() local
3328 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetStencilTestEnable() local
3334 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdSetViewportWithCount() local
3340 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdWaitEvents2() local
3346 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); vkCmdWriteTimestamp2() local
3354 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkCreatePrivateDataSlot() local
3360 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkDestroyPrivateDataSlot() local
3367 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceBufferMemoryRequirements() local
3374 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceImageMemoryRequirements() local
3381 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetDeviceImageSparseMemoryRequirements() local
3387 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetPrivateData() local
3393 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkSetPrivateData() local
3399 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); vkQueueSubmit2() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
H A DMakefile3 ccflags-y += -I $(srctree)/$(src)/disp/dpu1
34 disp/mdp_format.o \
35 disp/mdp_kms.o \
36 disp/mdp4/mdp4_crtc.o \
37 disp/mdp4/mdp4_dtv_encoder.o \
38 disp/mdp4/mdp4_lcdc_encoder.o \
39 disp/mdp4/mdp4_lvds_connector.o \
40 disp/mdp4/mdp4_irq.o \
41 disp/mdp4/mdp4_kms.o \
42 disp/mdp
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/util/
H A DLocaleNameProviderICU.java23 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) in getDisplayCountry()
25 if (disp == null || disp.length() == 0 || disp.equals(countryCode)) { in getDisplayCountry()
28 return disp; in getDisplayCountry()
34 String disp = LocaleDisplayNames.getInstance(ICULocaleServiceProvider.toULocaleNoSpecialVariant(locale)) in getDisplayLanguage()
36 if (disp == null || disp.length() == 0 || disp.equals(languageCode)) { in getDisplayLanguage()
39 return disp; in getDisplayLanguage()
[all...]
/third_party/mesa3d/src/egl/drivers/wgl/
H A Degl_wgl.c56 wgl_add_config(_EGLDisplay *disp, const struct stw_pixelformat_info *stw_config, int id, EGLint surface_type) in wgl_add_config() argument
65 _eglInitConfig(&base, disp, id); in wgl_add_config()
111 base.RenderableType = disp->ClientAPIs; in wgl_add_config()
112 base.Conformant = disp->ClientAPIs; in wgl_add_config()
125 num_configs = _eglFilterArray(disp->Configs, (void **)&matching_config, 1, in wgl_add_config()
161 wgl_add_configs(_EGLDisplay *disp, HDC hdc) in wgl_add_configs() argument
170 struct wgl_egl_config *wgl_conf = wgl_add_config(disp, stw_pixelformat_get_info(i), in wgl_add_configs()
183 wgl_display_destroy(_EGLDisplay *disp) in wgl_display_destroy() argument
185 free(disp); in wgl_display_destroy()
189 wgl_initialize_impl(_EGLDisplay *disp, HD argument
259 wgl_initialize(_EGLDisplay *disp) wgl_initialize() argument
306 wgl_display_release(_EGLDisplay *disp) wgl_display_release() argument
332 wgl_terminate(_EGLDisplay *disp) wgl_terminate() argument
346 wgl_create_context(_EGLDisplay *disp, _EGLConfig *conf, _EGLContext *share_list, const EGLint *attrib_list) wgl_create_context() argument
460 wgl_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) wgl_destroy_context() argument
473 wgl_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) wgl_destroy_surface() argument
510 wgl_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, _EGLSurface *rsurf, _EGLContext *ctx) wgl_make_current() argument
616 wgl_create_window_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_window, const EGLint *attrib_list) wgl_create_window_surface() argument
644 wgl_swap_buffers(_EGLDisplay *disp, _EGLSurface *draw) wgl_swap_buffers() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/xlnx/
H A Dzynqmp_disp.c142 * @disp: Back pointer to struct zynqmp_disp
152 struct zynqmp_disp *disp; member
942 * @disp: Display controller
947 void zynqmp_disp_handle_vblank(struct zynqmp_disp *disp) in zynqmp_disp_handle_vblank() argument
949 struct drm_crtc *crtc = &disp->crtc; in zynqmp_disp_handle_vblank()
956 * @disp: Display controller
962 bool zynqmp_disp_audio_enabled(struct zynqmp_disp *disp) in zynqmp_disp_audio_enabled() argument
964 return !!disp->audio.clk; in zynqmp_disp_audio_enabled()
969 * @disp: Display controller
973 unsigned int zynqmp_disp_get_audio_clk_rate(struct zynqmp_disp *disp) in zynqmp_disp_get_audio_clk_rate() argument
986 zynqmp_disp_get_crtc_mask(struct zynqmp_disp *disp) zynqmp_disp_get_crtc_mask() argument
1221 zynqmp_disp_create_planes(struct zynqmp_disp *disp) zynqmp_disp_create_planes() argument
1265 zynqmp_disp_layer_release_dma(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_layer_release_dma() argument
1289 zynqmp_disp_destroy_layers(struct zynqmp_disp *disp) zynqmp_disp_destroy_layers() argument
1306 zynqmp_disp_layer_request_dma(struct zynqmp_disp *disp, struct zynqmp_disp_layer *layer) zynqmp_disp_layer_request_dma() argument
1338 zynqmp_disp_create_layers(struct zynqmp_disp *disp) zynqmp_disp_create_layers() argument
1383 zynqmp_disp_enable(struct zynqmp_disp *disp) zynqmp_disp_enable() argument
1399 zynqmp_disp_disable(struct zynqmp_disp *disp) zynqmp_disp_disable() argument
1416 struct zynqmp_disp *disp = crtc_to_disp(crtc); zynqmp_disp_crtc_setup_clock() local
1446 struct zynqmp_disp *disp = crtc_to_disp(crtc); zynqmp_disp_crtc_atomic_enable() local
1478 struct zynqmp_disp *disp = crtc_to_disp(crtc); zynqmp_disp_crtc_atomic_disable() local
1550 struct zynqmp_disp *disp = crtc_to_disp(crtc); zynqmp_disp_crtc_enable_vblank() local
1559 struct zynqmp_disp *disp = crtc_to_disp(crtc); zynqmp_disp_crtc_disable_vblank() local
1575 zynqmp_disp_create_crtc(struct zynqmp_disp *disp) zynqmp_disp_create_crtc() argument
1593 zynqmp_disp_map_crtc_to_plane(struct zynqmp_disp *disp) zynqmp_disp_map_crtc_to_plane() argument
1608 struct zynqmp_disp *disp = dpsub->disp; zynqmp_disp_drm_init() local
1627 struct zynqmp_disp *disp; zynqmp_disp_probe() local
1688 struct zynqmp_disp *disp = dpsub->disp; zynqmp_disp_remove() local
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Dfdtput.c50 * @param disp Display information / options
56 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() argument
69 if (disp->verbose) in encode_value()
73 fmt[1] = disp->type ? disp->type : 'd'; in encode_value()
77 if (disp->type == 's') in encode_value()
80 len = disp->size == -1 ? 4 : disp->size; in encode_value()
94 if (disp->type == 's') { in encode_value()
96 if (disp in encode_value()
221 do_fdtput(struct display_info *disp, const char *filename, char **arg, int arg_count) do_fdtput() argument
288 struct display_info disp; main() local
[all...]
H A Dfdtget.c45 * If a specific data type is provided in disp, then this is used. Otherwise
48 * @param disp Display information / options
53 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument
66 is_string = (disp->type) == 's' || in show_data()
67 (!disp->type && util_is_printable_string(data, len)); in show_data()
80 size = disp->size; in show_data()
89 fmt[1] = disp->type ? disp->type : 'd'; in show_data()
187 * @param disp Display information / options
192 static int show_data_for_item(const void *blob, struct display_info *disp, in show_data_for_item() argument
236 do_fdtget(struct display_info *disp, const char *filename, char **arg, int arg_count, int args_per_step) do_fdtget() argument
294 struct display_info disp; main() local
[all...]
/kernel/linux/linux-6.6/scripts/dtc/
H A Dfdtput.c50 * @param disp Display information / options
56 static int encode_value(struct display_info *disp, char **arg, int arg_count, in encode_value() argument
69 if (disp->verbose) in encode_value()
73 fmt[1] = disp->type ? disp->type : 'd'; in encode_value()
77 if (disp->type == 's') in encode_value()
80 len = disp->size == -1 ? 4 : disp->size; in encode_value()
94 if (disp->type == 's') { in encode_value()
96 if (disp in encode_value()
221 do_fdtput(struct display_info *disp, const char *filename, char **arg, int arg_count) do_fdtput() argument
288 struct display_info disp; main() local
[all...]
H A Dfdtget.c45 * If a specific data type is provided in disp, then this is used. Otherwise
48 * @param disp Display information / options
53 static int show_data(struct display_info *disp, const char *data, int len) in show_data() argument
66 is_string = (disp->type) == 's' || in show_data()
67 (!disp->type && util_is_printable_string(data, len)); in show_data()
80 size = disp->size; in show_data()
89 fmt[1] = disp->type ? disp->type : 'd'; in show_data()
187 * @param disp Display information / options
192 static int show_data_for_item(const void *blob, struct display_info *disp, in show_data_for_item() argument
236 do_fdtget(struct display_info *disp, const char *filename, char **arg, int arg_count, int args_per_step) do_fdtget() argument
294 struct display_info disp; main() local
[all...]
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c3271 const VkLayerInstanceDispatchTable *disp; in GetPhysicalDeviceVideoCapabilitiesKHR() local
3279 disp = loader_get_instance_layer_dispatch(physicalDevice); in GetPhysicalDeviceVideoCapabilitiesKHR()
3280 return disp->GetPhysicalDeviceVideoCapabilitiesKHR(unwrapped_phys_dev, pVideoProfile, pCapabilities); in GetPhysicalDeviceVideoCapabilitiesKHR()
3302 const VkLayerInstanceDispatchTable *disp; in GetPhysicalDeviceVideoFormatPropertiesKHR() local
3310 disp = loader_get_instance_layer_dispatch(physicalDevice); in GetPhysicalDeviceVideoFormatPropertiesKHR()
3311 return disp->GetPhysicalDeviceVideoFormatPropertiesKHR(unwrapped_phys_dev, pVideoFormatInfo, pVideoFormatPropertyCount, pVideoFormatProperties); in GetPhysicalDeviceVideoFormatPropertiesKHR()
3334 const VkLayerDispatchTable *disp = loader_get_dispatch(device); in CreateVideoSessionKHR() local
3335 if (NULL == disp) { in CreateVideoSessionKHR()
3341 return disp->CreateVideoSessionKHR(device, pCreateInfo, pAllocator, pVideoSession); in CreateVideoSessionKHR()
3348 const VkLayerDispatchTable *disp in DestroyVideoSessionKHR() local
3363 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetVideoSessionMemoryRequirementsKHR() local
3378 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BindVideoSessionMemoryKHR() local
3393 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateVideoSessionParametersKHR() local
3407 const VkLayerDispatchTable *disp = loader_get_dispatch(device); UpdateVideoSessionParametersKHR() local
3421 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyVideoSessionParametersKHR() local
3434 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginVideoCodingKHR() local
3447 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndVideoCodingKHR() local
3460 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdControlVideoCodingKHR() local
3476 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDecodeVideoKHR() local
3492 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginRenderingKHR() local
3504 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndRenderingKHR() local
3523 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceGroupPeerMemoryFeaturesKHR() local
3536 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDeviceMaskKHR() local
3554 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDispatchBaseKHR() local
3571 const VkLayerDispatchTable *disp = loader_get_dispatch(device); TrimCommandPoolKHR() local
3589 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryWin32HandleKHR() local
3606 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryWin32HandlePropertiesKHR() local
3624 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryFdKHR() local
3639 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryFdPropertiesKHR() local
3656 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ImportSemaphoreWin32HandleKHR() local
3672 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSemaphoreWin32HandleKHR() local
3689 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ImportSemaphoreFdKHR() local
3703 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSemaphoreFdKHR() local
3723 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPushDescriptorSetKHR() local
3739 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPushDescriptorSetWithTemplateKHR() local
3757 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateDescriptorUpdateTemplateKHR() local
3771 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyDescriptorUpdateTemplateKHR() local
3786 const VkLayerDispatchTable *disp = loader_get_dispatch(device); UpdateDescriptorSetWithTemplateKHR() local
3804 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateRenderPass2KHR() local
3818 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginRenderPass2KHR() local
3832 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdNextSubpass2KHR() local
3845 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndRenderPass2KHR() local
3861 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSwapchainStatusKHR() local
3878 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ImportFenceWin32HandleKHR() local
3894 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetFenceWin32HandleKHR() local
3911 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ImportFenceFdKHR() local
3925 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetFenceFdKHR() local
3944 const VkLayerInstanceDispatchTable *disp; EnumeratePhysicalDeviceQueueFamilyPerformanceQueryCountersKHR() local
3976 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceQueueFamilyPerformanceQueryPassesKHR() local
4005 const VkLayerDispatchTable *disp = loader_get_dispatch(device); AcquireProfilingLockKHR() local
4017 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ReleaseProfilingLockKHR() local
4034 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageMemoryRequirements2KHR() local
4048 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferMemoryRequirements2KHR() local
4063 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageSparseMemoryRequirements2KHR() local
4081 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateSamplerYcbcrConversionKHR() local
4095 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroySamplerYcbcrConversionKHR() local
4112 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BindBufferMemory2KHR() local
4126 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BindImageMemory2KHR() local
4143 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorSetLayoutSupportKHR() local
4164 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawIndirectCountKHR() local
4182 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawIndexedIndirectCountKHR() local
4199 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSemaphoreCounterValueKHR() local
4213 const VkLayerDispatchTable *disp = loader_get_dispatch(device); WaitSemaphoresKHR() local
4226 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SignalSemaphoreKHR() local
4243 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceFragmentShadingRatesKHR() local
4273 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetFragmentShadingRateKHR() local
4291 const VkLayerDispatchTable *disp = loader_get_dispatch(device); WaitForPresentKHR() local
4307 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferDeviceAddressKHR() local
4320 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferOpaqueCaptureAddressKHR() local
4333 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceMemoryOpaqueCaptureAddressKHR() local
4350 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateDeferredOperationKHR() local
4364 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyDeferredOperationKHR() local
4377 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeferredOperationMaxConcurrencyKHR() local
4390 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeferredOperationResultKHR() local
4403 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DeferredOperationJoinKHR() local
4421 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelineExecutablePropertiesKHR() local
4436 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelineExecutableStatisticsKHR() local
4451 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelineExecutableInternalRepresentationsKHR() local
4468 const VkLayerDispatchTable *disp = loader_get_dispatch(device); MapMemory2KHR() local
4481 const VkLayerDispatchTable *disp = loader_get_dispatch(device); UnmapMemory2KHR() local
4498 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceVideoEncodeQualityLevelPropertiesKHR() local
4530 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetEncodedVideoSessionParametersKHR() local
4543 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEncodeVideoKHR() local
4560 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetEvent2KHR() local
4574 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdResetEvent2KHR() local
4589 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWaitEvents2KHR() local
4602 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPipelineBarrier2KHR() local
4617 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteTimestamp2KHR() local
4632 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueSubmit2KHR() local
4648 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteBufferMarker2AMD() local
4662 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); GetQueueCheckpointData2NV() local
4678 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyBuffer2KHR() local
4691 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyImage2KHR() local
4704 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyBufferToImage2KHR() local
4717 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyImageToBuffer2KHR() local
4730 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBlitImage2KHR() local
4743 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdResolveImage2KHR() local
4759 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdTraceRaysIndirect2KHR() local
4776 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceBufferMemoryRequirementsKHR() local
4790 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceImageMemoryRequirementsKHR() local
4805 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceImageSparseMemoryRequirementsKHR() local
4824 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindIndexBuffer2KHR() local
4838 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRenderingAreaGranularityKHR() local
4852 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceImageSubresourceLayoutKHR() local
4867 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageSubresourceLayout2KHR() local
4884 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceCooperativeMatrixPropertiesKHR() local
4917 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceCalibrateableTimeDomainsKHR() local
4949 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetCalibratedTimestampsKHR() local
4965 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindDescriptorSets2KHR() local
4978 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPushConstants2KHR() local
4991 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPushDescriptorSet2KHR() local
5004 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPushDescriptorSetWithTemplate2KHR() local
5017 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDescriptorBufferOffsets2EXT() local
5030 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindDescriptorBufferEmbeddedSamplers2EXT() local
5046 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DebugMarkerSetObjectTagEXT() local
5105 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DebugMarkerSetObjectNameEXT() local
5164 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDebugMarkerBeginEXT() local
5176 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDebugMarkerEndEXT() local
5189 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDebugMarkerInsertEXT() local
5209 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindTransformFeedbackBuffersEXT() local
5225 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginTransformFeedbackEXT() local
5241 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndTransformFeedbackEXT() local
5257 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginQueryIndexedEXT() local
5272 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndQueryIndexedEXT() local
5290 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawIndirectByteCountEXT() local
5308 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateCuModuleNVX() local
5323 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateCuFunctionNVX() local
5337 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyCuModuleNVX() local
5351 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyCuFunctionNVX() local
5364 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCuLaunchKernelNVX() local
5380 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageViewHandleNVX() local
5394 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageViewAddressNVX() local
5415 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawIndirectCountAMD() local
5433 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawIndexedIndirectCountAMD() local
5453 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetShaderInfoAMD() local
5472 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryWin32HandleNV() local
5489 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginConditionalRenderingEXT() local
5501 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndConditionalRenderingEXT() local
5519 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetViewportWScalingNV() local
5536 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DisplayPowerControlEXT() local
5551 const VkLayerDispatchTable *disp = loader_get_dispatch(device); RegisterDeviceEventEXT() local
5567 const VkLayerDispatchTable *disp = loader_get_dispatch(device); RegisterDisplayEventEXT() local
5582 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSwapchainCounterEXT() local
5599 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRefreshCycleDurationGOOGLE() local
5614 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPastPresentationTimingGOOGLE() local
5632 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDiscardRectangleEXT() local
5645 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDiscardRectangleEnableEXT() local
5658 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDiscardRectangleModeEXT() local
5676 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetHdrMetadataEXT() local
5692 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetDebugUtilsObjectNameEXT() local
5755 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetDebugUtilsObjectTagEXT() local
5818 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueBeginDebugUtilsLabelEXT() local
5845 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueEndDebugUtilsLabelEXT() local
5872 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueInsertDebugUtilsLabelEXT() local
5900 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBeginDebugUtilsLabelEXT() local
5927 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdEndDebugUtilsLabelEXT() local
5954 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdInsertDebugUtilsLabelEXT() local
5987 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAndroidHardwareBufferPropertiesANDROID() local
6003 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryAndroidHardwareBufferANDROID() local
6025 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateExecutionGraphPipelinesAMDX() local
6041 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetExecutionGraphPipelineScratchSizeAMDX() local
6058 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetExecutionGraphPipelineNodeIndexAMDX() local
6073 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdInitializeGraphScratchMemoryAMDX() local
6089 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDispatchGraphAMDX() local
6105 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDispatchGraphIndirectAMDX() local
6121 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDispatchGraphIndirectCountAMDX() local
6138 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetSampleLocationsEXT() local
6152 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceMultisamplePropertiesEXT() local
6185 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageDrmFormatModifierPropertiesEXT() local
6203 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateValidationCacheEXT() local
6217 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyValidationCacheEXT() local
6232 const VkLayerDispatchTable *disp = loader_get_dispatch(device); MergeValidationCachesEXT() local
6247 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetValidationCacheDataEXT() local
6264 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindShadingRateImageNV() local
6279 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetViewportShadingRatePaletteNV() local
6294 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoarseSampleOrderNV() local
6312 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateAccelerationStructureNV() local
6326 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyAccelerationStructureNV() local
6340 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAccelerationStructureMemoryRequirementsNV() local
6354 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BindAccelerationStructureMemoryNV() local
6374 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBuildAccelerationStructureNV() local
6389 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyAccelerationStructureNV() local
6415 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdTraceRaysNV() local
6432 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateRayTracingPipelinesNV() local
6449 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRayTracingShaderGroupHandlesKHR() local
6466 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRayTracingShaderGroupHandlesNV() local
6481 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAccelerationStructureHandleNV() local
6498 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteAccelerationStructuresPropertiesNV() local
6512 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CompileDeferredNV() local
6530 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryHostPointerPropertiesEXT() local
6549 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteBufferMarkerAMD() local
6566 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceCalibrateableTimeDomainsEXT() local
6598 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetCalibratedTimestampsEXT() local
6615 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksNV() local
6631 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksIndirectNV() local
6649 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksIndirectCountNV() local
6667 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetExclusiveScissorEnableNV() local
6682 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetExclusiveScissorNV() local
6698 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCheckpointNV() local
6712 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); GetQueueCheckpointDataNV() local
6728 const VkLayerDispatchTable *disp = loader_get_dispatch(device); InitializePerformanceApiINTEL() local
6740 const VkLayerDispatchTable *disp = loader_get_dispatch(device); UninitializePerformanceApiINTEL() local
6753 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPerformanceMarkerINTEL() local
6766 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPerformanceStreamMarkerINTEL() local
6779 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPerformanceOverrideINTEL() local
6793 const VkLayerDispatchTable *disp = loader_get_dispatch(device); AcquirePerformanceConfigurationINTEL() local
6806 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ReleasePerformanceConfigurationINTEL() local
6819 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueSetPerformanceConfigurationINTEL() local
6833 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPerformanceParameterINTEL() local
6850 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetLocalDimmingAMD() local
6866 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferDeviceAddressEXT() local
6883 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceCooperativeMatrixPropertiesNV() local
6916 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceSupportedFramebufferMixedSamplesCombinationsNV() local
6949 const VkLayerDispatchTable *disp = loader_get_dispatch(device); AcquireFullScreenExclusiveModeEXT() local
6964 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ReleaseFullScreenExclusiveModeEXT() local
6982 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetLineStippleEXT() local
7000 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ResetQueryPoolEXT() local
7016 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCullModeEXT() local
7029 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetFrontFaceEXT() local
7042 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPrimitiveTopologyEXT() local
7056 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetViewportWithCountEXT() local
7070 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetScissorWithCountEXT() local
7088 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindVertexBuffers2EXT() local
7101 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthTestEnableEXT() local
7114 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthWriteEnableEXT() local
7127 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthCompareOpEXT() local
7140 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthBoundsTestEnableEXT() local
7153 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetStencilTestEnableEXT() local
7170 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetStencilOpEXT() local
7186 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyMemoryToImageEXT() local
7199 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyImageToMemoryEXT() local
7212 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyImageToImageEXT() local
7226 const VkLayerDispatchTable *disp = loader_get_dispatch(device); TransitionImageLayoutEXT() local
7241 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageSubresourceLayout2EXT() local
7257 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ReleaseSwapchainImagesEXT() local
7274 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetGeneratedCommandsMemoryRequirementsNV() local
7287 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdPreprocessGeneratedCommandsNV() local
7301 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdExecuteGeneratedCommandsNV() local
7316 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindPipelineShaderGroupNV() local
7331 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateIndirectCommandsLayoutNV() local
7345 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyIndirectCommandsLayoutNV() local
7361 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthBias2EXT() local
7378 const VkLayerInstanceDispatchTable *disp; AcquireDrmDisplayEXT() local
7409 const VkLayerInstanceDispatchTable *disp; GetDrmDisplayEXT() local
7444 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreatePrivateDataSlotEXT() local
7458 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyPrivateDataSlotEXT() local
7474 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetPrivateDataEXT() local
7490 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPrivateDataEXT() local
7508 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateCudaModuleNV() local
7523 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetCudaModuleCacheNV() local
7538 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateCudaFunctionNV() local
7552 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyCudaModuleNV() local
7566 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyCudaFunctionNV() local
7579 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCudaLaunchKernelNV() local
7596 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ExportMetalObjectsEXT() local
7614 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorSetLayoutSizeEXT() local
7629 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorSetLayoutBindingOffsetEXT() local
7644 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorEXT() local
7658 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindDescriptorBuffersEXT() local
7676 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDescriptorBufferOffsetsEXT() local
7691 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindDescriptorBufferEmbeddedSamplersEXT() local
7705 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferOpaqueCaptureDescriptorDataEXT() local
7719 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageOpaqueCaptureDescriptorDataEXT() local
7733 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetImageViewOpaqueCaptureDescriptorDataEXT() local
7747 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSamplerOpaqueCaptureDescriptorDataEXT() local
7761 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAccelerationStructureOpaqueCaptureDescriptorDataEXT() local
7778 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetFragmentShadingRateEnumNV() local
7795 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceFaultInfoEXT() local
7812 const VkLayerInstanceDispatchTable *disp; AcquireWinrtDisplayNV() local
7843 const VkLayerInstanceDispatchTable *disp; GetWinrtDisplayNV() local
7879 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetVertexInputEXT() local
7897 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryZirconHandleFUCHSIA() local
7914 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryZirconHandlePropertiesFUCHSIA() local
7932 const VkLayerDispatchTable *disp = loader_get_dispatch(device); ImportSemaphoreZirconHandleFUCHSIA() local
7948 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSemaphoreZirconHandleFUCHSIA() local
7968 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateBufferCollectionFUCHSIA() local
7984 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetBufferCollectionImageConstraintsFUCHSIA() local
8000 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetBufferCollectionBufferConstraintsFUCHSIA() local
8016 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyBufferCollectionFUCHSIA() local
8032 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetBufferCollectionPropertiesFUCHSIA() local
8050 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceSubpassShadingMaxWorkgroupSizeHUAWEI() local
8062 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSubpassShadingHUAWEI() local
8079 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindInvocationMaskHUAWEI() local
8096 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMemoryRemoteAddressNV() local
8113 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelinePropertiesEXT() local
8129 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPatchControlPointsEXT() local
8142 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetRasterizerDiscardEnableEXT() local
8155 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthBiasEnableEXT() local
8168 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetLogicOpEXT() local
8181 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPrimitiveRestartEnableEXT() local
8198 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetColorWriteEnableEXT() local
8218 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMultiEXT() local
8236 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMultiIndexedEXT() local
8254 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateMicromapEXT() local
8268 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyMicromapEXT() local
8282 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBuildMicromapsEXT() local
8297 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BuildMicromapsEXT() local
8311 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyMicromapEXT() local
8325 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyMicromapToMemoryEXT() local
8339 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyMemoryToMicromapEXT() local
8357 const VkLayerDispatchTable *disp = loader_get_dispatch(device); WriteMicromapsPropertiesEXT() local
8370 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMicromapEXT() local
8383 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMicromapToMemoryEXT() local
8396 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMemoryToMicromapEXT() local
8413 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteMicromapsPropertiesEXT() local
8427 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceMicromapCompatibilityEXT() local
8442 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetMicromapBuildSizesEXT() local
8460 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawClusterHUAWEI() local
8474 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawClusterIndirectHUAWEI() local
8491 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetDeviceMemoryPriorityEXT() local
8508 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorSetLayoutHostMappingInfoVALVE() local
8522 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDescriptorSetHostMappingVALVE() local
8540 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMemoryIndirectNV() local
8558 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMemoryToImageIndirectNV() local
8575 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDecompressMemoryNV() local
8590 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDecompressMemoryIndirectCountNV() local
8607 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelineIndirectMemoryRequirementsNV() local
8621 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdUpdatePipelineIndirectBufferNV() local
8634 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetPipelineIndirectDeviceAddressNV() local
8650 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetTessellationDomainOriginEXT() local
8663 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthClampEnableEXT() local
8676 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetPolygonModeEXT() local
8689 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetRasterizationSamplesEXT() local
8703 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetSampleMaskEXT() local
8716 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetAlphaToCoverageEnableEXT() local
8729 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetAlphaToOneEnableEXT() local
8742 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetLogicOpEnableEXT() local
8757 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetColorBlendEnableEXT() local
8772 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetColorBlendEquationEXT() local
8787 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetColorWriteMaskEXT() local
8800 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetRasterizationStreamEXT() local
8813 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetConservativeRasterizationModeEXT() local
8826 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetExtraPrimitiveOverestimationSizeEXT() local
8839 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthClipEnableEXT() local
8852 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetSampleLocationsEnableEXT() local
8867 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetColorBlendAdvancedEXT() local
8880 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetProvokingVertexModeEXT() local
8893 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetLineRasterizationModeEXT() local
8906 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetLineStippleEnableEXT() local
8919 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetDepthClipNegativeOneToOneEXT() local
8932 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetViewportWScalingEnableNV() local
8947 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetViewportSwizzleNV() local
8960 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageToColorEnableNV() local
8973 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageToColorLocationNV() local
8986 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageModulationModeNV() local
8999 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageModulationTableEnableNV() local
9013 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageModulationTableNV() local
9026 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetShadingRateImageEnableNV() local
9039 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetRepresentativeFragmentTestEnableNV() local
9052 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetCoverageReductionModeNV() local
9069 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetShaderModuleIdentifierEXT() local
9083 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetShaderModuleCreateInfoIdentifierEXT() local
9101 const VkLayerInstanceDispatchTable *disp; GetPhysicalDeviceOpticalFlowImageFormatsNV() local
9133 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateOpticalFlowSessionNV() local
9147 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyOpticalFlowSessionNV() local
9163 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BindOpticalFlowSessionImageNV() local
9177 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdOpticalFlowExecuteNV() local
9196 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateShadersEXT() local
9210 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyShaderEXT() local
9225 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetShaderBinaryDataEXT() local
9240 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBindShadersEXT() local
9258 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetFramebufferTilePropertiesQCOM() local
9272 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDynamicRenderingTilePropertiesQCOM() local
9289 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetLatencySleepModeNV() local
9303 const VkLayerDispatchTable *disp = loader_get_dispatch(device); LatencySleepNV() local
9317 const VkLayerDispatchTable *disp = loader_get_dispatch(device); SetLatencyMarkerNV() local
9331 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetLatencyTimingsNV() local
9344 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueNotifyOutOfBandNV() local
9360 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetAttachmentFeedbackLoopEnableEXT() local
9378 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetScreenBufferPropertiesQNX() local
9397 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateAccelerationStructureKHR() local
9411 const VkLayerDispatchTable *disp = loader_get_dispatch(device); DestroyAccelerationStructureKHR() local
9426 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBuildAccelerationStructuresKHR() local
9443 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdBuildAccelerationStructuresIndirectKHR() local
9459 const VkLayerDispatchTable *disp = loader_get_dispatch(device); BuildAccelerationStructuresKHR() local
9473 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyAccelerationStructureKHR() local
9487 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyAccelerationStructureToMemoryKHR() local
9501 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CopyMemoryToAccelerationStructureKHR() local
9519 const VkLayerDispatchTable *disp = loader_get_dispatch(device); WriteAccelerationStructuresPropertiesKHR() local
9532 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyAccelerationStructureKHR() local
9545 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyAccelerationStructureToMemoryKHR() local
9558 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdCopyMemoryToAccelerationStructureKHR() local
9571 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAccelerationStructureDeviceAddressKHR() local
9588 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdWriteAccelerationStructuresPropertiesKHR() local
9602 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetDeviceAccelerationStructureCompatibilityKHR() local
9618 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetAccelerationStructureBuildSizesKHR() local
9640 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdTraceRaysKHR() local
9658 const VkLayerDispatchTable *disp = loader_get_dispatch(device); CreateRayTracingPipelinesKHR() local
9675 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRayTracingCaptureReplayShaderGroupHandlesKHR() local
9692 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdTraceRaysIndirectKHR() local
9707 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetRayTracingShaderGroupStackSizeKHR() local
9720 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdSetRayTracingPipelineStackSizeKHR() local
9738 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksEXT() local
9754 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksIndirectEXT() local
9772 const VkLayerDispatchTable *disp = loader_get_dispatch(commandBuffer); CmdDrawMeshTasksIndirectCountEXT() local
9790 const VkLayerDispatchTable *disp = loader_get_dispatch(device); GetSwapchainGrallocUsageOHOS() local
9808 const VkLayerDispatchTable *disp = loader_get_dispatch(device); AcquireImageOHOS() local
9826 const VkLayerDispatchTable *disp = loader_get_dispatch(queue); QueueSignalReleaseImageOHOS() local
9845 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetNativeBufferPropertiesOHOS() local
9861 const VkLayerDispatchTable *disp = loader_get_dispatch(device); vkGetMemoryNativeBufferOHOS() local
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.h103 int (*authenticate)(_EGLDisplay *disp, uint32_t id);
106 _EGLSurface* (*create_window_surface)(_EGLDisplay *disp, _EGLConfig *config,
111 _EGLSurface* (*create_pixmap_surface)(_EGLDisplay *disp, _EGLConfig *config,
116 _EGLSurface* (*create_pbuffer_surface)(_EGLDisplay *disp, _EGLConfig *config,
120 EGLBoolean (*destroy_surface)(_EGLDisplay *disp, _EGLSurface *surface);
123 EGLBoolean (*swap_interval)(_EGLDisplay *disp, _EGLSurface *surf,
127 _EGLImage* (*create_image)(_EGLDisplay *disp, _EGLContext *ctx,
132 EGLBoolean (*swap_buffers)(_EGLDisplay *disp, _EGLSurface *surf);
135 EGLBoolean (*swap_buffers_with_damage)(_EGLDisplay *disp, _EGLSurface *surface,
139 EGLBoolean (*swap_buffers_region)(_EGLDisplay *disp, _EGLSurfac
510 dri2_initialize_x11(_EGLDisplay *disp) dri2_initialize_x11() argument
530 dri2_initialize_drm(_EGLDisplay *disp) dri2_initialize_drm() argument
547 dri2_initialize_wayland(_EGLDisplay *disp) dri2_initialize_wayland() argument
560 dri2_initialize_android(_EGLDisplay *disp) dri2_initialize_android() argument
571 dri2_initialize_ohos(_EGLDisplay *disp) dri2_initialize_ohos() argument
593 dri2_set_WL_bind_wayland_display(_EGLDisplay *disp) dri2_set_WL_bind_wayland_display() argument
[all...]
H A Degl_dri2.c400 dri2_add_config(_EGLDisplay *disp, const __DRIconfig *dri_config, int id, in dri2_add_config() argument
405 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_add_config()
416 _eglInitConfig(&base, disp, id); in dri2_add_config()
524 if (!disp->Extensions.KHR_gl_colorspace && srgb) in dri2_add_config()
535 if (disp->Extensions.KHR_mutable_render_buffer) in dri2_add_config()
560 (disp->Extensions.NOK_texture_from_pixmap ? EGL_PIXMAP_BIT : 0))) { in dri2_add_config()
573 base.RenderableType = disp->ClientAPIs; in dri2_add_config()
574 base.Conformant = disp->ClientAPIs; in dri2_add_config()
587 num_configs = _eglFilterArray(disp->Configs, (void **) &matching_config, 1, in dri2_add_config()
623 dri2_add_pbuffer_configs_for_visuals(_EGLDisplay *disp) in dri2_add_pbuffer_configs_for_visuals() argument
658 _EGLDisplay *disp = data; dri2_validate_egl_image() local
801 dri2_open_driver(_EGLDisplay *disp) dri2_open_driver() argument
815 dri2_load_driver_common(_EGLDisplay *disp, const struct dri2_extension_match *driver_extensions) dri2_load_driver_common() argument
838 dri2_load_driver(_EGLDisplay *disp) dri2_load_driver() argument
844 dri2_load_driver_dri3(_EGLDisplay *disp) dri2_load_driver_dri3() argument
850 dri2_load_driver_swrast(_EGLDisplay *disp) dri2_load_driver_swrast() argument
869 dri2_query_driver_name(_EGLDisplay *disp) dri2_query_driver_name() argument
876 dri2_query_driver_config(_EGLDisplay *disp) dri2_query_driver_config() argument
889 dri2_setup_screen(_EGLDisplay *disp) dri2_setup_screen() argument
1027 dri2_setup_swap_interval(_EGLDisplay *disp, int max_swap_interval) dri2_setup_swap_interval() argument
1065 dri2_create_screen(_EGLDisplay *disp) dri2_create_screen() argument
1113 dri2_setup_extensions(_EGLDisplay *disp) dri2_setup_extensions() argument
1149 dri2_initialize(_EGLDisplay *disp) dri2_initialize() argument
1215 dri2_display_release(_EGLDisplay *disp) dri2_display_release() argument
1235 dri2_display_destroy(_EGLDisplay *disp) dri2_display_destroy() argument
1330 dri2_terminate(_EGLDisplay *disp) dri2_terminate() argument
1489 dri2_create_context(_EGLDisplay *disp, _EGLConfig *conf, _EGLContext *share_list, const EGLint *attrib_list) dri2_create_context() argument
1662 dri2_destroy_context(_EGLDisplay *disp, _EGLContext *ctx) dri2_destroy_context() argument
1676 dri2_init_surface(_EGLSurface *surf, _EGLDisplay *disp, EGLint type, _EGLConfig *conf, const EGLint *attrib_list, EGLBoolean enable_out_fence, void *native_surface) dri2_init_surface() argument
1716 dri2_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) dri2_destroy_surface() argument
1727 dri2_surf_update_fence_fd(_EGLContext *ctx, _EGLDisplay *disp, _EGLSurface *surf) dri2_surf_update_fence_fd() argument
1783 dri2_make_current(_EGLDisplay *disp, _EGLSurface *dsurf, _EGLSurface *rsurf, _EGLContext *ctx) dri2_make_current() argument
1938 dri2_create_window_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_window, const EGLint *attrib_list) dri2_create_window_surface() argument
1947 dri2_create_pixmap_surface(_EGLDisplay *disp, _EGLConfig *conf, void *native_pixmap, const EGLint *attrib_list) dri2_create_pixmap_surface() argument
1958 dri2_create_pbuffer_surface(_EGLDisplay *disp, _EGLConfig *conf, const EGLint *attrib_list) dri2_create_pbuffer_surface() argument
1968 dri2_swap_interval(_EGLDisplay *disp, _EGLSurface *surf, EGLint interval) dri2_swap_interval() argument
1981 dri2_flush_drawable_for_swapbuffers(_EGLDisplay *disp, _EGLSurface *draw) dri2_flush_drawable_for_swapbuffers() argument
2013 dri2_swap_buffers(_EGLDisplay *disp, _EGLSurface *surf) dri2_swap_buffers() argument
2035 dri2_swap_buffers_with_damage(_EGLDisplay *disp, _EGLSurface *surf, const EGLint *rects, EGLint n_rects) dri2_swap_buffers_with_damage() argument
2062 dri2_swap_buffers_region(_EGLDisplay *disp, _EGLSurface *surf, EGLint numRects, const EGLint *rects) dri2_swap_buffers_region() argument
2084 dri2_set_damage_region(_EGLDisplay *disp, _EGLSurface *surf, EGLint *rects, EGLint n_rects) dri2_set_damage_region() argument
2098 dri2_post_sub_buffer(_EGLDisplay *disp, _EGLSurface *surf, EGLint x, EGLint y, EGLint width, EGLint height) dri2_post_sub_buffer() argument
2108 dri2_copy_buffers(_EGLDisplay *disp, _EGLSurface *surf, void *native_pixmap_target) dri2_copy_buffers() argument
2117 dri2_query_buffer_age(_EGLDisplay *disp, _EGLSurface *surf) dri2_query_buffer_age() argument
2126 dri2_wait_client(_EGLDisplay *disp, _EGLContext *ctx) dri2_wait_client() argument
2152 dri2_bind_tex_image(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) dri2_bind_tex_image() argument
2195 dri2_release_tex_image(_EGLDisplay *disp, _EGLSurface *surf, EGLint buffer) dri2_release_tex_image() argument
2227 dri2_create_image(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image() argument
2236 dri2_create_image_from_dri(_EGLDisplay *disp, __DRIimage *dri_image) dri2_create_image_from_dri() argument
2282 dri2_create_image_khr_renderbuffer(_EGLDisplay *disp, _EGLContext *ctx, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr_renderbuffer() argument
2347 dri2_create_image_wayland_wl_buffer(_EGLDisplay *disp, _EGLContext *ctx, EGLClientBuffer _buffer, const EGLint *attr_list) dri2_create_image_wayland_wl_buffer() argument
2387 dri2_get_sync_values_chromium(_EGLDisplay *disp, _EGLSurface *surf, EGLuint64KHR *ust, EGLuint64KHR *msc, EGLuint64KHR *sbc) dri2_get_sync_values_chromium() argument
2411 dri2_create_image_khr_texture(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr_texture() argument
2496 dri2_query_surface(_EGLDisplay *disp, _EGLSurface *surf, EGLint attribute, EGLint *value) dri2_query_surface() argument
2506 dri2_create_wayland_buffer_from_image(_EGLDisplay *disp, _EGLImage *img) dri2_create_wayland_buffer_from_image() argument
2516 dri2_create_image_mesa_drm_buffer(_EGLDisplay *disp, _EGLContext *ctx, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_mesa_drm_buffer() argument
2783 dri2_query_dma_buf_formats(_EGLDisplay *disp, EGLint max, EGLint *formats, EGLint *count) dri2_query_dma_buf_formats() argument
2814 dri2_query_dma_buf_modifiers(_EGLDisplay *disp, EGLint format, EGLint max, EGLuint64KHR *modifiers, EGLBoolean *external_only, EGLint *count) dri2_query_dma_buf_modifiers() argument
2853 dri2_create_image_dma_buf(_EGLDisplay *disp, _EGLContext *ctx, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_dma_buf() argument
2964 dri2_create_drm_image_mesa(_EGLDisplay *disp, const EGLint *attr_list) dri2_create_drm_image_mesa() argument
3033 dri2_export_drm_image_mesa(_EGLDisplay *disp, _EGLImage *img, EGLint *name, EGLint *handle, EGLint *stride) dri2_export_drm_image_mesa() argument
3062 dri2_can_export_dma_buf_image(_EGLDisplay *disp, _EGLImage *img) dri2_can_export_dma_buf_image() argument
3077 dri2_export_dma_buf_image_query_mesa(_EGLDisplay *disp, _EGLImage *img, EGLint *fourcc, EGLint *nplanes, EGLuint64KHR *modifiers) dri2_export_dma_buf_image_query_mesa() argument
3119 dri2_export_dma_buf_image_mesa(_EGLDisplay *disp, _EGLImage *img, int *fds, EGLint *strides, EGLint *offsets) dri2_export_dma_buf_image_mesa() argument
3165 dri2_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attr_list) dri2_create_image_khr() argument
3197 dri2_destroy_image_khr(_EGLDisplay *disp, _EGLImage *image) dri2_destroy_image_khr() argument
3214 _EGLDisplay *disp = user_data; dri2_wl_reference_buffer() local
3257 _EGLDisplay *disp = user_data; dri2_wl_release_buffer() local
3264 dri2_bind_wayland_display_wl(_EGLDisplay *disp, struct wl_display *wl_dpy) dri2_bind_wayland_display_wl() argument
3312 dri2_unbind_wayland_display_wl(_EGLDisplay *disp, struct wl_display *wl_dpy) dri2_unbind_wayland_display_wl() argument
3326 dri2_query_wayland_buffer_wl(_EGLDisplay *disp, struct wl_resource *buffer_resource, EGLint attribute, EGLint *value) dri2_query_wayland_buffer_wl() argument
3385 dri2_create_sync(_EGLDisplay *disp, EGLenum type, const EGLAttrib *attrib_list) dri2_create_sync() argument
3485 dri2_destroy_sync(_EGLDisplay *disp, _EGLSync *sync) dri2_destroy_sync() argument
3514 dri2_dup_native_fence_fd(_EGLDisplay *disp, _EGLSync *sync) dri2_dup_native_fence_fd() argument
3541 dri2_set_blob_cache_funcs(_EGLDisplay *disp, EGLSetBlobFuncANDROID set, EGLGetBlobFuncANDROID get) dri2_set_blob_cache_funcs() argument
3552 dri2_client_wait_sync(_EGLDisplay *disp, _EGLSync *sync, EGLint flags, EGLTime timeout) dri2_client_wait_sync() argument
3644 dri2_signal_sync(_EGLDisplay *disp, _EGLSync *sync, EGLenum mode) dri2_signal_sync() argument
3669 dri2_server_wait_sync(_EGLDisplay *disp, _EGLSync *sync) dri2_server_wait_sync() argument
3682 dri2_interop_query_device_info(_EGLDisplay *disp, _EGLContext *ctx, struct mesa_glinterop_device_info *out) dri2_interop_query_device_info() argument
3695 dri2_interop_export_object(_EGLDisplay *disp, _EGLContext *ctx, struct mesa_glinterop_export_in *in, struct mesa_glinterop_export_out *out) dri2_interop_export_object() argument
[all...]
H A Dplatform_device.c119 dri2_device_create_surface(_EGLDisplay *disp, EGLint type, _EGLConfig *conf, in dri2_device_create_surface() argument
122 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in dri2_device_create_surface()
137 if (!dri2_init_surface(&dri2_surf->base, disp, type, conf, attrib_list, in dri2_device_create_surface()
164 device_destroy_surface(_EGLDisplay *disp, _EGLSurface *surf) in device_destroy_surface() argument
166 struct dri2_egl_display *dri2_dpy = dri2_egl_display(disp); in device_destroy_surface()
179 dri2_device_create_pbuffer_surface(_EGLDisplay *disp, _EGLConfig *conf, in dri2_device_create_pbuffer_surface() argument
182 return dri2_device_create_surface(disp, EGL_PBUFFER_BIT, conf, attrib_list); in dri2_device_create_pbuffer_surface()
239 device_get_fd(_EGLDisplay *disp, _EGLDevice *dev) in device_get_fd() argument
242 int fd = disp->Options.fd; in device_get_fd()
274 device_probe_device(_EGLDisplay *disp) in device_probe_device() argument
320 device_probe_device_sw(_EGLDisplay *disp) device_probe_device_sw() argument
341 dri2_initialize_device(_EGLDisplay *disp) dri2_initialize_device() argument
[all...]

Completed in 36 milliseconds

12345678910>>...22