HomeSort by relevance Sort by last modified time
    Searched defs:numaId (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.h 43 uint32_t numaId; // NUMA node id
threads.cpp 59 uint32_t numaId;
129 uint32_t numaId = 0;
134 ret = GetNumaProcessorNodeEx(&procNum, (PUSHORT)&numaId);
138 if (out_nodes.size() <= numaId)
140 out_nodes.resize(numaId + 1);
142 auto& numaNode = out_nodes[numaId];
143 numaNode.numaId = numaId;
201 numaNode.numaId = physId;
779 workerId, pThreadData->numaId, pThreadData->coreId, pThreadData->htId)
    [all...]

Completed in 1169 milliseconds