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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp119 nIds_{0}, nExIds_{0}, isIntel_{false}, isAMD_{false}, f_1_ECX_{0}, f_1_EDX_{0},
129 nIds_ = cpui[0];
131 nIds_ = __get_cpuid_max(0, NULL);
134 for (int i = 0; i <= nIds_; ++i)
162 if (nIds_ >= 1)
169 if (nIds_ >= 7)
215 int nIds_; member in class:InstructionSet::InstructionSet_Internal
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Disa.hpp119 nIds_{0}, nExIds_{0}, isIntel_{false}, isAMD_{false}, f_1_ECX_{0}, f_1_EDX_{0},
129 nIds_ = cpui[0];
131 nIds_ = __get_cpuid_max(0, NULL);
134 for (int i = 0; i <= nIds_; ++i)
162 if (nIds_ >= 1)
169 if (nIds_ >= 7)
215 int nIds_; member in class:InstructionSet::InstructionSet_Internal

Completed in 2 milliseconds