Home
last modified time | relevance | path

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

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_interface.c137 pContext->OsGpuContext[iLoop].uiMaxNumAllocations = 0; in IntelGen_OsClear_OsGpuContext()
455 pContext->OsGpuContext[i].uiMaxNumAllocations = in Ctx_InitContext()
543 pOsGpuContext->uiMaxNumAllocations); in IntelGen_OsResetOsStates()
856 if (uiAllocation < pOsGpuContext->uiMaxNumAllocations) { in IntelGen_OsRegisterResource()
1175 pOsGpuContext->uiMaxNumAllocations); in IntelGen_OsSubmitCommandBuffer()
H A Dos_interface.h339 UINT uiMaxNumAllocations; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_common/linux/common/os/
H A Dmos_os_specific.h468 uint32_t uiMaxNumAllocations; member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.h463 uint32_t uiMaxNumAllocations; member
H A Dmos_os_specific.c170 pContext->OsGpuContext[iLoop].uiMaxNumAllocations = 0; in Mos_Specific_ClearGpuContext()
1427 pContext->OsGpuContext[i].uiMaxNumAllocations = ALLOCATIONLIST_SIZE; in Linux_InitContext()
2006 …mory(pOsGpuContext->pAllocationList, sizeof(ALLOCATION_LIST) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
2011 …S_ZeroMemory(pOsGpuContext->pResources, sizeof(MOS_RESOURCE) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
2012 … MOS_ZeroMemory(pOsGpuContext->pbWriteMode, sizeof(int32_t) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
3350 if (uiAllocation < pOsGpuContext->uiMaxNumAllocations) in Mos_Specific_RegisterResource()
4296 …mory(pOsGpuContext->pAllocationList, sizeof(ALLOCATION_LIST) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_SubmitCommandBuffer()
4301 … MOS_ZeroMemory(pOsGpuContext->pbWriteMode, sizeof(int32_t) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_SubmitCommandBuffer()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c191 pContext->OsGpuContext[iLoop].uiMaxNumAllocations = 0; in Mos_Specific_ClearGpuContext()
1447 pContext->OsGpuContext[i].uiMaxNumAllocations = ALLOCATIONLIST_SIZE; in Linux_InitContext()
2215 …mory(pOsGpuContext->pAllocationList, sizeof(ALLOCATION_LIST) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
2220 …S_ZeroMemory(pOsGpuContext->pResources, sizeof(MOS_RESOURCE) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
2221 … MOS_ZeroMemory(pOsGpuContext->pbWriteMode, sizeof(int32_t) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_ResetOsStates()
3615 if (uiAllocation < pOsGpuContext->uiMaxNumAllocations) in Mos_Specific_RegisterResource()
4580 …mory(pOsGpuContext->pAllocationList, sizeof(ALLOCATION_LIST) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_SubmitCommandBuffer()
4585 … MOS_ZeroMemory(pOsGpuContext->pbWriteMode, sizeof(int32_t) * pOsGpuContext->uiMaxNumAllocations); in Mos_Specific_SubmitCommandBuffer()