Searched refs:fourcc_mod_code (Results 1 – 1 of 1) sorted by relevance
| /bionic/libc/kernel/uapi/drm/ |
| D | drm_fourcc.h | 118 #define fourcc_mod_code(vendor,val) ((((__u64) DRM_FORMAT_MOD_VENDOR_ ##vendor) << 56) | ((val) & 0… macro 119 #define DRM_FORMAT_MOD_INVALID fourcc_mod_code(NONE, DRM_FORMAT_RESERVED) 120 #define DRM_FORMAT_MOD_LINEAR fourcc_mod_code(NONE, 0) 121 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 122 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 123 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 124 #define I915_FORMAT_MOD_Y_TILED_CCS fourcc_mod_code(INTEL, 4) 125 #define I915_FORMAT_MOD_Yf_TILED_CCS fourcc_mod_code(INTEL, 5) 126 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1) 127 #define DRM_FORMAT_MOD_SAMSUNG_16_16_TILE fourcc_mod_code(SAMSUNG, 2) [all …]
|