Home
last modified time | relevance | path

Searched full:drivers (Results 1 – 25 of 2284) sorted by relevance

12345678910>>...92

/third_party/mesa3d/
Ddependency_inputs.gni2017 "./src/egl/drivers/wgl/egl_wgl.h",
2018 "./src/egl/drivers/wgl/egl_wgl.c",
2019 "./src/egl/drivers/dri2/platform_ohos.c",
2020 "./src/egl/drivers/dri2/platform_wayland.c",
2021 "./src/egl/drivers/dri2/platform_x11_dri3.h",
2022 "./src/egl/drivers/dri2/platform_x11.h",
2023 "./src/egl/drivers/dri2/egl_dri2.h",
2024 "./src/egl/drivers/dri2/egl_dri2.c",
2025 "./src/egl/drivers/dri2/platform_device.c",
2026 "./src/egl/drivers/dri2/platform_x11_dri3.c",
[all …]
D.mr-label-maker.yml159 '^src/egl/drivers/wgl/': ['wgl']
181 '^src/gallium/drivers/asahi/': ['asahi']
182 '^src/gallium/drivers/crocus/': ['crocus']
183 '^src/gallium/drivers/d3d12/': ['d3d12']
184 '^src/gallium/drivers/etnaviv/': ['etnaviv']
185 '^src/gallium/drivers/etnaviv/etnaviv_ml_.*': ['teflon']
186 '^src/gallium/drivers/freedreno/': ['freedreno']
187 '^src/gallium/drivers/grate/': ['tegra']
188 '^src/gallium/drivers/i915/': ['i915g']
189 '^src/gallium/drivers/iris/': ['iris']
[all …]
DCODEOWNERS59 /src/egl/drivers/dri2/platform_android.c @robh @tfiga
62 /src/egl/drivers/dri2/platform_device.c @xexaxo
66 /src/egl/drivers/dri2/platform_wayland.c @daniels @eric
82 /src/egl/drivers/haiku/ @kallisti5
111 # Drivers #
116 /src/gallium/drivers/asahi/ @alyssa
120 /src/gallium/drivers/v3d/ @itoral @chema @jasuarez
121 /src/gallium/drivers/vc4/ @itoral @chema @jasuarez
124 /src/gallium/drivers/freedreno/ @robclark
137 /src/gallium/drivers/iris/ @kwg @llandwerlin @gfxstrand @idr
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddrivers.mk13 ##### COMMON DRIVERS
17 DRV_OBJS += src/drivers/driver_wired.c
23 DRV_OBJS += src/drivers/driver_macsec_linux.c
30 DRV_OBJS += src/drivers/driver_wired_common.c
35 DRV_OBJS += src/drivers/driver_nl80211.c
36 DRV_OBJS += src/drivers/driver_nl80211_android.c
37 DRV_OBJS += src/drivers/driver_nl80211_capa.c
38 DRV_OBJS += src/drivers/driver_nl80211_event.c
39 DRV_OBJS += src/drivers/driver_nl80211_monitor.c
40 DRV_OBJS += src/drivers/driver_nl80211_scan.c
[all …]
Ddrivers.mak13 ##### COMMON DRIVERS
17 DRV_OBJS += ../src/drivers/driver_wired.o
23 DRV_OBJS += ../src/drivers/driver_macsec_linux.o
35 DRV_OBJS += ../src/drivers/driver_macsec_qca.o
40 DRV_OBJS += ../src/drivers/driver_wired_common.o
45 DRV_OBJS += ../src/drivers/driver_nl80211.o
46 DRV_OBJS += ../src/drivers/driver_nl80211_capa.o
47 DRV_OBJS += ../src/drivers/driver_nl80211_event.o
48 DRV_OBJS += ../src/drivers/driver_nl80211_monitor.o
49 DRV_OBJS += ../src/drivers/driver_nl80211_scan.o
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddrivers.mk13 ##### COMMON DRIVERS
17 DRV_OBJS += src/drivers/driver_wired.c
23 DRV_OBJS += src/drivers/driver_macsec_linux.c
30 DRV_OBJS += src/drivers/driver_wired_common.c
35 DRV_OBJS += src/drivers/driver_nl80211.c
36 DRV_OBJS += src/drivers/driver_nl80211_android.c
37 DRV_OBJS += src/drivers/driver_nl80211_capa.c
38 DRV_OBJS += src/drivers/driver_nl80211_event.c
39 DRV_OBJS += src/drivers/driver_nl80211_monitor.c
40 DRV_OBJS += src/drivers/driver_nl80211_scan.c
[all …]
Ddrivers.mak13 ##### COMMON DRIVERS
17 DRV_OBJS += ../src/drivers/driver_wired.o
23 DRV_OBJS += ../src/drivers/driver_macsec_linux.o
31 DRV_OBJS += ../src/drivers/driver_macsec_qca.o
36 DRV_OBJS += ../src/drivers/driver_wired_common.o
41 DRV_OBJS += ../src/drivers/driver_nl80211.o
42 DRV_OBJS += ../src/drivers/driver_nl80211_capa.o
43 DRV_OBJS += ../src/drivers/driver_nl80211_event.o
44 DRV_OBJS += ../src/drivers/driver_nl80211_monitor.o
45 DRV_OBJS += ../src/drivers/driver_nl80211_scan.o
[all …]
/third_party/libwebsockets/lib/drivers/
DCMakeLists.txt2 drivers/display/lws-display.c
3 drivers/display/ssd1306-i2c.c
4 drivers/display/ili9341-spi.c
5 drivers/i2c/lws-i2c.c
6 drivers/i2c/bitbang/lws-bb-i2c.c
7 drivers/spi/lws-spi.c
8 drivers/spi/bitbang/lws-bb-spi.c
9 drivers/button/lws-button.c
10 drivers/led/led-gpio.c
11 drivers/led/led-seq.c
[all …]
DREADME.md1 # lws meta-drivers
3 Although drivers in lws (enabled in cmake by `LWS_WITH_DRIVERS`) provide
4 actual drivers for some devices like I2C OLED controllers, their main job is
10 drivers intend to extend that agnosticism to user code.
20 LWS drivers provide a thin wrapper to eliminate the OS dependencies while
21 still taking advantage of the work, drivers and maintenance of the underlying
25 to use OS drivers or bitbang using the generic gpio object, buttons on top of
28 level are defined to use underlying OS native apis and drivers.
43 lws drivers.
/third_party/mesa3d/docs/
Dindex.rst11 A variety of device drivers allows the Mesa libraries to be used in many
82 :caption: Drivers
85 drivers/anv
86 drivers/asahi
87 drivers/d3d12
88 drivers/freedreno
89 drivers/lima
90 drivers/llvmpipe
91 drivers/nvk
92 drivers/panfrost
[all …]
Dsystems.rst1 Platforms and Drivers
7 software drivers.
12 Hardware drivers include:
21 <drivers/freedreno>`
22 - Broadcom VideoCore 4 and 5. See :doc:`VC4 <drivers/vc4>` and
23 :doc:`V3D <drivers/v3d>`
24 - ARM Mali Utgard. See :doc:`Lima <drivers/lima>`
25 - ARM Mali Midgard, Bifrost. See :doc:`Panfrost <drivers/panfrost>`
32 - :doc:`D3D12 <drivers/d3d12>` - driver providing OpenGL on top of
34 - :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU
[all …]
Dfeatures.txt6 All the extensions are done for the given list of drivers.
13 The extension is done for Mesa and all the drivers in the "all DONE" list.
16 The extension is done for Mesa, all the drivers in the "all DONE" list, and
17 all the drivers in the brackets.
27 Some drivers do not support the Compatibility profile or the
29 specific version without the forward-compatiblity flag, such drivers
50 GL_ARB_half_float_pixel DONE (all drivers)
55 …GL_EXT_texture_compression_rgtc DONE (all drivers that support GL_EXT_textur…
103 GL_ARB_explicit_attrib_location DONE (all drivers that support GLSL)
105 GL_ARB_sampler_objects DONE (all drivers)
[all …]
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_LUNARG_direct_driver_loading.adoc11 Adds an extension that allows applications to provide drivers to the loader during
21 drivers, they all suffer from various shortcomings. A non comprehensive list is
48 of structures which contain the information needed by the loader to load the drivers.
50 bypassing the loaders need to use the systems dynamic linker to load the drivers functions.
52 The extension also allows applications to use provided drivers exclusively, so that no
53 drivers found on the system are loaded.
88 only the drivers they provide or include the drivers they provide with all of
89 the drivers the Vulkan Loader finds on the system.
93 list of application provided drivers, to combine the driver's extensions with
94 the extensions supported by the drivers and implicit layers on the system. As a
[all …]
DVK_MSFT_layered_driver.adoc18 possible to have multiple Vulkan drivers that provide support for the same
24 On a system where a physical device has two possible drivers, the sort
26 should place any native/un-layered drivers sorted-before any layered
27 drivers, as it should be expected that native drivers will provide more
32 case where you have multiple "`native`" drivers for a single physical device.
34 between drivers is non-obvious.
39 * Special-casing well-known layered drivers in the Vulkan loader.
40 * Extending the Loader-ICD interface to identify layered drivers.
41 * Providing an extension to allow layered drivers to self-identify.
65 Layered drivers should implement this extension. The Vulkan loader can then
/third_party/mesa3d/docs/_extra/
D_redirects1 /drivers/vmware-guest.html /drivers/svga3d.html 301
2 /gallium/drivers/freedreno.html /drivers/freedreno.html 301
3 /gallium/drivers/freedreno/ir3-notes.html /drivers/freedreno/ir3-notes.html 301
4 /gallium/drivers/llvmpipe.html /drivers/llvmpipe.html 301
5 /gallium/drivers/zink.html /drivers/zink.html 301
6 /llvmpipe.html /drivers/llvmpipe.html 301
9 /vmware-guest.html /drivers/vmware-guest.html 301
/third_party/mesa3d/src/gallium/
Dmeson.build26 inc_gallium_drivers = include_directories('drivers')
53 subdir('drivers/softpipe')
58 subdir('drivers/llvmpipe')
76 subdir('drivers/asahi')
84 subdir('drivers/r300')
89 subdir('drivers/r600')
95 subdir('drivers/radeonsi')
101 subdir('drivers/nouveau')
107 subdir('drivers/freedreno')
113 subdir('drivers/vc4')
[all …]
/third_party/mesa3d/docs/relnotes/
D7.6.rst10 Some drivers don't support all the features required in OpenGL 2.1.
36 extensions (supported in Gallium drivers, Intel DRI drivers, and
37 software drivers)
38 - GL_ARB_copy_buffer extension (supported in Gallium drivers, Intel DRI
39 drivers, and software drivers)
40 - GL_ARB_map_buffer_range extension (supported in Gallium drivers,
41 Intel DRI drivers, and software drivers)
42 - GL_ARB_seamless_cube_map extension (supported in software drivers and
43 i965 drivers)
45 - GL_ARB_sync (supported in software drivers and Intel DRI drivers)
[all …]
D8.0.rst10 Some drivers don't support all the features required in OpenGL 3.0.
30 - GL_ARB_texture_storage (gallium drivers and swrast)
34 - GL_NV_fog_distance (all gallium drivers, nouveau classic)
36 - GL_OES_EGL_image_external (gallium drivers)
47 - Removed all DRI drivers that did not support DRI2. Specifically,
52 drivers.
59 - Removed the classic Mesa r300 and r600 drivers, which are superseded
60 by the gallium drivers for this hardware.
61 - Removed the dead Gallium i965, cell and failover drivers, which were
/third_party/skia/third_party/externals/angle2/include/platform/
DFeaturesGL.h26 // section 2.1.2 of the OpenGL ES 2.0.25 spec). This issue only shows up on AMD drivers on
33 // On some older Intel drivers, GL_RGBA4 is not color renderable, glCheckFramebufferStatus
44 // When clearing a framebuffer on Intel or AMD drivers, when GL_FRAMEBUFFER_SRGB is enabled, the
73 // (NVIDIA) drivers. It was found that enabling GL_DEBUG_OUTPUT_SYNCHRONOUS before the finish
120 // When uploading textures from an unpack buffer, some drivers count an extra row padding when
134 "When uploading textures from an unpack buffer, some drivers count an extra row padding",
140 "When uploading textures from an pack buffer, some drivers count an extra row padding",
143 // On some Intel drivers, using isnan() on highp float will get wrong answer. To work around
170 // On NVIDIA drivers, atan(y, x) may return a wrong answer.
176 // Some drivers seem to forget about UBO bindings when using program binaries. Work around
[all …]
/third_party/cups/man/
Dlpinfo.813 lpinfo \- show available devices or drivers (deprecated)
62 \fBlpinfo\fR lists the available devices or drivers known to the CUPS server.
63 The first form (\fI-m\fR) lists the available drivers, while the second form (\fI-v\fR) lists the a…
75 Shows a "long" listing of devices or drivers.
78 Specifies the IEEE-1284 device ID to match when listing drivers with the \fI\-m\fR option.
89 Specifies the language to match when listing drivers with the \fI\-m\fR option.
92 Specifies the make and model to match when listing drivers with the \fI\-m\fR option.
95 Specifies the product to match when listing drivers with the \fI\-m\fR option.
108 List all drivers:
114 List drivers matching "HP LaserJet":
[all …]
/third_party/mbedtls/tests/include/test/drivers/
Dtest_driver.h33 #include "test/drivers/aead.h"
34 #include "test/drivers/cipher.h"
35 #include "test/drivers/hash.h"
36 #include "test/drivers/mac.h"
37 #include "test/drivers/key_management.h"
38 #include "test/drivers/signature.h"
39 #include "test/drivers/asymmetric_encryption.h"
40 #include "test/drivers/key_agreement.h"
41 #include "test/drivers/pake.h"
/third_party/vulkan-loader/docs/
DLoaderDriverInterface.md42 - [Using Pre-Production ICDs or Software Drivers](#using-pre-production-icds-or-software-drivers)
60 …- [Version Negotiation Between the Loader and Drivers](#version-negotiation-between-the-loader-and…
61 - [Interfacing With Legacy Drivers or Loaders](#interfacing-with-legacy-drivers-or-loaders)
76 - [Requirements of Well-Behaved Drivers](#requirements-of-well-behaved-drivers)
88 identify various behavior associated with drivers, this is purely
91 Granted, the majority of drivers to this date are ICD drivers
96 Vulkan allows multiple drivers each with one or more devices
98 The loader is responsible for discovering available Vulkan drivers on
100 Given a list of available drivers, the loader can enumerate all the
103 The process in which the loader discovers the available drivers on a
[all …]
/third_party/NuttX/
DNuttX.gni29 # Nuttx/drivers source files
31 "//third_party/NuttX/drivers/bch/bchdev_driver.c",
32 "//third_party/NuttX/drivers/bch/bchdev_register.c",
33 "//third_party/NuttX/drivers/bch/bchdev_unregister.c",
34 "//third_party/NuttX/drivers/bch/bchlib_cache.c",
35 "//third_party/NuttX/drivers/bch/bchlib_read.c",
36 "//third_party/NuttX/drivers/bch/bchlib_sem.c",
37 "//third_party/NuttX/drivers/bch/bchlib_setup.c",
38 "//third_party/NuttX/drivers/bch/bchlib_teardown.c",
39 "//third_party/NuttX/drivers/bch/bchlib_write.c",
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/
DPR25409-librte_bus_dpaa.so.20.0.abi117 …<abi-instr address-size='64' path='../../dpdk/drivers/bus/dpaa/base/fman/fman.c' comp-dir-path='/h…
121 …<typedef-decl name='u16' type-id='type-id-6' filepath='../../dpdk/drivers/common/dpaax/compat.h' l…
122 …<typedef-decl name='u32' type-id='type-id-8' filepath='../../dpdk/drivers/common/dpaax/compat.h' l…
127 …-7' mangled-name='fman_ip_rev' visibility='default' filepath='../../dpdk/drivers/bus/dpaa/base/fma…
128 …me='fman_dealloc_bufs_mask_hi' visibility='default' filepath='../../dpdk/drivers/bus/dpaa/base/fma…
129 …me='fman_dealloc_bufs_mask_lo' visibility='default' filepath='../../dpdk/drivers/bus/dpaa/base/fma…
130 …angled-name='fman_ccsr_map_fd' visibility='default' filepath='../../dpdk/drivers/bus/dpaa/base/fma…
132 …<abi-instr address-size='64' path='../../dpdk/drivers/bus/dpaa/base/fman/fman_hw.c' comp-dir-path=…
134 …<enum-decl name='fman_mac_type' filepath='../../dpdk/drivers/bus/dpaa/include/fman.h' line='71' co…
140 …-in-bits='576' is-struct='yes' visibility='default' filepath='../../dpdk/drivers/bus/dpaa/include/…
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/
DCMakeLists.txt12 include_directories(src/drivers)
33 include_directories(../../../drivers/peripheral/wlan/client)
335 src/drivers/android_drv.h
336 src/drivers/driver.h
337 src/drivers/driver_atheros.c
338 src/drivers/driver_bsd.c
339 src/drivers/driver_common.c
340 src/drivers/driver_hostap.c
341 src/drivers/driver_hostap.h
342 src/drivers/driver_macsec_linux.c
[all …]

12345678910>>...92