Home
last modified time | relevance | path

Searched refs:m_nextFetchIndex (Results 1 – 4 of 4) sorted by relevance

/external/intel-media-driver/media_driver/linux/common/os/
Dmos_gpucontext_specific.cpp111 m_nextFetchIndex = 0; in Init()
598 else if (m_cmdBufPool.size() == MAX_CMD_BUF_NUM && m_nextFetchIndex < m_cmdBufPool.size()) in GetCommandBuffer()
600 auto cmdBufOld = m_cmdBufPool[m_nextFetchIndex]; in GetCommandBuffer()
626 m_cmdBufPool[m_nextFetchIndex] = cmdBuf; in GetCommandBuffer()
642 comamndBuffer->iCmdIndex = m_nextFetchIndex; in GetCommandBuffer()
671 m_nextFetchIndex++; in GetCommandBuffer()
672 if (m_nextFetchIndex >= MAX_CMD_BUF_NUM) in GetCommandBuffer()
674 m_nextFetchIndex = 0; in GetCommandBuffer()
Dmos_gpucontext_specific.h258 uint32_t m_nextFetchIndex = 0; variable
/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_gpucontext_specific_next.cpp555 m_nextFetchIndex = 0; in Init()
847 else if (m_cmdBufPool.size() == MAX_CMD_BUF_NUM && m_nextFetchIndex < m_cmdBufPool.size()) in GetCommandBuffer()
849 auto cmdBufOld = m_cmdBufPool[m_nextFetchIndex]; in GetCommandBuffer()
875 m_cmdBufPool[m_nextFetchIndex] = cmdBuf; in GetCommandBuffer()
891 comamndBuffer->iCmdIndex = m_nextFetchIndex; in GetCommandBuffer()
926 m_nextFetchIndex++; in GetCommandBuffer()
927 if (m_nextFetchIndex >= MAX_CMD_BUF_NUM) in GetCommandBuffer()
929 m_nextFetchIndex = 0; in GetCommandBuffer()
Dmos_gpucontext_specific_next.h342 uint32_t m_nextFetchIndex = 0; variable