Searched refs:fourcc_mod_code (Results 1 – 2 of 2) sorted by relevance
| /external/kernel-headers/original/uapi/drm/ |
| D | drm_fourcc.h | 160 #define fourcc_mod_code(vendor, val) \ macro 185 #define I915_FORMAT_MOD_X_TILED fourcc_mod_code(INTEL, 1) 200 #define I915_FORMAT_MOD_Y_TILED fourcc_mod_code(INTEL, 2) 215 #define I915_FORMAT_MOD_Yf_TILED fourcc_mod_code(INTEL, 3) 230 #define DRM_FORMAT_MOD_SAMSUNG_64_32_TILE fourcc_mod_code(SAMSUNG, 1)
|
| /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)
|