Searched refs:m_tempPredicationBuffer (Results 1 – 8 of 8) sorted by relevance
85 *(decodeParams->m_tempPredicationBuffer) = &m_predicationBuffer->OsResource; in Update()
206 m_tempPredicationBuffer = encodeParams->m_tempPredicationBuffer; in Update()
176 …PMOS_RESOURCE *m_tempPredicationBuffer = nullptr; //!< [Predication] Temp buffe… variable
197 PMOS_RESOURCE *m_tempPredicationBuffer = nullptr; member
231 …PMOS_RESOURCE *m_tempPredicationBuffer = nullptr; //! \brief [Predicatio… member
219 ENCODE_CHK_NULL_RETURN(basicFeature->m_tempPredicationBuffer); in SendPredicationCommand()220 *basicFeature->m_tempPredicationBuffer = basicFeature->m_predicationBuffer; in SendPredicationCommand()
2139 *m_decodeParams.m_tempPredicationBuffer = &m_predicationBuffer; in SendPredicationCommand()
4774 CODECHAL_ENCODE_CHK_NULL_RETURN(m_encodeParams.m_tempPredicationBuffer); in SendPredicationCommand()4775 *m_encodeParams.m_tempPredicationBuffer = &m_predicationBuffer; in SendPredicationCommand()