Home
last modified time | relevance | path

Searched defs:drm_format_info (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h76304 struct drm_format_info { struct
76305 u32 format;
76306 u8 depth;
76307 u8 num_planes;
76308 union {
76312 u8 block_w[4];
76313 u8 block_h[4];
76314 u8 hsub;
76315 u8 vsub;
76316 bool has_alpha;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h85919 struct drm_format_info { struct
85920 u32 format;
85921 u8 depth;
85922 u8 num_planes;
85923 union {
85927 u8 block_w[4];
85928 u8 block_h[4];
85929 u8 hsub;
85930 u8 vsub;
85931 bool has_alpha;
[all …]