Home
last modified time | relevance | path

Searched refs:_mesa_snorm_to_half (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/util/format/
Dformat_utils.h64 _mesa_snorm_to_half(int x, unsigned src_bits) in _mesa_snorm_to_half() function
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c1051 SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_snorm_to_half(src, 8)); in convert_half_float()
1065 SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_snorm_to_half(src, 16)); in convert_half_float()
1079 SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_snorm_to_half(src, 32)); in convert_half_float()