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.h154 typedef void(*PFN_DISPATCH)(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t threadGroupId, void*& pS…
234 …void dispatch(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t threadGroupId, void*& pSpillFillBuffe… in dispatch() argument
237 mPfnDispatch(pDC, workerId, threadGroupId, pSpillFillBuffer); in dispatch()
Dthreads.cpp701 uint32_t threadGroupId = 0; in WorkOnCompute() local
702 while (queue.getWork(threadGroupId)) in WorkOnCompute()
704 queue.dispatch(pDC, workerId, threadGroupId, pSpillFillBuffer); in WorkOnCompute()
Dbackend.cpp48 void ProcessComputeBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t threadGroupId, void*& pSpillFi… in ProcessComputeBE() argument
67 csContext.tileCounter = threadGroupId; in ProcessComputeBE()
Dbackend.h36 void ProcessComputeBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t threadGroupId, void*& pSpillFi…