Home
last modified time | relevance | path

Searched refs:OsGpuContext (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_interface.c115 OsGpuContext[iLoop].pAllocationList); in IntelGen_OsClear_OsGpuContext()
120 GENOS_FreeMemory(pContext->OsGpuContext in IntelGen_OsClear_OsGpuContext()
127 OsGpuContext[iLoop].pResources); in IntelGen_OsClear_OsGpuContext()
133 OsGpuContext[iLoop].pbWriteMode); in IntelGen_OsClear_OsGpuContext()
881 GENOS_OS_GPU_CONTEXT OsGpuContext; in IntelGen_OsVerifyCommandBufferSize() local
887 OsGpuContext = in IntelGen_OsVerifyCommandBufferSize()
989 GENOS_OS_GPU_CONTEXT OsGpuContext; in IntelGen_OsGetIndirectState() local
993 OsGpuContext = in IntelGen_OsGetIndirectState()
1028 GENOS_OS_GPU_CONTEXT OsGpuContext; in IntelGen_OsGetIndirectStatePointer() local
1037 OsGpuContext = in IntelGen_OsGetIndirectStatePointer()
[all …]
H A Dos_interface.h364 GENOS_OS_GPU_CONTEXT OsGpuContext[GENOS_GPU_CONTEXT_MAX]; member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c140 if (pContext->OsGpuContext[iLoop].pCB != nullptr) in Mos_Specific_ClearGpuContext()
143 pContext->OsGpuContext[iLoop].pCB = nullptr; in Mos_Specific_ClearGpuContext()
3408 MOS_OS_GPU_CONTEXT OsGpuContext; in Mos_Specific_VerifyCommandBufferSize() local
3423 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_VerifyCommandBufferSize()
3638 MOS_OS_GPU_CONTEXT OsGpuContext; in Mos_Specific_GetIndirectState() local
3643 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_GetIndirectState()
3705 MOS_OS_GPU_CONTEXT OsGpuContext = {}; in Mos_Specific_GetIndirectStatePointer() local
3740 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_GetIndirectStatePointer()
3742 if (OsGpuContext.pCB && OsGpuContext.pCB->pCmdBase) in Mos_Specific_GetIndirectStatePointer()
4043 MOS_OS_CHK_NULL(pOsContext->OsGpuContext); in Mos_Specific_SubmitCommandBuffer()
[all …]
H A Dmos_os_specific.h522 MOS_OS_GPU_CONTEXT OsGpuContext[MOS_GPU_CONTEXT_MAX]; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c161 if (pContext->OsGpuContext[iLoop].pCB != nullptr) in Mos_Specific_ClearGpuContext()
164 pContext->OsGpuContext[iLoop].pCB = nullptr; in Mos_Specific_ClearGpuContext()
3673 MOS_OS_GPU_CONTEXT OsGpuContext; in Mos_Specific_VerifyCommandBufferSize() local
3688 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_VerifyCommandBufferSize()
3903 MOS_OS_GPU_CONTEXT OsGpuContext; in Mos_Specific_GetIndirectState() local
3908 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_GetIndirectState()
3970 MOS_OS_GPU_CONTEXT OsGpuContext = {}; in Mos_Specific_GetIndirectStatePointer() local
4005 OsGpuContext = pOsContext->OsGpuContext[pOsInterface->CurrentGpuContextOrdinal]; in Mos_Specific_GetIndirectStatePointer()
4007 if (OsGpuContext.pCB && OsGpuContext.pCB->pCmdBase) in Mos_Specific_GetIndirectStatePointer()
4313 MOS_OS_CHK_NULL(pOsContext->OsGpuContext); in Mos_Specific_SubmitCommandBuffer()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_common/linux/common/os/
H A Dmos_os_specific.h529 MOS_OS_GPU_CONTEXT OsGpuContext[MOS_GPU_CONTEXT_MAX]; member