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

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
common_x86.c 56 int _mesa_x86_cpu_features = 0x0; variable
96 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
118 * If not, turn off the X86_FEATURE_XMM flag in _mesa_x86_cpu_features.
129 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
137 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
150 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
202 * Initialize the _mesa_x86_cpu_features bitfield.
216 _mesa_x86_cpu_features = 0x0;
243 _mesa_x86_cpu_features |= X86_FEATURE_FPU;
245 _mesa_x86_cpu_features |= X86_FEATURE_CMOV
    [all...]
  /external/mesa3d/src/mesa/x86/
common_x86.c 56 int _mesa_x86_cpu_features = 0x0; variable
96 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
118 * If not, turn off the X86_FEATURE_XMM flag in _mesa_x86_cpu_features.
129 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
137 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
150 _mesa_x86_cpu_features &= ~(X86_FEATURE_XMM);
202 * Initialize the _mesa_x86_cpu_features bitfield.
216 _mesa_x86_cpu_features = 0x0;
243 _mesa_x86_cpu_features |= X86_FEATURE_FPU;
245 _mesa_x86_cpu_features |= X86_FEATURE_CMOV
    [all...]

Completed in 528 milliseconds