Searched refs:m_resSemaphoreOnePipeWait (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/scalability/ |
H A D | encode_scalability_multipipe.cpp | 88 for (auto i = 0; i < CODECHAL_GET_ARRAY_LENGTH(m_resSemaphoreOnePipeWait); i++) in AllocateSemaphore() 93 &m_resSemaphoreOnePipeWait[i]), in AllocateSemaphore() 97 &m_resSemaphoreOnePipeWait[i], in AllocateSemaphore() 103 &m_resSemaphoreOnePipeWait[i])); in AllocateSemaphore() 287 for (auto i = 0; i < CODECHAL_GET_ARRAY_LENGTH(m_resSemaphoreOnePipeWait); i++) in Destroy() 289 m_osInterface->pfnFreeResource(m_osInterface, &m_resSemaphoreOnePipeWait[i]); in Destroy() 613 if (!Mos_ResourceIsNull(&m_resSemaphoreOnePipeWait[m_currentPipe])) in SyncOnePipeWaitOthers() 615 miFlushDwParams.pOsResource = &m_resSemaphoreOnePipeWait[m_currentPipe]; in SyncOnePipeWaitOthers() 625 if (!Mos_ResourceIsNull(&m_resSemaphoreOnePipeWait[i])) in SyncOnePipeWaitOthers() 629 &m_resSemaphoreOnePipeWait[i], in SyncOnePipeWaitOthers() [all …]
|
H A D | encode_scalability_multipipe.h | 286 MOS_RESOURCE m_resSemaphoreOnePipeWait[m_maxPipeNum] = {}; variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/shared/scalability/ |
H A D | vp_scalability_multipipe_next.cpp | 101 memset(&m_resSemaphoreOnePipeWait, 0, sizeof(MOS_RESOURCE)); in AllocateSemaphore() 105 &m_resSemaphoreOnePipeWait), in AllocateSemaphore() 223 m_osInterface->pfnFreeResource(m_osInterface, &m_resSemaphoreOnePipeWait); in Destroy() 579 SCALABILITY_ASSERT(!Mos_ResourceIsNull(&m_resSemaphoreOnePipeWait)); in SyncOnePipeWaitOthers() 583 &m_resSemaphoreOnePipeWait, 0, cmdBuffer)); in SyncOnePipeWaitOthers() 590 if (!Mos_ResourceIsNull(&m_resSemaphoreOnePipeWait)) in SyncOnePipeWaitOthers() 593 … &m_resSemaphoreOnePipeWait, i, m_currentPass + 1, MHW_MI_SAD_EQUAL_SDD, cmdBuffer)); in SyncOnePipeWaitOthers() 600 if (!Mos_ResourceIsNull(&m_resSemaphoreOnePipeWait)) in SyncOnePipeWaitOthers() 603 … &m_resSemaphoreOnePipeWait, i, m_currentPass + 1, MHW_MI_ATOMIC_DEC, cmdBuffer)); in SyncOnePipeWaitOthers()
|
H A D | vp_scalability_multipipe_next.h | 355 …MOS_RESOURCE m_resSemaphoreOnePipeWait = {}; //!< The sync semaphore betwee… variable
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/ |
H A D | decode_scalability_multipipe.cpp | 45 m_resSemaphoreOnePipeWait.clear(); in DecodeScalabilityMultiPipe() 95 m_resSemaphoreOnePipeWait.resize(m_maxCmdBufferSetsNum); in AllocateSemaphore() 96 for (auto &semaphoreBufferVec : m_resSemaphoreOnePipeWait) in AllocateSemaphore() 255 for (auto &semaphoreBufferVec : m_resSemaphoreOnePipeWait) in Destroy() 544 SCALABILITY_ASSERT(m_semaphoreIndex < m_resSemaphoreOnePipeWait.size()); in SyncOnePipeWaitOthers() 545 auto &semaphoreBufs = m_resSemaphoreOnePipeWait[m_semaphoreIndex]; in SyncOnePipeWaitOthers()
|
H A D | decode_scalability_multipipe.h | 278 …std::vector<std::vector<MOS_RESOURCE>> m_resSemaphoreOnePipeWait; //!< The sync semaphore between … variable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/scalability/ |
H A D | decode_scalability_multipipe_next.cpp | 46 m_resSemaphoreOnePipeWait.clear(); in DecodeScalabilityMultiPipeNext() 96 m_resSemaphoreOnePipeWait.resize(m_maxCmdBufferSetsNum); in AllocateSemaphore() 97 for (auto &semaphoreBufferVec : m_resSemaphoreOnePipeWait) in AllocateSemaphore() 230 for (auto &semaphoreBufferVec : m_resSemaphoreOnePipeWait) in Destroy() 504 SCALABILITY_ASSERT(m_semaphoreIndex < m_resSemaphoreOnePipeWait.size()); in SyncOnePipeWaitOthers() 505 auto &semaphoreBufs = m_resSemaphoreOnePipeWait[m_semaphoreIndex]; in SyncOnePipeWaitOthers()
|
H A D | decode_scalability_multipipe_next.h | 277 …std::vector<std::vector<MOS_RESOURCE>> m_resSemaphoreOnePipeWait; //!< The sync semaphore between … variable
|