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/
Du_tile.c88 #define SHORT_TO_FLOAT(S) ((2.0F * (S) + 1.0F) * (1.0F/65535.0F)) macro
/third_party/mesa3d/src/mesa/main/
Dmacros.h80 #define SHORT_TO_FLOAT(S) ((2.0F * (S) + 1.0F) * (1.0F/65535.0F)) macro