Searched defs:FAST_X86_FPU (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h406 #define FAST_X86_FPU 0x003f macro
422 static GLuint mask = FAST_X86_FPU; \
437 #define FAST_X86_FPU 0x003f /* See GCC comments above */ macro
459 static GLushort mask = FAST_X86_FPU; \
467 #define FAST_X86_FPU 0x003f /* See GCC comments above */ macro
476 static GLuint mask = FAST_X86_FPU;\
/external/mesa3d/src/mesa/main/
H A Dcompiler.h406 #define FAST_X86_FPU 0x003f macro
422 static GLuint mask = FAST_X86_FPU; \
437 #define FAST_X86_FPU 0x003f /* See GCC comments above */ macro
459 static GLushort mask = FAST_X86_FPU; \
467 #define FAST_X86_FPU 0x003f /* See GCC comments above */ macro
476 static GLuint mask = FAST_X86_FPU;\

Completed in 91 milliseconds