Searched refs:m_patchLocationList (Results 1 – 5 of 5) sorted by relevance
130 …m_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 …]
279 PATCHLOCATIONLIST *m_patchLocationList = nullptr; variable
574 …m_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 …]
363 PATCHLOCATIONLIST *m_patchLocationList = nullptr; variable
271 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()