Home
last modified time | relevance | path

Searched refs:fourcc_mod_code (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/drm/
Ddrm_fourcc.h111 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | (val & 0x0… macro
112 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1)
114 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2)
115 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3)
116 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1)