Home
last modified time | relevance | path

Searched refs:m_writeModeList (Results 1 – 5 of 5) sorted by relevance

/external/intel-media-driver/media_driver/linux/common/os/
Dmos_gpucontext_specific.cpp137 m_writeModeList = (bool *)MOS_AllocAndZeroMemory(sizeof(bool) * ALLOCATIONLIST_SIZE); in Init()
138 MOS_OS_CHK_NULL_RETURN(m_writeModeList); in Init()
452 MOS_SafeFreeMemory(m_writeModeList); in Clear()
506 m_writeModeList[allocationIndex] |= writeFlag; in RegisterResource()
1383 MOS_ZeroMemory(m_writeModeList, sizeof(bool) * m_maxNumAllocations); in SubmitCommandBuffer()
1601 MOS_ZeroMemory(m_writeModeList, sizeof(bool) * ALLOCATIONLIST_SIZE); in ResetGpuContextStatus()
Dmos_gpucontext_specific.h286 bool *m_writeModeList = nullptr; //!< Write mode variable
/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_gpucontext_specific_next.cpp581 m_writeModeList = (bool *)MOS_AllocAndZeroMemory(sizeof(bool) * ALLOCATIONLIST_SIZE); in Init()
582 MOS_OS_CHK_NULL_RETURN(m_writeModeList); in Init()
701 MOS_SafeFreeMemory(m_writeModeList); in Clear()
702 m_writeModeList = nullptr; in Clear()
755 m_writeModeList[allocationIndex] |= writeFlag; in RegisterResource()
1683 MosUtilities::MosZeroMemory(m_writeModeList, sizeof(bool) * m_maxNumAllocations); in SubmitCommandBuffer()
1923 MosUtilities::MosZeroMemory(m_writeModeList, sizeof(bool) * ALLOCATIONLIST_SIZE); in ResetGpuContextStatus()
Dmos_gpucontext_specific_next.h370 bool *m_writeModeList = nullptr; //!< Write mode variable
/external/intel-media-driver/media_softlet/linux/common/os/xe/
Dmos_gpucontext_specific_next_xe.cpp413 MosUtilities::MosZeroMemory(m_writeModeList, sizeof(bool) * m_maxNumAllocations); in EndSubmitCommandBuffer()