Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Disa.hpp119 nIds_{0}, nExIds_{0}, isIntel_{false}, isAMD_{false}, f_1_ECX_{0}, f_1_EDX_{0}, in InstructionSet_Internal()
179 nExIds_ = cpui[0];
181 nExIds_ = __get_cpuid_max(0x80000000, NULL);
187 for (unsigned i = 0x80000000; i <= nExIds_; ++i)
199 if (nExIds_ >= 0x80000001)
206 if (nExIds_ >= 0x80000004)
216 unsigned nExIds_; member in InstructionSet::InstructionSet_Internal