Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DEmitVISAPass.cpp10693 unsigned totalAllocaSize = 0; in InitializeKernelStack() local
10699totalAllocaSize += funcMDItr->second.privateMemoryPerWI * numLanes(m_currShader->m_dispatchSize); in InitializeKernelStack()
10715 emitPushFrameToStack(totalAllocaSize); in InitializeKernelStack()
10718 m_encoder->SetFunctionAllocaStackSize(pKernel, totalAllocaSize); in InitializeKernelStack()
11127 unsigned totalAllocaSize = 0; in emitStackFuncEntry() local
11133totalAllocaSize += funcMDItr->second.privateMemoryPerWI * numLanes(m_currShader->m_dispatchSize); in emitStackFuncEntry()
11140 emitPushFrameToStack(totalAllocaSize); in emitStackFuncEntry()
11143 m_encoder->SetFunctionAllocaStackSize(F, totalAllocaSize); in emitStackFuncEntry()