Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.h69 void WorkOnCompute(SWR_CONTEXT *pContext, uint32_t workerId, uint32_t &curDrawBE);
Dthreads.cpp670 void WorkOnCompute( in WorkOnCompute() function
796 WorkOnCompute(pContext, workerId, curDrawBE); in workerThreadMain()
Dapi.cpp220 WorkOnCompute(pContext, 0, curDispatch); in QueueWork()