Searched refs:m_intraRowstoreCache (Results 1 – 12 of 12) sorted by relevance
52 if (m_intraRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()180 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()183 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
52 if (m_intraRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()186 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()189 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
171 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()174 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
176 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()179 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
166 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()169 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
104 m_intraRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()147 if (m_intraRowstoreCache.bSupported) in GetRowstoreCachingAddrs()149 m_intraRowstoreCache.bEnabled = true; in GetRowstoreCachingAddrs()154 … m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()158 … m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_BETWEEN_2K_AND_3K; in GetRowstoreCachingAddrs()165 … m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_BETWEEN_3K_AND_4K; in GetRowstoreCachingAddrs()169 m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()170 m_intraRowstoreCache.bEnabled = false; in GetRowstoreCachingAddrs()177 … m_intraRowstoreCache.dwAddress = INTRAROWSTORE_MBAFF_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()181 m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()[all …]
90 … m_intraRowstoreCache.enabled = m_intraRowstoreCache.supported && widthLE4K && (avc || vp8); in GetRowstoreCachingAddrs()91 if (m_intraRowstoreCache.enabled) in GetRowstoreCachingAddrs()93 m_intraRowstoreCache.dwAddress = avc ? (mbaffOrField ? AVC_IP_ROWSTORE_BASEADDRESS_MBAFF in GetRowstoreCachingAddrs()99 m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()243 return m_intraRowstoreCache.enabled; in IsIntraRowstoreCacheEnabled()422 if (m_intraRowstoreCache.enabled || in ~Impl()469 m_intraRowstoreCache.supported = true; in InitRowstoreUserFeatureSettings()477 m_intraRowstoreCache.supported = !(outValue.Get<bool>()); in InitRowstoreUserFeatureSettings()
189 vdbox::RowStoreCache m_intraRowstoreCache = {}; //!< Intra rowstore cache variable
205 this->m_intraRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()248 if (this->m_intraRowstoreCache.bSupported) in GetRowstoreCachingAddrs()250 this->m_intraRowstoreCache.bEnabled = true; in GetRowstoreCachingAddrs()255 …this->m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()260 …this->m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_BETWEEN_2K_A… in GetRowstoreCachingAddrs()267 …this->m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_BETWEEN_3K_A… in GetRowstoreCachingAddrs()271 this->m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()272 this->m_intraRowstoreCache.bEnabled = false; in GetRowstoreCachingAddrs()279 … this->m_intraRowstoreCache.dwAddress = INTRAROWSTORE_MBAFF_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()283 this->m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()[all …]
47 if (m_intraRowstoreCache.bEnabled || in ~MhwVdboxMfxInterfaceG12()133 m_intraRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()189 m_intraRowstoreCache.bEnabled = m_intraRowstoreCache.bSupported && widthLE4K && (avc || vp8); in GetRowstoreCachingAddrs()190 m_intraRowstoreCache.dwAddress = avc ? (mbaffOrField ? GEN12_AVC_IP_ROWSTORE_BASEADDRESS_MBAFF in GetRowstoreCachingAddrs()192 …m_intraRowstoreCache.dwAddress = m_intraRowstoreCache.bEnabled ? m_intraRowstoreCache.dwAddress : … in GetRowstoreCachingAddrs()925 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()928 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
594 MHW_VDBOX_ROWSTORE_CACHE m_intraRowstoreCache = {}; //!< Intra rowstore cache variable914 return m_intraRowstoreCache.bEnabled ? true : false; in IsIntraRowstoreCacheEnabled()