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

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A DMakefile.am92 drm_fourcc.h
103 drm_fourcc.h
H A DMakefile.in72 @DRI_TRUE@ drm_fourcc.h
83 @DRI_FALSE@ drm_fourcc.h
136 via_xvmc.h drm_fourcc.h
/xsrc/external/mit/xorg-server/dist/dri3/
H A Ddri3.c25 #include <drm_fourcc.h>
H A Ddri3_screen.c28 #include <drm_fourcc.h>
H A Ddri3_request.c29 #include <drm_fourcc.h>
/xsrc/external/mit/libdrm/dist/
H A DREADME.rst23 the simpler ones being extracted automatically from `drm_fourcc.h` header file
31 creates a static table, by going over `drm_fourcc.h` header file. The script
H A Dxf86drmMode.c54 #include <drm_fourcc.h>
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_android.c40 #include <drm-uapi/drm_fourcc.h>
197 int drm_fourcc = 0; local in function:get_yuv_buffer_info
229 drm_fourcc = get_fourcc_yuv(buf->format, chroma_order, ycbcr.chroma_step);
230 if (drm_fourcc == -1) {
239 .drm_fourcc = drm_fourcc,
294 int drm_fourcc = 0; local in function:native_window_buffer_get_buffer_info
322 drm_fourcc = get_fourcc(buf->format);
323 if (drm_fourcc == -1) {
337 .drm_fourcc
367 uint32_t drm_fourcc; member in struct:cros_gralloc0_buffer_info
[all...]
H A Dplatform_android.h127 uint32_t drm_fourcc; member in struct:buffer_info
H A Dplatform_android_mapper.cpp115 auto status = android::gralloc4::decodePixelFormatFourCC(encoded_format, &buf_info.drm_fourcc);
/xsrc/external/mit/libdrm/dist/tests/util/
H A Dformat.c30 #include <drm_fourcc.h>
H A Dpattern.c32 #include <drm_fourcc.h>
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c19 #include "drm-uapi/drm_fourcc.h"
226 uint32_t drm_fourcc; member in struct:cros_gralloc0_buffer_info
235 uint32_t drm_fourcc; member in struct:vn_android_gralloc_buffer_properties
283 out_props->drm_fourcc = info.drm_fourcc;
741 format = vn_android_drm_format_to_vk_format(buf_props.drm_fourcc);
743 vn_log(dev->instance, "Unknown drm_fourcc(%u) from AHB format(0x%X)",
744 buf_props.drm_fourcc, desc.format);
770 vn_android_drm_format_is_yuv(buf_props.drm_fourcc)
777 .externalFormat = buf_props.drm_fourcc,
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c38 #include "drm-uapi/drm_fourcc.h"
184 uint32_t drm_fourcc; member in struct:cros_gralloc0_buffer_info
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c42 #include <drm_fourcc.h>
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_image.c29 #include <drm-uapi/drm_fourcc.h>
/xsrc/external/mit/libdrm/dist/tests/exynos/
H A Dexynos_fimg2d_test.c37 #include <drm_fourcc.h>
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl.c43 #include <drm_fourcc.h>
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
H A Ddrmmode_display.c46 #include <drm_fourcc.h>
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.3.0.rst1109 - uapi: Update drm_fourcc.h
2376 - radeonsi: include drm_fourcc.h to fix the build
H A D19.0.0.rst1027 - freedreno: drm_fourcc.h header include
H A D21.1.0.rst2582 - amd: Hide drm_fourcc.h on Windows
4613 - drm-uapi: Update drm_fourcc.h for new TGL modifier
H A D21.2.0.rst2877 - ac/surface: Move drm_fourcc.h to common header
5231 - venus: use the mesa "drm-uapi/drm_fourcc.h" header
H A D21.0.0.rst511 - radv: Use internal drm_fourcc.h
H A D21.3.0.rst4007 - vulkan/wsi/wayland: use drm_fourcc.h for formats

Completed in 77 milliseconds