Home
last modified time | relevance | path

Searched refs:m_bsdMpcRowstoreCache (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_mfx_impl.h82m_bsdMpcRowstoreCache.enabled = m_bsdMpcRowstoreCache.supported && widthLE4K && (avc || vp8); in GetRowstoreCachingAddrs()
83m_bsdMpcRowstoreCache.dwAddress = m_bsdMpcRowstoreCache.enabled ? BSDMPCROWSTORE_BASEADDRESS : 0; in GetRowstoreCachingAddrs()
248 return m_bsdMpcRowstoreCache.enabled; in IsBsdMpcRowstoreCacheEnabled()
424 m_bsdMpcRowstoreCache.enabled || in ~Impl()
493 m_bsdMpcRowstoreCache.supported = true; in InitRowstoreUserFeatureSettings()
501 m_bsdMpcRowstoreCache.supported = !(outValue.Get<bool>()); in InitRowstoreUserFeatureSettings()
698 if (m_bsdMpcRowstoreCache.enabled) // mbaff and non mbaff mode for all resolutions in _MHW_SETCMD_OVERRIDE_DECL()
701 … cmd.DW1.BsdMpcRowStoreScratchBufferBaseAddressReadWrite = m_bsdMpcRowstoreCache.dwAddress; in _MHW_SETCMD_OVERRIDE_DECL()
H A Dmhw_vdbox_mfx_itf.h191 vdbox::RowStoreCache m_bsdMpcRowstoreCache = {}; //!< BSD/MPC row store cache variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/
H A Dmhw_vdbox_mfx_g11_X.cpp124 m_bsdMpcRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
201 …if (m_bsdMpcRowstoreCache.bSupported && rowstoreParams->dwPicWidth < MHW_VDBOX_PICWIDTH_4K) … in GetRowstoreCachingAddrs()
203 m_bsdMpcRowstoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
204 m_bsdMpcRowstoreCache.dwAddress = BSDMPCROWSTORE_BASEADDRESS; in GetRowstoreCachingAddrs()
208 m_bsdMpcRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
209 m_bsdMpcRowstoreCache.bEnabled = false; in GetRowstoreCachingAddrs()
836 m_bsdMpcRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
1297 if (m_bsdMpcRowstoreCache.bEnabled) // mbaff and non mbaff mode for all resolutions in AddMfxBspBufBaseAddrCmd()
1300 cmd.DW1.BsdMpcRowStoreScratchBufferBaseAddressReadWrite = m_bsdMpcRowstoreCache.dwAddress; in AddMfxBspBufBaseAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/
H A Dmhw_vdbox_mfx_g9_X.h225 this->m_bsdMpcRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
303 …if (this->m_bsdMpcRowstoreCache.bSupported && rowstoreParams->dwPicWidth < MHW_VDBOX_PICWIDTH_4K) … in GetRowstoreCachingAddrs()
305 this->m_bsdMpcRowstoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
306 this->m_bsdMpcRowstoreCache.dwAddress = BSDMPCROWSTORE_BASEADDRESS; in GetRowstoreCachingAddrs()
310 this->m_bsdMpcRowstoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
311 this->m_bsdMpcRowstoreCache.bEnabled = false; in GetRowstoreCachingAddrs()
957 … if (this->m_bsdMpcRowstoreCache.bEnabled) // mbaff and non mbaff mode for all resolutions in AddMfxBspBufBaseAddrCmd()
960 … cmd.DW1.BsdMpcRowStoreScratchBufferBaseAddressReadWrite = this->m_bsdMpcRowstoreCache.dwAddress; in AddMfxBspBufBaseAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
H A Dmhw_vdbox_mfx_g12_X.cpp49 m_bsdMpcRowstoreCache.bEnabled || in ~MhwVdboxMfxInterfaceG12()
153 m_bsdMpcRowstoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
180 m_bsdMpcRowstoreCache.bEnabled = m_bsdMpcRowstoreCache.bSupported && widthLE4K && (avc || vp8); in GetRowstoreCachingAddrs()
181m_bsdMpcRowstoreCache.dwAddress = m_bsdMpcRowstoreCache.bEnabled ? BSDMPCROWSTORE_BASEADDRESS : 0; in GetRowstoreCachingAddrs()
1265 if (m_bsdMpcRowstoreCache.bEnabled) // mbaff and non mbaff mode for all resolutions in AddMfxBspBufBaseAddrCmd()
1268 cmd.DW1.BsdMpcRowStoreScratchBufferBaseAddressReadWrite = m_bsdMpcRowstoreCache.dwAddress; in AddMfxBspBufBaseAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_mfx_interface.h596 MHW_VDBOX_ROWSTORE_CACHE m_bsdMpcRowstoreCache = {}; //!< BSD/MPC row store cache variable
936 return m_bsdMpcRowstoreCache.bEnabled ? true : false; in IsBsdMpcRowstoreCacheEnabled()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_bxt/hw/vdbox/
H A Dmhw_vdbox_mfx_g9_bxt.cpp54 m_bsdMpcRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_skl/hw/vdbox/
H A Dmhw_vdbox_mfx_g9_skl.cpp54 m_bsdMpcRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_kbl/hw/vdbox/
H A Dmhw_vdbox_mfx_g9_kbl.cpp54 m_bsdMpcRowstoreCache.bEnabled || in AddMfxPipeBufAddrCmd()