Searched refs:s3d_config (Results 1 – 3 of 3) sorted by relevance
326 if (IS_BIT_SET(attrib.s3d_config, (HWS3DMode)mode)) { in SetDisplayAttributes()598 SET_BIT(attrib->s3d_config, kS3DModeNone); in GetDisplayS3DSupport()625 SET_BIT(attrib->s3d_config, kS3DModeLR); in GetDisplayS3DSupport()626 SET_BIT(attrib->s3d_config, kS3DModeRL); in GetDisplayS3DSupport()628 SET_BIT(attrib->s3d_config, kS3DModeTB); in GetDisplayS3DSupport()630 SET_BIT(attrib->s3d_config, kS3DModeFP); in GetDisplayS3DSupport()
222 if (IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) { in GetBestConfig()229 if (!IS_BIT_SET(attrib[index].s3d_config, s3d_mode)) in GetBestConfig()
353 uint32_t s3d_config = 0; //!< Stores the bit mask of S3D modes member