Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp117 : nIds_{ 0 }, in InstructionSet_Internal()
137 nIds_ = cpui[0];
139 nIds_ = __get_cpuid_max(0, NULL);
142 for (int i = 0; i <= nIds_; ++i)
170 if (nIds_ >= 1)
177 if (nIds_ >= 7)
223 int nIds_; member in InstructionSet::InstructionSet_Internal