Searched refs:totalAllocaSize (Results 1 – 1 of 1) sorted by relevance
10693 unsigned totalAllocaSize = 0; in InitializeKernelStack() local10699 … totalAllocaSize += 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() local11133 … totalAllocaSize += funcMDItr->second.privateMemoryPerWI * numLanes(m_currShader->m_dispatchSize); in emitStackFuncEntry()11140 emitPushFrameToStack(totalAllocaSize); in emitStackFuncEntry()11143 m_encoder->SetFunctionAllocaStackSize(F, totalAllocaSize); in emitStackFuncEntry()