Home
last modified time | relevance | path

Searched refs:_mesa_snorm_to_snorm (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_utils.c1196 SWIZZLE_CONVERT(int8_t, int16_t, _mesa_snorm_to_snorm(src, 16, 8)); in convert_byte()
1210 SWIZZLE_CONVERT(int8_t, int32_t, _mesa_snorm_to_snorm(src, 32, 8)); in convert_byte()
1318 SWIZZLE_CONVERT(int16_t, int8_t, _mesa_snorm_to_snorm(src, 8, 16)); in convert_short()
1342 SWIZZLE_CONVERT(int16_t, int32_t, _mesa_snorm_to_snorm(src, 32, 16)); in convert_short()
1449 SWIZZLE_CONVERT(int32_t, int8_t, _mesa_snorm_to_snorm(src, 8, 32)); in convert_int()
1463 SWIZZLE_CONVERT(int32_t, int16_t, _mesa_snorm_to_snorm(src, 16, 32)); in convert_int()
/third_party/mesa3d/src/util/format/
Dformat_utils.h139 _mesa_snorm_to_snorm(int x, unsigned src_bits, unsigned dst_bits) in _mesa_snorm_to_snorm() function
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_helpers.c539 clamp_color.i[i] = _mesa_snorm_to_snorm(clamp_color.i[i], bits, bits); in util_clamp_color()