Searched refs:TO_32_SNORM (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/translate/ |
D | translate_generic.c | 130 #define TO_32_SNORM(x) ((int) (x * 2147483647.0f)) macro 167 ATTRIB(R32G32B32A32_SNORM, 4, float, int, TO_32_SNORM) 168 ATTRIB(R32G32B32_SNORM, 3, float, int, TO_32_SNORM) 169 ATTRIB(R32G32_SNORM, 2, float, int, TO_32_SNORM) 170 ATTRIB(R32_SNORM, 1, float, int, TO_32_SNORM)
|