Searched refs:veboxItf (Results 1 – 7 of 7) sorted by relevance
158 void SetMhwVeboxItf(std::shared_ptr<mhw::vebox::Itf> veboxItf) in SetMhwVeboxItf() argument161 if (veboxItf == nullptr) in SetMhwVeboxItf()177 m_veboxItf = veboxItf; in SetMhwVeboxItf()
59 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in GetVpMhwInterface() local98 …eStatus = VphalDevice::CreateVPMhwInterfaces(sfcNeeded, veboxNeeded, veboxItf, sfcItf, miItf, m_os… in GetVpMhwInterface()101 SetMhwVeboxItf(veboxItf); in GetVpMhwInterface()
2415 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in DumpVeboxStateHeap() local2419 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in DumpVeboxStateHeap()2422 if(veboxItf) in DumpVeboxStateHeap()2424 VP_RENDER_CHK_STATUS_RETURN(veboxItf->GetVeboxHeapInfo(&pVeboxHeap)); in DumpVeboxStateHeap()2931 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in AddVeboxDndiState() local2936 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in AddVeboxDndiState()2940 if(veboxItf) in AddVeboxDndiState()2942 return veboxItf->SetVeboxDndiState(&pRenderData->GetDNDIParams()); in AddVeboxDndiState()2958 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in AddVeboxIECPState() local2964 veboxItf = std::static_pointer_cast<mhw::vebox::Itf>(pVeboxInterface->GetNewVeboxInterface()); in AddVeboxIECPState()[all …]
93 std::shared_ptr<mhw::vebox::Itf> &veboxItf,
281 inline void SetMhwVeboxItf(std::shared_ptr<mhw::vebox::Itf> veboxItf) in SetMhwVeboxItf() argument283 m_veboxItf = veboxItf; in SetMhwVeboxItf()
151 std::shared_ptr<mhw::vebox::Itf> &veboxItf, in CreateVPMhwInterfaces() argument164 veboxItf = mhwInterfaces->m_veboxItf; in CreateVPMhwInterfaces()
1085 std::shared_ptr<mhw::vebox::Itf> veboxItf = nullptr; in InitStateHeapSurface() local