Searched refs:fourcc_mod_code (Results 1 – 2 of 2) sorted by relevance
/external/libdrm/include/drm/ |
D | drm_fourcc.h | 151 #define fourcc_mod_code(vendor, val) \ macro 176 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 191 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 206 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 221 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1)
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_fourcc.h | 164 #define fourcc_mod_code(vendor, val) \ macro 189 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 204 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 219 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 234 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1)
|