Home
last modified time | relevance | path

Searched refs:m_patchLocationList (Results 1 – 5 of 5) sorted by relevance

/external/intel-media-driver/media_driver/linux/common/os/
Dmos_gpucontext_specific.cpp130m_patchLocationList = (PATCHLOCATIONLIST *)MOS_AllocAndZeroMemory(sizeof(PATCHLOCATIONLIST) * PATC… in Init()
131 MOS_OS_CHK_NULL_RETURN(m_patchLocationList); in Init()
450 MOS_SafeFreeMemory(m_patchLocationList); in Clear()
526 MOS_OS_CHK_NULL_RETURN(m_patchLocationList); in SetPatchEntry()
530 m_patchLocationList[m_currentNumPatchLocations].AllocationIndex = params->uiAllocationIndex; in SetPatchEntry()
531 m_patchLocationList[m_currentNumPatchLocations].AllocationOffset = params->uiResourceOffset; in SetPatchEntry()
532 m_patchLocationList[m_currentNumPatchLocations].PatchOffset = params->uiPatchOffset; in SetPatchEntry()
533 m_patchLocationList[m_currentNumPatchLocations].uiWriteOperation = params->bWrite ? true: false; in SetPatchEntry()
534 m_patchLocationList[m_currentNumPatchLocations].cmdBo = in SetPatchEntry()
546 &m_patchLocationList[m_currentNumPatchLocations])) in SetPatchEntry()
[all …]
Dmos_gpucontext_specific.h279 PATCHLOCATIONLIST *m_patchLocationList = nullptr; variable
/external/intel-media-driver/media_softlet/linux/common/os/
Dmos_gpucontext_specific_next.cpp574m_patchLocationList = (PATCHLOCATIONLIST *)MOS_AllocAndZeroMemory(sizeof(PATCHLOCATIONLIST) * PATC… in Init()
575 MOS_OS_CHK_NULL_RETURN(m_patchLocationList); in Init()
697 MOS_SafeFreeMemory(m_patchLocationList); in Clear()
698 m_patchLocationList = nullptr; in Clear()
775 MOS_OS_CHK_NULL_RETURN(m_patchLocationList); in SetPatchEntry()
779 m_patchLocationList[m_currentNumPatchLocations].AllocationIndex = params->uiAllocationIndex; in SetPatchEntry()
780 m_patchLocationList[m_currentNumPatchLocations].AllocationOffset = params->uiResourceOffset; in SetPatchEntry()
781 m_patchLocationList[m_currentNumPatchLocations].PatchOffset = params->uiPatchOffset; in SetPatchEntry()
782 m_patchLocationList[m_currentNumPatchLocations].uiWriteOperation = params->bWrite ? true: false; in SetPatchEntry()
783 m_patchLocationList[m_currentNumPatchLocations].cmdBo = in SetPatchEntry()
[all …]
Dmos_gpucontext_specific_next.h363 PATCHLOCATIONLIST *m_patchLocationList = nullptr; variable
/external/intel-media-driver/media_softlet/linux/common/os/xe/
Dmos_gpucontext_specific_next_xe.cpp271 auto currentPatch = &m_patchLocationList[patchIndex]; in PatchCommandBuffer()
392 auto currentPatch = &m_patchLocationList[patchIndex]; in EndSubmitCommandBuffer()
410 … MosUtilities::MosZeroMemory(m_patchLocationList, sizeof(PATCHLOCATIONLIST) * m_maxNumAllocations); in EndSubmitCommandBuffer()
431 MOS_OS_CHK_NULL_RETURN(m_patchLocationList); in SubmitCommandBuffer()