Searched refs:SWIZZLE_CONVERT (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_utils.c858 #define SWIZZLE_CONVERT(DST_TYPE, SRC_TYPE, CONV) \ macro
947 SWIZZLE_CONVERT(float, float, src);
950 SWIZZLE_CONVERT(float, uint16_t, _mesa_half_to_float(src));
954 SWIZZLE_CONVERT(float, uint8_t, _mesa_unorm_to_float(src, 8));
956 SWIZZLE_CONVERT(float, uint8_t, src);
961 SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8));
963 SWIZZLE_CONVERT(float, int8_t, src);
968 SWIZZLE_CONVERT(float, uint16_t, _mesa_unorm_to_float(src, 16));
970 SWIZZLE_CONVERT(float, uint16_t, src);
975 SWIZZLE_CONVERT(floa
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_utils.c886 #define SWIZZLE_CONVERT(DST_TYPE, SRC_TYPE, CONV) \ macro
975 SWIZZLE_CONVERT(float, float, src);
978 SWIZZLE_CONVERT(float, uint16_t, _mesa_half_to_float(src));
982 SWIZZLE_CONVERT(float, uint8_t, _mesa_unorm_to_float(src, 8));
984 SWIZZLE_CONVERT(float, uint8_t, src);
989 SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8));
991 SWIZZLE_CONVERT(float, int8_t, src);
996 SWIZZLE_CONVERT(float, uint16_t, _mesa_unorm_to_float(src, 16));
998 SWIZZLE_CONVERT(float, uint16_t, src);
1003 SWIZZLE_CONVERT(floa
[all...]

Completed in 4 milliseconds