Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/format/
Dformat_utils.h58 _mesa_unorm_to_half(unsigned x, unsigned src_bits) in _mesa_unorm_to_half() function
/third_party/mesa3d/src/mesa/main/
Dformat_utils.c1044 SWIZZLE_CONVERT(uint16_t, uint8_t, _mesa_unorm_to_half(src, 8)); in convert_half_float()
1058 SWIZZLE_CONVERT(uint16_t, uint16_t, _mesa_unorm_to_half(src, 16)); in convert_half_float()
1072 SWIZZLE_CONVERT(uint16_t, uint32_t, _mesa_unorm_to_half(src, 32)); in convert_half_float()