Searched refs:num_src_channels (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | format_utils.c | 774 int num_src_channels, in swizzle_convert_try_memcpy() argument 781 if (num_src_channels != num_dst_channels) in swizzle_convert_try_memcpy() 788 memcpy(dst, src, count * num_src_channels * in swizzle_convert_try_memcpy() 870 switch (num_src_channels) { \ 886 switch (num_src_channels) { \ 902 switch (num_src_channels) { \ 918 switch (num_src_channels) { \ 939 const void *void_src, GLenum src_type, int num_src_channels, in convert_float() argument 1001 const void *void_src, GLenum src_type, int num_src_channels, in convert_half_float() argument 1062 const void *void_src, GLenum src_type, int num_src_channels, in convert_ubyte() argument [all …]
|
D | format_utils.h | 229 int num_src_channels,
|