Searched refs:pKernelAllocation (Results 1 – 10 of 10) sorted by relevance
364 PRENDERHAL_KRN_ALLOCATION pKernelAllocation = nullptr; in RenderHal_DSH_GetKernelAllocationFromPool() local373 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() argument399 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 …]
1253 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() local2284 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 …]
1210 MHW_RENDERHAL_CHK_NULL_RETURN(pRenderHal->pStateHeap->pKernelAllocation); in SendComputeWalker()1214 pKernelEntry = &pRenderHal->pStateHeap->pKernelAllocation[pRenderHal->iKernelAllocationID]; in SendComputeWalker()
1766 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 …]
966 …PRENDERHAL_KRN_ALLOCATION pKernelAllocation; // Kernel allocation t… member1500 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);
137 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()141 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
73 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()77 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
456 MHW_RENDERHAL_CHK_NULL(pRenderHalLegacy->pStateHeap->pKernelAllocation); in SendComputeWalker()460 …pKernelEntry = &pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocatio… in SendComputeWalker()
148 … m_renderHal->pStateHeap->pKernelAllocation[m_renderHal->iKernelAllocationID].pKernelEntry)); in Submit()
786 …pRenderHalLegacy->pStateHeap->pKernelAllocation[pRenderHalLegacy->iKernelAllocationID].pKernelEntr… in VpHal_RndrSubmitCommands()