Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c801 int num_dst_channels, in swizzle_convert_try_memcpy() argument
811 if (num_src_channels != num_dst_channels) in swizzle_convert_try_memcpy()
814 for (i = 0; i < num_dst_channels; ++i) in swizzle_convert_try_memcpy()
898 switch (num_dst_channels) { \
968 convert_float(void *void_dst, int num_dst_channels, in convert_float() argument
1030 convert_half_float(void *void_dst, int num_dst_channels, in convert_half_float() argument
1091 convert_ubyte(void *void_dst, int num_dst_channels, in convert_ubyte() argument
1157 convert_byte(void *void_dst, int num_dst_channels, in convert_byte() argument
1223 convert_ushort(void *void_dst, int num_dst_channels, in convert_ushort() argument
1289 convert_short(void *void_dst, int num_dst_channels, in convert_short() argument
[all …]
Dformat_utils.h227 int num_dst_channels,