Home
last modified time | relevance | path

Searched refs:m_intraRowstoreCache (Results 1 – 12 of 12) sorted by relevance

/external/intel-media-driver/media_driver/agnostic/gen9_bxt/hw/vdbox/
Dmhw_vdbox_mfx_g9_bxt.cpp52 if (m_intraRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
180 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()
183 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
/external/intel-media-driver/media_driver/agnostic/gen9_skl/hw/vdbox/
Dmhw_vdbox_mfx_g9_skl.cpp52 if (m_intraRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
186 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()
189 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
/external/intel-media-driver/media_driver/agnostic/gen9_kbl/hw/vdbox/
Dmhw_vdbox_mfx_g9_kbl.cpp52 if (m_intraRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
186 if (m_intraRowstoreCache.bEnabled) in AddMfxPipeBufAddrCmd()
189 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in AddMfxPipeBufAddrCmd()
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe2_HPM/hw/vdbox/
Dmhw_vdbox_mfx_impl_xe2_hpm.h171 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()
174 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/hw/vdbox/
Dmhw_vdbox_mfx_impl_xe2_lpm.h176 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()
179 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus/hw/vdbox/
Dmhw_vdbox_mfx_impl_xe_lpm_plus.h166 if (m_intraRowstoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()
169 cmd.DW13.IntraRowStoreScratchBufferBaseAddress = m_intraRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/
Dmhw_vdbox_mfx_g11_X.cpp104 m_intraRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
147 if (m_intraRowstoreCache.bSupported) in GetRowstoreCachingAddrs()
149 m_intraRowstoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
154m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()
158m_intraRowstoreCache.dwAddress = INTRAROWSTORE_FRAME_FIELD_BASEADDRESS_PICWIDTH_BETWEEN_2K_AND_3K; in GetRowstoreCachingAddrs()
165m_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()
177m_intraRowstoreCache.dwAddress = INTRAROWSTORE_MBAFF_BASEADDRESS_PICWIDTH_LESS_THAN_2K; in GetRowstoreCachingAddrs()
181 m_intraRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
[all …]
/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
Dmhw_vdbox_mfx_impl.h90m_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()
Dmhw_vdbox_mfx_itf.h189 vdbox::RowStoreCache m_intraRowstoreCache = {}; //!< Intra rowstore cache variable
/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/
Dmhw_vdbox_mfx_g9_X.h205 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 …]
/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
Dmhw_vdbox_mfx_g12_X.cpp47 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()
192m_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()
/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
Dmhw_vdbox_mfx_interface.h594 MHW_VDBOX_ROWSTORE_CACHE m_intraRowstoreCache = {}; //!< Intra rowstore cache variable
914 return m_intraRowstoreCache.bEnabled ? true : false; in IsIntraRowstoreCacheEnabled()