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

/external/mesa3d/src/mesa/main/
H A Dpack.c470 #define SRC_CONVERT(x) (x) macro
474 #undef SRC_CONVERT macro
478 #define SRC_CONVERT(x) MIN2(x, 0x7fffffff) macro
482 #undef SRC_CONVERT macro
486 #define SRC_CONVERT(x) MIN2(x, 0xffff) macro
490 #undef SRC_CONVERT macro
494 #define SRC_CONVERT(x) CLAMP((int)x, -32768, 32767) macro
498 #undef SRC_CONVERT macro
502 #define SRC_CONVERT(x) MIN2(x, 0xff) macro
506 #undef SRC_CONVERT macro
510 #define SRC_CONVERT macro
514 #undef SRC_CONVERT macro
864 #define SRC_CONVERT macro
868 #undef SRC_CONVERT macro
872 #define SRC_CONVERT macro
876 #undef SRC_CONVERT macro
880 #define SRC_CONVERT macro
884 #undef SRC_CONVERT macro
888 #define SRC_CONVERT macro
892 #undef SRC_CONVERT macro
896 #define SRC_CONVERT macro
900 #undef SRC_CONVERT macro
[all...]

Completed in 108 milliseconds