Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c267 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, in _mesa_format_convert() argument
271 uint8_t *dst = (uint8_t *)void_dst; in _mesa_format_convert()
850 DST_TYPE *typed_dst = void_dst; \
924 convert_float(void *void_dst, int num_dst_channels, in convert_float() argument
986 convert_half_float(void *void_dst, int num_dst_channels, in convert_half_float() argument
1047 convert_ubyte(void *void_dst, int num_dst_channels, in convert_ubyte() argument
1113 convert_byte(void *void_dst, int num_dst_channels, in convert_byte() argument
1179 convert_ushort(void *void_dst, int num_dst_channels, in convert_ushort() argument
1245 convert_short(void *void_dst, int num_dst_channels, in convert_short() argument
1310 convert_uint(void *void_dst, int num_dst_channels, in convert_uint() argument
[all …]
Dformat_utils.h236 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride,