Searched refs:m_gpuContextAttributeTable (Results 1 – 2 of 2) sorted by relevance
64 m_gpuContextAttributeTable.clear(); in MediaContext()84 for (auto& curAttribute : m_gpuContextAttributeTable) in ~MediaContext()147 m_gpuContextAttributeTable.clear(); in ~MediaContext()201 if (index == m_invalidContextAttribute || index >= m_gpuContextAttributeTable.size()) in SwitchContext()208 …K_STATUS_RETURN(m_osInterface->pfnSetGpuContext(m_osInterface, m_gpuContextAttributeTable[index].c… in SwitchContext()209 veStateProvided = m_gpuContextAttributeTable[index].scalabilityState; in SwitchContext()210 …MOS_OS_NORMALMESSAGE("Switched to GpuContext %d, index %d", m_gpuContextAttributeTable[index].ctxF… in SwitchContext()214 …m_osInterface->pfnSetEncodeEncContext(m_osInterface, m_gpuContextAttributeTable[index].ctxForLegac… in SwitchContext()218 …m_osInterface->pfnSetEncodePakContext(m_osInterface, m_gpuContextAttributeTable[index].ctxForLegac… in SwitchContext()241 for (auto& curAttribute : m_gpuContextAttributeTable) in SearchContext()[all …]
176 …std::vector<GpuContextAttribute> m_gpuContextAttributeTable; //!< Gpu Context … variable