Home
last modified time | relevance | path

Searched refs:m_osContext (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/linux/common/os/
H A Dmos_commandbuffer_specific_next.cpp44 m_osContext = osContext; in Allocate()
76 m_graphicsResource->Free(m_osContext, 0); in Free()
89 m_lockAddr = static_cast<uint8_t *>(m_graphicsResource->Lock(m_osContext, params)); in BindToGpuContext()
150 if (m_osContext == nullptr) { in UnBindToGpuContext()
155 if (m_osContext->GetOsContextValid() == false) in UnBindToGpuContext()
167 m_graphicsResource->Unlock(m_osContext); in UnBindToGpuContext()
185 MOS_OS_CHK_STATUS_RETURN(Allocate(m_osContext, newSize)); in ReSize()
H A Dmos_gpucontext_specific_next.cpp127 m_osContext = osContext; in Init()
414 if (m_statusBufferResource->pGfxResourceNext->Unlock(m_osContext) != MOS_STATUS_SUCCESS) in Clear()
418 m_statusBufferResource->pGfxResourceNext->Free(m_osContext, 0); in Clear()
954 OsContextSpecificNext *osCtx = static_cast<OsContextSpecificNext*>(m_osContext); in MapResourcesToAuxTable()
1044 tempRes->pGfxResourceNext->Lock(m_osContext, param); in SubmitCommandBuffer()
1157 res->pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
1196 cmdBuffer->OsResource.pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
1202 it->second->OsResource.pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
1667 MOS_OS_CHK_STATUS_RETURN(graphicsResource->Allocate(m_osContext, params)); in AllocateGPUStatusBuf()
1671 … auto gpuStatusData = (MOS_GPU_STATUS_DATA *)graphicsResource->Lock(m_osContext, lockParams); in AllocateGPUStatusBuf()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_commandbuffer_specific.cpp44 m_osContext = osContext; in Allocate()
76 m_graphicsResource->Free(m_osContext, 0); in Free()
89 m_lockAddr = static_cast<uint8_t *>(m_graphicsResource->Lock(m_osContext, params)); in BindToGpuContext()
149 if (m_osContext == nullptr) { in UnBindToGpuContext()
154 if (m_osContext->GetOsContextValid() == false) in UnBindToGpuContext()
166 m_graphicsResource->Unlock(m_osContext); in UnBindToGpuContext()
184 MOS_OS_CHK_STATUS_RETURN(Allocate(m_osContext, newSize)); in ReSize()
H A Dmos_gpucontext_specific.cpp114 m_osContext = osContext; in Init()
395 if (m_statusBufferResource->Unlock(m_osContext) != MOS_STATUS_SUCCESS) in Clear()
399 m_statusBufferResource->Free(m_osContext, 0); in Clear()
840 OsContextSpecific *osCtx = static_cast<OsContextSpecific*>(m_osContext); in MapResourcesToAuxTable()
930 tempRes->pGfxResource->Lock(m_osContext, param); in SubmitCommandBuffer()
1039 res->pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
1077 cmdBuffer->OsResource.pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
1083 it->second->OsResource.pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
1583 MOS_OS_CHK_STATUS_RETURN(graphicsResource->Allocate(m_osContext, params)); in AllocateGPUStatusBuf()
1587 … auto gpuStatusData = (MOS_GPU_STATUS_DATA *)graphicsResource->Lock(m_osContext, lockParams); in AllocateGPUStatusBuf()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_commandbuffer_specific.cpp44 m_osContext = osContext; in Allocate()
76 m_graphicsResource->Free(m_osContext, 0); in Free()
89 m_lockAddr = static_cast<uint8_t *>(m_graphicsResource->Lock(m_osContext, params)); in BindToGpuContext()
149 if (m_osContext == nullptr) { in UnBindToGpuContext()
154 if (m_osContext->GetOsContextValid() == false) in UnBindToGpuContext()
166 m_graphicsResource->Unlock(m_osContext); in UnBindToGpuContext()
184 MOS_OS_CHK_STATUS_RETURN(Allocate(m_osContext, newSize)); in ReSize()
H A Dmos_gpucontext_specific.cpp94 m_osContext = osContext; in Init()
286 if (m_statusBufferResource->Unlock(m_osContext) != MOS_STATUS_SUCCESS) in Clear()
290 m_statusBufferResource->Free(m_osContext, 0); in Clear()
727 OsContextSpecific *osCtx = static_cast<OsContextSpecific*>(m_osContext); in MapResourcesToAuxTable()
814 tempRes->pGfxResource->Lock(m_osContext, param); in SubmitCommandBuffer()
910 res->pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
926 cmdBuffer->OsResource.pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
932 it->second->OsResource.pGfxResource->Unlock(m_osContext); in SubmitCommandBuffer()
1302 MOS_OS_CHK_STATUS_RETURN(graphicsResource->Allocate(m_osContext, params)); in AllocateGPUStatusBuf()
1306 … auto gpuStatusData = (MOS_GPU_STATUS_DATA *)graphicsResource->Lock(m_osContext, lockParams); in AllocateGPUStatusBuf()
[all …]
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/linux/common/os/
H A Dmos_commandbuffer_specific_next.cpp44 m_osContext = osContext; in Allocate()
76 m_graphicsResource->Free(m_osContext, 0); in Free()
89 m_lockAddr = static_cast<uint8_t *>(m_graphicsResource->Lock(m_osContext, params)); in BindToGpuContext()
149 if (m_osContext == nullptr) { in UnBindToGpuContext()
154 if (m_osContext->GetOsContextValid() == false) in UnBindToGpuContext()
166 m_graphicsResource->Unlock(m_osContext); in UnBindToGpuContext()
184 MOS_OS_CHK_STATUS_RETURN(Allocate(m_osContext, newSize)); in ReSize()
H A Dmos_gpucontext_specific_next.cpp99 m_osContext = osContext; in Init()
291 if (m_statusBufferResource->Unlock(m_osContext) != MOS_STATUS_SUCCESS) in Clear()
295 m_statusBufferResource->Free(m_osContext, 0); in Clear()
783 OsContextSpecificNext *osCtx = static_cast<OsContextSpecificNext*>(m_osContext); in MapResourcesToAuxTable()
870 tempRes->pGfxResourceNext->Lock(m_osContext, param); in SubmitCommandBuffer()
966 res->pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
983 cmdBuffer->OsResource.pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
989 it->second->OsResource.pGfxResourceNext->Unlock(m_osContext); in SubmitCommandBuffer()
1301 MOS_OS_CHK_STATUS_RETURN(graphicsResource->Allocate(m_osContext, params)); in AllocateGPUStatusBuf()
1305 … auto gpuStatusData = (MOS_GPU_STATUS_DATA *)graphicsResource->Lock(m_osContext, lockParams); in AllocateGPUStatusBuf()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/os/
H A Dmos_cmdbufmgr_next.cpp58 m_osContext = osContext; in Initialize()
75 eStatus = cmdBuf->Allocate(m_osContext, cmdBufSize); in Initialize()
102 auto gpuContextMgr = m_osContext->GetGpuContextMgr(); in Reset()
166 auto gpuContextMgr = m_osContext->GetGpuContextMgr(); in CleanUp()
259 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
291 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
H A Dmos_gpucontextmgr_next.h139 OsContextNext* GetOsContext(){ return m_osContext; } in GetOsContext()
169 OsContextNext *m_osContext = nullptr; variable
H A Dmos_gpucontextmgr_next.cpp38 m_osContext = osContext; in GpuContextMgrNext()
138 if (cmdBufMgr == nullptr && !m_osContext->IsAynchronous()) in CreateGpuContext()
H A Dmos_cmdbufmgr_next.h212 OsContextNext *m_osContext = nullptr; variable
H A Dmos_commandbuffer_next.h229 OsContextNext* m_osContext = nullptr; variable
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/os/
H A Dmos_cmdbufmgr.cpp58 m_osContext = osContext; in Initialize()
75 eStatus = cmdBuf->Allocate(m_osContext, cmdBufSize); in Initialize()
198 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
229 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
H A Dmos_gpucontextmgr.h136 OsContext* GetOsContext() { return m_osContext; } in GetOsContext()
168 OsContext *m_osContext = nullptr; variable
H A Dmos_commandbuffer.h133 OsContext* m_osContext = nullptr; variable
H A Dmos_cmdbufmgr.h185 OsContext *m_osContext = nullptr; variable
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/os/
H A Dmos_cmdbufmgr.cpp58 m_osContext = osContext; in Initialize()
75 eStatus = cmdBuf->Allocate(m_osContext, cmdBufSize); in Initialize()
198 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
229 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
H A Dmos_gpucontextmgr.h136 OsContext* GetOsContext() { return m_osContext; } in GetOsContext()
168 OsContext *m_osContext = nullptr; variable
H A Dmos_commandbuffer.h133 OsContext* m_osContext = nullptr; variable
H A Dmos_cmdbufmgr.h185 OsContext *m_osContext = nullptr; variable
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/os/
H A Dmos_cmdbufmgr_next.cpp58 m_osContext = osContext; in Initialize()
75 eStatus = cmdBuf->Allocate(m_osContext, cmdBufSize); in Initialize()
198 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
229 eStatus = cmdBuf->Allocate(m_osContext, size); in PickupOneCmdBuf()
H A Dmos_gpucontextmgr_next.h134 OsContextNext* GetOsContext(){ return m_osContext; } in GetOsContext()
167 OsContextNext *m_osContext = nullptr; variable
H A Dmos_commandbuffer_next.h133 OsContextNext* m_osContext = nullptr; variable
H A Dmos_cmdbufmgr_next.h181 OsContextNext *m_osContext = nullptr; variable

12