Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dthreads.cpp313 if (pContext->threadInfo.SINGLE_THREADED || in bindThread()
1133 if (pContext->threadInfo.SINGLE_THREADED) in CreateThreadPool()
1179 if (pContext->threadInfo.SINGLE_THREADED) in CreateThreadPool()
1238 if (pContext->threadInfo.SINGLE_THREADED) in CreateThreadPool()
1377 if (pContext->threadInfo.SINGLE_THREADED) in StartThreadPool()
1401 if (!pContext->threadInfo.SINGLE_THREADED) in DestroyThreadPool()
Dapi.h214 bool SINGLE_THREADED; member
Dapi.cpp126 pContext->threadInfo.SINGLE_THREADED = KNOB_SINGLE_THREADED; in SwrCreateContext()
157 if (pContext->threadInfo.SINGLE_THREADED) in SwrCreateContext()
265 if (pContext->threadInfo.SINGLE_THREADED) in QueueWork()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp529 threadingInfo.SINGLE_THREADED = KNOB_SINGLE_THREADED; in swr_create_context()