Home
last modified time | relevance | path

Searched defs:fourcc_code (Results 1 – 25 of 57) sorted by relevance

123

/dports/x11-drivers/xf86-video-openchrome/xf86-video-openchrome-0.6.0/src/
H A Ddrm_fourcc.h29 #define fourcc_code(a,b,c,d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/uapi/drm/
H A Ddrm_fourcc.h29 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/misc/seabios/seabios-1.14.0/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/vgasrc/
H A Dramfb.c104 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/vgasrc/
H A Dramfb.c98 #define fourcc_code(a, b, c, d) ((u32)(a) | ((u32)(b) << 8) | \ macro
/dports/devel/efl/efl-1.25.1/src/static_libs/libdrm/
H A Ddrm_fourcc.h29 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/www/wpebackend-fdo/wpebackend-fdo-1.12.0/src/linux-dmabuf/
H A Ddrm_fourcc.h33 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
/dports/x11-wm/plasma5-kwin/kwin-5.23.5/src/platformsupport/scenes/opengl/
H A Ddrm_fourcc.h44 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/extern/
H A Ddrm_fourcc.h37 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Ddrm_fourcc.h22 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Ddrm_fourcc.h20 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | ((__u32)(c) << 16) | ((__u32)(d) … macro
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/standard-headers/drm/
H A Ddrm_fourcc.h32 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/third_party/uapi/dg1/drm/
H A Ddrm_fourcc.h69 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ macro
/dports/emulators/qemu42/qemu-4.2.1/include/standard-headers/drm/
H A Ddrm_fourcc.h68 #define fourcc_code(a, b, c, d) ((uint32_t)(a) | ((uint32_t)(b) << 8) | \ macro

123