Home
last modified time | relevance | path

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

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_interface.c138 pContext->OsGpuContext[iLoop].uiMaxPatchLocationsize = 0; in IntelGen_OsClear_OsGpuContext()
469 pContext->OsGpuContext[i].uiMaxPatchLocationsize = in Ctx_InitContext()
547 pOsGpuContext->uiMaxPatchLocationsize); in IntelGen_OsResetOsStates()
1179 pOsGpuContext->uiMaxPatchLocationsize); in IntelGen_OsSubmitCommandBuffer()
1212 if (dwRequestedPatchListSize > pOsGpuContext->uiMaxPatchLocationsize) { in IntelGen_OsResizeCommandBufferAndPatchList()
1227 pOsGpuContext->uiMaxPatchLocationsize), in IntelGen_OsResizeCommandBufferAndPatchList()
1230 pOsGpuContext->uiMaxPatchLocationsize)); in IntelGen_OsResizeCommandBufferAndPatchList()
1231 pOsGpuContext->uiMaxPatchLocationsize = in IntelGen_OsResizeCommandBufferAndPatchList()
H A Dos_interface.h335 UINT uiMaxPatchLocationsize; member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c171 pContext->OsGpuContext[iLoop].uiMaxPatchLocationsize = 0; in Mos_Specific_ClearGpuContext()
1437 pContext->OsGpuContext[i].uiMaxPatchLocationsize = PATCHLOCATIONLIST_SIZE; in Linux_InitContext()
2008 …GpuContext->pPatchLocationList, sizeof(PATCHLOCATIONLIST) * pOsGpuContext->uiMaxPatchLocationsize); in Mos_Specific_ResetOsStates()
4298 …GpuContext->pPatchLocationList, sizeof(PATCHLOCATIONLIST) * pOsGpuContext->uiMaxPatchLocationsize); in Mos_Specific_SubmitCommandBuffer()
4437 if (dwRequestedPatchListSize > pOsGpuContext->uiMaxPatchLocationsize) in Mos_Specific_ResizeCommandBufferAndPatchList()
4453 (pOsGpuContext->pPatchLocationList + pOsGpuContext->uiMaxPatchLocationsize), in Mos_Specific_ResizeCommandBufferAndPatchList()
4454 … sizeof(PATCHLOCATIONLIST) * (dwRequestedPatchListSize - pOsGpuContext->uiMaxPatchLocationsize)); in Mos_Specific_ResizeCommandBufferAndPatchList()
4455 pOsGpuContext->uiMaxPatchLocationsize = dwRequestedPatchListSize; in Mos_Specific_ResizeCommandBufferAndPatchList()
6036 if (dwRequestedSize > pOsGpuContext->uiMaxPatchLocationsize) in Mos_Specific_VerifyPatchListSize()
H A Dmos_os_specific.h458 uint32_t uiMaxPatchLocationsize; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_common/linux/common/os/
H A Dmos_os_specific.h463 uint32_t uiMaxPatchLocationsize; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c192 pContext->OsGpuContext[iLoop].uiMaxPatchLocationsize = 0; in Mos_Specific_ClearGpuContext()
1457 pContext->OsGpuContext[i].uiMaxPatchLocationsize = PATCHLOCATIONLIST_SIZE; in Linux_InitContext()
2217 …GpuContext->pPatchLocationList, sizeof(PATCHLOCATIONLIST) * pOsGpuContext->uiMaxPatchLocationsize); in Mos_Specific_ResetOsStates()
4582 …GpuContext->pPatchLocationList, sizeof(PATCHLOCATIONLIST) * pOsGpuContext->uiMaxPatchLocationsize); in Mos_Specific_SubmitCommandBuffer()
4721 if (dwRequestedPatchListSize > pOsGpuContext->uiMaxPatchLocationsize) in Mos_Specific_ResizeCommandBufferAndPatchList()
4737 (pOsGpuContext->pPatchLocationList + pOsGpuContext->uiMaxPatchLocationsize), in Mos_Specific_ResizeCommandBufferAndPatchList()
4738 … sizeof(PATCHLOCATIONLIST) * (dwRequestedPatchListSize - pOsGpuContext->uiMaxPatchLocationsize)); in Mos_Specific_ResizeCommandBufferAndPatchList()
4739 pOsGpuContext->uiMaxPatchLocationsize = dwRequestedPatchListSize; in Mos_Specific_ResizeCommandBufferAndPatchList()
6458 if (dwRequestedSize > pOsGpuContext->uiMaxPatchLocationsize) in Mos_Specific_VerifyPatchListSize()