Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tile.c88 #define SHORT_TO_FLOAT(S) ((2.0F * (S) + 1.0F) * (1.0F/65535.0F)) macro
/third_party/mesa3d/src/mesa/main/
H A Dmacros.h80 #define SHORT_TO_FLOAT(S) ((2.0F * (S) + 1.0F) * (1.0F/65535.0F)) macro

Completed in 3 milliseconds