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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcompiler.h403 #define DEFAULT_X86_FPU 0x037f macro
415 static GLuint mask = DEFAULT_X86_FPU; \
436 #define DEFAULT_X86_FPU 0x037f /* See GCC comments above */ macro
453 static GLushort mask = DEFAULT_X86_FPU; \
466 #define DEFAULT_X86_FPU 0x037f /* See GCC comments above */ macro
470 static GLuint mask = DEFAULT_X86_FPU;\
/external/mesa3d/src/mesa/main/
H A Dcompiler.h403 #define DEFAULT_X86_FPU 0x037f macro
415 static GLuint mask = DEFAULT_X86_FPU; \
436 #define DEFAULT_X86_FPU 0x037f /* See GCC comments above */ macro
453 static GLushort mask = DEFAULT_X86_FPU; \
466 #define DEFAULT_X86_FPU 0x037f /* See GCC comments above */ macro
470 static GLuint mask = DEFAULT_X86_FPU;\

Completed in 97 milliseconds