Searched refs:IS_AMD_FMT_MOD (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/common/
H A Dac_drm_fourcc.h40 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
H A Dac_surface.c100 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC, modifier);
105 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC_RETILE, modifier);
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_fourcc.h1268 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_fourcc.h1472 #define IS_AMD_FMT_MOD(val) (((val) >> 56) == DRM_FORMAT_MOD_VENDOR_AMD) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c1381 if (IS_AMD_FMT_MOD(modifier) && planes == 1) {

Completed in 13 milliseconds