Searched refs:_mesa_snorm_to_unorm (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_utils.c | 1116 SWIZZLE_CONVERT(uint8_t, int8_t, _mesa_snorm_to_unorm(src, 8, 8)); in convert_ubyte() 1130 SWIZZLE_CONVERT(uint8_t, int16_t, _mesa_snorm_to_unorm(src, 16, 8)); in convert_ubyte() 1144 SWIZZLE_CONVERT(uint8_t, int32_t, _mesa_snorm_to_unorm(src, 32, 8)); in convert_ubyte() 1252 SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_snorm_to_unorm(src, 8, 16)); in convert_ushort() 1262 SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_snorm_to_unorm(src, 16, 16)); in convert_ushort() 1276 SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_snorm_to_unorm(src, 32, 16)); in convert_ushort() 1383 SWIZZLE_CONVERT(uint32_t, int8_t, _mesa_snorm_to_unorm(src, 8, 32)); in convert_uint() 1397 SWIZZLE_CONVERT(uint32_t, int16_t, _mesa_snorm_to_unorm(src, 16, 32)); in convert_uint() 1407 SWIZZLE_CONVERT(uint32_t, int32_t, _mesa_snorm_to_unorm(src, 32, 32)); in convert_uint()
|
/third_party/mesa3d/src/util/format/ |
D | format_utils.h | 107 _mesa_snorm_to_unorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_unorm() function
|