H A D | format_utils.c | 289 bool normalized, dst_integer, src_integer, is_signed; in _mesa_format_convert() local 417 normalized = false; in _mesa_format_convert() 425 normalized = _mesa_array_format_is_normalized(src_array_format); in _mesa_format_convert() 436 normalized |= _mesa_array_format_is_normalized(dst_array_format); in _mesa_format_convert() 449 src2dst, normalized, width); in _mesa_format_convert() 538 rebased_src2rgba, normalized, width); in _mesa_format_convert() 561 rgba2dst, normalized, width); in _mesa_format_convert() 583 rebased_src2rgba, normalized, width); in _mesa_format_convert() 595 rebase_swizzle, normalized, width); in _mesa_format_convert() 605 rgba2dst, normalized, widt in _mesa_format_convert() 687 _mesa_format_to_array(mesa_format format, GLenum *type, int *num_components, uint8_t swizzle[4], bool *normalized) _mesa_format_to_array() argument 798 swizzle_convert_try_memcpy(void *dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) swizzle_convert_try_memcpy() argument 967 convert_float(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_float() argument 1029 convert_half_float(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_half_float() argument 1090 convert_ubyte(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_ubyte() argument 1156 convert_byte(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_byte() argument 1222 convert_ushort(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_ushort() argument 1288 convert_short(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_short() argument 1353 convert_uint(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_uint() argument 1419 convert_int(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) convert_int() argument 1533 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *void_src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) _mesa_swizzle_and_convert() argument [all...] |