Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dtilemgr.h146 uint32_t threadGroupId,
220 uint32_t threadGroupId, in dispatch() argument
225 mPfnDispatch(pDC, workerId, threadGroupId, pSpillFillBuffer, pScratchSpace); in dispatch()
Dbackend.h39 uint32_t threadGroupId,
Dbackend.cpp49 uint32_t threadGroupId, in ProcessComputeBE() argument
77 csContext.tileCounter = threadGroupId; in ProcessComputeBE()
Dthreads.cpp821 uint32_t threadGroupId = 0; in WorkOnCompute() local
822 while (queue.getWork(threadGroupId)) in WorkOnCompute()
824 queue.dispatch(pDC, workerId, threadGroupId, pSpillFillBuffer, pScratchSpace); in WorkOnCompute()