Home
last modified time | relevance | path

Searched refs:pCurrentPatch (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dos_interface.c1083 PPATCHLOCATIONLIST pPatchList, pCurrentPatch; in IntelGen_OsSubmitCommandBuffer() local
1114 pCurrentPatch = &pPatchList[PatchIndex]; in IntelGen_OsSubmitCommandBuffer()
1115 GENOS_OS_CHK_NULL_WITH_HR(pCurrentPatch); in IntelGen_OsSubmitCommandBuffer()
1117 AllocationIndex = pCurrentPatch->AllocationIndex; in IntelGen_OsSubmitCommandBuffer()
1118 ResourceOffset = pCurrentPatch->AllocationOffset; in IntelGen_OsSubmitCommandBuffer()
1119 PatchOffset = pCurrentPatch->PatchOffset; in IntelGen_OsSubmitCommandBuffer()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c4011 PPATCHLOCATIONLIST pPatchList,pCurrentPatch; in Mos_Specific_SubmitCommandBuffer() local
4060 pCurrentPatch = &pPatchList[PatchIndex]; in Mos_Specific_SubmitCommandBuffer()
4061 MOS_OS_CHK_NULL(pCurrentPatch); in Mos_Specific_SubmitCommandBuffer()
4064 …pResource = (PMOS_RESOURCE)pOsGpuContext->pAllocationList[pCurrentPatch->AllocationIndex].hA… in Mos_Specific_SubmitCommandBuffer()
4077 pCurrentPatch, in Mos_Specific_SubmitCommandBuffer()
4095 *((uint64_t*)((uint8_t*)cmd_bo->virt + pCurrentPatch->PatchOffset)) = in Mos_Specific_SubmitCommandBuffer()
4096 boOffset + pCurrentPatch->AllocationOffset; in Mos_Specific_SubmitCommandBuffer()
4100 *((uint32_t*)((uint8_t*)cmd_bo->virt + pCurrentPatch->PatchOffset)) = in Mos_Specific_SubmitCommandBuffer()
4101 boOffset + pCurrentPatch->AllocationOffset; in Mos_Specific_SubmitCommandBuffer()
4107pCurrentPatch->PatchOffset, // Offset in the command buff… in Mos_Specific_SubmitCommandBuffer()
[all …]
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_os_specific.c4282 PPATCHLOCATIONLIST pPatchList,pCurrentPatch; in Mos_Specific_SubmitCommandBuffer() local
4330 pCurrentPatch = &pPatchList[PatchIndex]; in Mos_Specific_SubmitCommandBuffer()
4331 MOS_OS_CHK_NULL(pCurrentPatch); in Mos_Specific_SubmitCommandBuffer()
4334 …pResource = (PMOS_RESOURCE)pOsGpuContext->pAllocationList[pCurrentPatch->AllocationIndex].hA… in Mos_Specific_SubmitCommandBuffer()
4347 pCurrentPatch, in Mos_Specific_SubmitCommandBuffer()
4365 *((uint64_t*)((uint8_t*)cmd_bo->virt + pCurrentPatch->PatchOffset)) = in Mos_Specific_SubmitCommandBuffer()
4366 boOffset + pCurrentPatch->AllocationOffset; in Mos_Specific_SubmitCommandBuffer()
4370 *((uint32_t*)((uint8_t*)cmd_bo->virt + pCurrentPatch->PatchOffset)) = in Mos_Specific_SubmitCommandBuffer()
4371 boOffset + pCurrentPatch->AllocationOffset; in Mos_Specific_SubmitCommandBuffer()
4378 ret = mos_bo_add_softpin_target(cmd_bo, alloc_bo, pCurrentPatch->uiWriteOperation); in Mos_Specific_SubmitCommandBuffer()
[all …]