Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.h76 _mesa_snorm_to_half(int x, unsigned src_bits) in _mesa_snorm_to_half() function
Dformat_utils.c1008 SWIZZLE_CONVERT(uint16_t, int8_t, _mesa_snorm_to_half(src, 8)); in convert_half_float()
1022 SWIZZLE_CONVERT(uint16_t, int16_t, _mesa_snorm_to_half(src, 16)); in convert_half_float()
1036 SWIZZLE_CONVERT(uint16_t, int32_t, _mesa_snorm_to_half(src, 32)); in convert_half_float()