Searched refs:drivers (Results 1 – 25 of 873) sorted by relevance
12345678910>>...35
1151 ../src/egl/drivers/dri2/egl_dri2.c1152 ../src/egl/drivers/dri2/egl_dri2.h1153 ../src/egl/drivers/dri2/platform_android.c1154 ../src/egl/drivers/dri2/platform_android.h1155 ../src/egl/drivers/dri2/platform_android_mapper.cpp1156 ../src/egl/drivers/dri2/platform_device.c1157 ../src/egl/drivers/dri2/platform_drm.c1158 ../src/egl/drivers/dri2/platform_ohos.c1159 ../src/egl/drivers/dri2/platform_ohos.h1160 ../src/egl/drivers/dri2/platform_surfaceless.c[all …]
2 drivers/display/lws-display.c3 drivers/display/ssd1306-i2c.c4 drivers/display/ili9341-spi.c5 drivers/i2c/lws-i2c.c6 drivers/i2c/bitbang/lws-bb-i2c.c7 drivers/spi/lws-spi.c8 drivers/spi/bitbang/lws-bb-spi.c9 drivers/button/lws-button.c10 drivers/led/led-gpio.c11 drivers/led/led-seq.c[all …]
1 # lws meta-drivers3 Although drivers in lws (enabled in cmake by `LWS_WITH_DRIVERS`) provide4 actual drivers for some devices like I2C OLED controllers, their main job is10 drivers intend to extend that agnosticism to user code.20 LWS drivers provide a thin wrapper to eliminate the OS dependencies while21 still taking advantage of the work, drivers and maintenance of the underlying25 to use OS drivers or bitbang using the generic gpio object, buttons on top of28 level are defined to use underlying OS native apis and drivers.43 lws drivers.
17 DRV_OBJS += src/drivers/driver_wired.c23 DRV_OBJS += src/drivers/driver_macsec_linux.c30 DRV_OBJS += src/drivers/driver_wired_common.c35 DRV_OBJS += src/drivers/driver_nl80211.c36 DRV_OBJS += src/drivers/driver_nl80211_android.c37 DRV_OBJS += src/drivers/driver_nl80211_capa.c38 DRV_OBJS += src/drivers/driver_nl80211_event.c39 DRV_OBJS += src/drivers/driver_nl80211_monitor.c40 DRV_OBJS += src/drivers/driver_nl80211_scan.c61 DRV_OBJS += src/drivers/driver_bsd.c[all …]
17 DRV_OBJS += ../src/drivers/driver_wired.o23 DRV_OBJS += ../src/drivers/driver_macsec_linux.o35 DRV_OBJS += ../src/drivers/driver_macsec_qca.o40 DRV_OBJS += ../src/drivers/driver_wired_common.o45 DRV_OBJS += ../src/drivers/driver_nl80211.o46 DRV_OBJS += ../src/drivers/driver_nl80211_capa.o47 DRV_OBJS += ../src/drivers/driver_nl80211_event.o48 DRV_OBJS += ../src/drivers/driver_nl80211_monitor.o49 DRV_OBJS += ../src/drivers/driver_nl80211_scan.o67 DRV_OBJS += ../src/drivers/driver_bsd.o[all …]
17 DRV_OBJS += src/drivers/driver_wired.c23 DRV_OBJS += src/drivers/driver_macsec_linux.c30 DRV_OBJS += src/drivers/driver_wired_common.c35 DRV_OBJS += src/drivers/driver_nl80211.c36 DRV_OBJS += src/drivers/driver_nl80211_android.c37 DRV_OBJS += src/drivers/driver_nl80211_capa.c38 DRV_OBJS += src/drivers/driver_nl80211_event.c39 DRV_OBJS += src/drivers/driver_nl80211_monitor.c40 DRV_OBJS += src/drivers/driver_nl80211_scan.c58 DRV_OBJS += src/drivers/driver_bsd.c[all …]
17 DRV_OBJS += ../src/drivers/driver_wired.o23 DRV_OBJS += ../src/drivers/driver_macsec_linux.o31 DRV_OBJS += ../src/drivers/driver_macsec_qca.o36 DRV_OBJS += ../src/drivers/driver_wired_common.o41 DRV_OBJS += ../src/drivers/driver_nl80211.o42 DRV_OBJS += ../src/drivers/driver_nl80211_capa.o43 DRV_OBJS += ../src/drivers/driver_nl80211_event.o44 DRV_OBJS += ../src/drivers/driver_nl80211_monitor.o45 DRV_OBJS += ../src/drivers/driver_nl80211_scan.o63 DRV_OBJS += ../src/drivers/driver_bsd.o[all …]
10 Some drivers don't support all the features required in OpenGL 2.1.36 extensions (supported in Gallium drivers, Intel DRI drivers, and37 software drivers)38 - GL_ARB_copy_buffer extension (supported in Gallium drivers, Intel DRI39 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 and43 i965 drivers)45 - GL_ARB_sync (supported in software drivers and Intel DRI drivers)[all …]
10 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 superseded60 by the gallium drivers for this hardware.61 - Removed the dead Gallium i965, cell and failover drivers, which were
14 Some drivers don't support all the features required in OpenGL 2.1.44 API-independent 3D drivers. Gallium3D is intended for GPUs that fully45 support vertex/fragment shaders. The Gallium3D drivers currently55 these drivers are incomplete and still under development.59 - GL_ARB_framebuffer_object extension (software drivers, i965 driver)63 - GL_EXT_vertex_array_bgra extension (software drivers, i965 driver)64 - GL_NV_texture_env_combine4 extension (software drivers, i965/i91565 drivers)66 - GL_EXT_texture_swizzle extension (software drivers, i965 driver)
7 software drivers.12 Hardware drivers include:21 <drivers/freedreno>`22 - Broadcom VideoCore 4 and 5. See :doc:`VC4 <drivers/vc4>` and23 :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 of34 - :doc:`SVGA3D <drivers/svga3d>` - driver for VMware virtual GPU37 - :doc:`Zink <drivers/zink>` - driver providing OpenGL on top of[all …]
11 A variety of device drivers allows the Mesa libraries to be used in many86 drivers/d3d1287 drivers/freedreno88 drivers/lima89 drivers/llvmpipe90 drivers/openswr91 drivers/panfrost92 drivers/svga3d93 drivers/v3d94 drivers/vc4[all …]
6 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, and17 all the drivers in the brackets.27 Some drivers do not support the Compatibility profile or the29 specific version without the forward-compatiblity flag, such drivers50 GL_ARB_half_float_pixel DONE (all drivers)103 GL_ARB_explicit_attrib_location DONE (all drivers that support GLSL)105 GL_ARB_sampler_objects DONE (all drivers)147 GL_ARB_separate_shader_objects DONE (all drivers)[all …]
30 - **drivers** - EGL drivers59 - **drivers** - Mesa drivers (not used with Gallium)61 - **common** - code which may be shared by all drivers62 - **dri** - Direct Rendering Infrastructure drivers64 - **common** - code shared by all DRI drivers83 directory may be moved to src/mesa/drivers/gallium at some93 - **tnl_dd** - TNL code for device drivers. (not used with109 - **drivers** - Gallium3D device drivers122 drivers.138 out redundant state changes between frontends and drivers.[all …]
22 inc_gallium_drivers = include_directories('drivers')49 subdir('drivers/swr')54 subdir('drivers/softpipe')56 subdir('drivers/llvmpipe')62 subdir('drivers/asahi')70 subdir('drivers/r300')75 subdir('drivers/r600')81 subdir('drivers/radeonsi')87 subdir('drivers/nouveau')93 subdir('drivers/freedreno')[all …]
59 /src/egl/drivers/dri2/platform_android.c @robh @tfiga62 /src/egl/drivers/dri2/platform_device.c @evelikov66 /src/egl/drivers/dri2/platform_wayland.c @daniels @eric83 /src/egl/drivers/haiku/ @kallisti5107 /src/gallium/drivers/asahi/ @alyssa110 /src/gallium/drivers/freedreno/ @robclark117 /src/gallium/drivers/iris/ @kwg @llandwerlin @jekstrand @idr118 /src/gallium/drivers/i915/ @anholt119 /src/mesa/drivers/dri/i965/ @kwg @llandwerlin @jekstrand @idr124 /src/gallium/drivers/d3d12/ @jenatali[all …]
36 CFLAGS += -I$(abspath ../src/drivers)40 CFLAGS += -I$(abspath ../../../../drivers/framework/include)41 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)42 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)43 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)45 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)46 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)47 CFLAGS += -I$(abspath ../../../../drivers/framework/core//adapter/syscall/include)48 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)49 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
42 CFLAGS += -I$(abspath ../src/drivers)46 CFLAGS += -I$(abspath ../../../../drivers/framework/include)47 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)48 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)49 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)51 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)52 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)53 CFLAGS += -I$(abspath ../../../../drivers/framework/core//adapter/syscall/include)54 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)55 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
49 CFLAGS += -I$(abspath ../src/drivers)52 CFLAGS += -I$(abspath ../../../../drivers/framework/include)53 CFLAGS += -I$(abspath ../../../../drivers/framework/include/utils)54 CFLAGS += -I$(abspath ../../../../drivers/framework/utils/include)55 CFLAGS += -I$(abspath ../../../../drivers/framework/include/osal)56 CFLAGS += -I$(abspath ../../../../drivers/framework/ability/sbuf/include)57 CFLAGS += -I$(abspath ../../../../drivers/framework/core/shared/include)58 CFLAGS += -I$(abspath ../../../../drivers/framework/include/core)59 CFLAGS += -I$(abspath ../../../../drivers/framework/core/adapter/syscall/include)61 CFLAGS += -I$(abspath ../../../../drivers/peripheral/wlan/client/include)
29 # Nuttx/drivers source files31 "//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 …]
22 inc_egl_dri2 = include_directories('drivers/dri2')90 'drivers/dri2/egl_dri2.c',91 'drivers/dri2/egl_dri2.h',98 'drivers/dri2/platform_device.c',99 'drivers/dri2/platform_surfaceless.c',102 files_egl += files('drivers/dri2/platform_x11.c')104 files_egl += files('drivers/dri2/platform_x11_dri3.c')110 files_egl += files('drivers/dri2/platform_drm.c')118 files_egl += files('drivers/dri2/platform_wayland.c')128 files_egl += files('drivers/dri2/platform_android.c')[all …]
6 ls /lib/modules/$kernel/kernel/drivers/scsi | grep scsi_debug > /dev/null 2>&177 echo 1 > /sys/bus/pseudo/drivers/scsi_debug/add_host78 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)87 echo -2 > /sys/bus/pseudo/drivers/scsi_debug/add_host88 num_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)117 max_luns=$(cat /sys/bus/pseudo/drivers/scsi_debug/max_luns)118 add_host=$(cat /sys/bus/pseudo/drivers/scsi_debug/add_host)119 num_tgts=$(cat /sys/bus/pseudo/drivers/scsi_debug/num_tgts)
33 } drivers[] = { variable41 for (i = 0; i < ARRAY_SIZE(drivers); ++i) { in D3DAdapter9GetProc()42 if (strcmp(name, drivers[i].name) == 0) { in D3DAdapter9GetProc()43 return drivers[i].desc; in D3DAdapter9GetProc()
12 include_directories(src/drivers)33 include_directories(../../../drivers/peripheral/wlan/client)335 src/drivers/android_drv.h336 src/drivers/driver.h337 src/drivers/driver_atheros.c338 src/drivers/driver_bsd.c339 src/drivers/driver_common.c340 src/drivers/driver_hostap.c341 src/drivers/driver_hostap.h342 src/drivers/driver_macsec_linux.c[all …]