Home
last modified time | relevance | path

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

/third_party/mesa3d/include/drm-uapi/
Ddrm_fourcc.h389 #define fourcc_mod_get_vendor(modifier) \ macro
393 (fourcc_mod_get_vendor(modifier) == DRM_FORMAT_MOD_VENDOR_## vendor)
/third_party/libdrm/
Dxf86drm.h957 #ifndef fourcc_mod_get_vendor
958 #define fourcc_mod_get_vendor(modifier) \ macro
Dxf86drm.c5071 uint8_t vendor = fourcc_mod_get_vendor(modifier); in drmGetFormatModifierVendor()
5095 uint8_t vendorid = fourcc_mod_get_vendor(modifier); in drmGetFormatModifierName()