Searched refs:void_dst (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | format_utils.c | 258 * \param void_dst The address where converted color data will be stored. 278 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride, in _mesa_format_convert() argument 282 uint8_t *dst = (uint8_t *)void_dst; in _mesa_format_convert() 893 DST_TYPE *typed_dst = void_dst; \ 967 convert_float(void *void_dst, int num_dst_channels, in convert_float() argument 1029 convert_half_float(void *void_dst, int num_dst_channels, in convert_half_float() argument 1090 convert_ubyte(void *void_dst, int num_dst_channels, in convert_ubyte() argument 1156 convert_byte(void *void_dst, int num_dst_channels, in convert_byte() argument 1222 convert_ushort(void *void_dst, int num_dst_channels, in convert_ushort() argument 1288 convert_short(void *void_dst, in 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...] |
H A D | format_utils.h | 63 _mesa_format_convert(void *void_dst, uint32_t dst_format, size_t dst_stride,
|
Completed in 3 milliseconds