Home
last modified time | relevance | path

Searched refs:pKernelAllocation (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/renderhal/
H A Drenderhal_dsh.cpp364 PRENDERHAL_KRN_ALLOCATION pKernelAllocation = nullptr; in RenderHal_DSH_GetKernelAllocationFromPool() local
373 pKernelAllocation = pStateHeap->KernelAllocationPool.pHead; in RenderHal_DSH_GetKernelAllocationFromPool()
374 RenderHal_DSH_KernelDetach(pKernelAllocation); in RenderHal_DSH_GetKernelAllocationFromPool()
377 return pKernelAllocation; in RenderHal_DSH_GetKernelAllocationFromPool()
394 PRENDERHAL_KRN_ALLOCATION pKernelAllocation) in RenderHal_DSH_TouchDynamicKernel() argument
399 if (pRenderHal == nullptr || pRenderHal->pStateHeap == nullptr || pKernelAllocation == nullptr) in RenderHal_DSH_TouchDynamicKernel()
408 pKernelAllocation->dwFlags = RENDERHAL_KERNEL_ALLOCATION_LOCKED; in RenderHal_DSH_TouchDynamicKernel()
409 … FrameTrackerTokenFlat_SetProducer(&pKernelAllocation->trackerToken, &pRenderHal->trackerProducer); in RenderHal_DSH_TouchDynamicKernel()
410 FrameTrackerTokenFlat_Merge(&pKernelAllocation->trackerToken, in RenderHal_DSH_TouchDynamicKernel()
415 RenderHal_DSH_KernelAttach(&pStateHeap->KernelsSubmitted, pKernelAllocation, false); in RenderHal_DSH_TouchDynamicKernel()
[all …]
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/renderhal/
H A Drenderhal.cpp1253 pStateHeap->pKernelAllocation = (PRENDERHAL_KRN_ALLOCATION) ptr; in RenderHal_AllocateStateHeaps()
1677 pStateHeap->pKernelAllocation = (PRENDERHAL_KRN_ALLOCATION)ptr; in RenderHal_ReAllocateStateHeapsforAdvFeatureWithSshEnlarged()
2258 PRENDERHAL_KRN_ALLOCATION pKernelAllocation; in RenderHal_LoadKernel() local
2284 if (pRenderHal->pStateHeap->pKernelAllocation == nullptr) in RenderHal_LoadKernel()
2316 pKernelAllocation = pStateHeap->pKernelAllocation; in RenderHal_LoadKernel()
2319 iKernelAllocationID++, pKernelAllocation++) in RenderHal_LoadKernel()
2321 if (pKernelAllocation->iKUID == iKernelUniqueID && in RenderHal_LoadKernel()
2322 pKernelAllocation->iKCID == iKernelCacheID) in RenderHal_LoadKernel()
2342 pKernelAllocation->dwFlags == RENDERHAL_KERNEL_ALLOCATION_FREE) in RenderHal_LoadKernel()
2357 dwOffset = pKernelAllocation->dwOffset; in RenderHal_LoadKernel()
[all …]
H A Drenderhal_platform_interface_next.cpp1210 MHW_RENDERHAL_CHK_NULL_RETURN(pRenderHal->pStateHeap->pKernelAllocation); in SendComputeWalker()
1214 pKernelEntry = &pRenderHal->pStateHeap->pKernelAllocation[pRenderHal->iKernelAllocationID]; in SendComputeWalker()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_hal.cpp1766 kernelAllocation = stateHeap->pKernelAllocation; in CmSearchFreeSlotSize()
1810 kernelAllocation = stateHeap->pKernelAllocation; in HalCm_UpdateCloneKernel()
1814 kernelAllocation = &(stateHeap->pKernelAllocation[allocationID]); in HalCm_UpdateCloneKernel()
1851 kernelAllocation = stateHeap->pKernelAllocation; in CmAddCurrentKernelToFreeSlot()
1896 if(stateHeap->pKernelAllocation[slot].iSize == neededSize) in CmAddCurrentKernelToFreeSlot()
1912 kernelAllocation = &stateHeap->pKernelAllocation[i]; in CmAddCurrentKernelToFreeSlot()
1913 pKernelAllocationN = &stateHeap->pKernelAllocation[i+1]; in CmAddCurrentKernelToFreeSlot()
1931 dwOffset = stateHeap->pKernelAllocation[slot].dwOffset; in CmAddCurrentKernelToFreeSlot()
1934 kernelAllocation = &stateHeap->pKernelAllocation[slot]; in CmAddCurrentKernelToFreeSlot()
1953 kernelAllocation = &stateHeap->pKernelAllocation[slot+1]; in CmAddCurrentKernelToFreeSlot()
[all …]
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/renderhal/
H A Drenderhal.h966 …PRENDERHAL_KRN_ALLOCATION pKernelAllocation; // Kernel allocation t… member
1500 PRENDERHAL_KRN_ALLOCATION pKernelAllocation);
1505 PRENDERHAL_KRN_ALLOCATION pKernelAllocation,
1536 PRENDERHAL_KRN_ALLOCATION pKernelAllocation);
1563 PRENDERHAL_KRN_ALLOCATION pKernelAllocation,
1588 PRENDERHAL_KRN_ALLOCATION pKernelAllocation);
1601 PRENDERHAL_KRN_ALLOCATION pKernelAllocation);
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_R/Xe_HPG/renderhal/
H A Drenderhal_xe_hpg.cpp137 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()
141 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_R/Xe_HPC/renderhal/
H A Drenderhal_xe_hpc.cpp73 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()
77 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_R/Xe_HP_Base/renderhal/
H A Drenderhal_xe_hp_base.cpp456 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()
460 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/packet/
H A Dmedia_render_cmd_packet.cpp148 … m_renderHal->pStateHeap->pKernelAllocation[m_renderHal->iKernelAllocationID].pKernelEntry)); in Submit()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_render_common.c786 …pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocationID].pKernelEntr… in VpHal_RndrSubmitCommands()