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

/external/mesa3d/src/mesa/main/
H A Dformat_utils.c843 #define SWIZZLE_CONVERT(DST_TYPE, SRC_TYPE, CONV) \ macro
932 SWIZZLE_CONVERT(float, float, src);
935 SWIZZLE_CONVERT(float, uint16_t, _mesa_half_to_float(src));
939 SWIZZLE_CONVERT(float, uint8_t, _mesa_unorm_to_float(src, 8));
941 SWIZZLE_CONVERT(float, uint8_t, src);
946 SWIZZLE_CONVERT(float, int8_t, _mesa_snorm_to_float(src, 8));
948 SWIZZLE_CONVERT(float, int8_t, src);
953 SWIZZLE_CONVERT(float, uint16_t, _mesa_unorm_to_float(src, 16));
955 SWIZZLE_CONVERT(float, uint16_t, src);
960 SWIZZLE_CONVERT(floa
[all...]

Completed in 323 milliseconds