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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c445 #define UBYTE_TO_USHORT(B) ((B) | ((B) << 8)) macro
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c409 #define UBYTE_TO_USHORT(B) ((B) | ((B) << 8)) macro
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmacros.h130 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b)) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmacros.h132 #define UBYTE_TO_USHORT(b) (((GLushort) (b) << 8) | (GLushort) (b)) macro

Completed in 6 milliseconds