Searched refs:num_src_channels (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_utils.c | 803 int num_src_channels, in swizzle_convert_try_memcpy() argument 810 if (num_src_channels != num_dst_channels) in swizzle_convert_try_memcpy() 817 memcpy(dst, src, count * num_src_channels * in swizzle_convert_try_memcpy() 899 switch (num_src_channels) { \ 915 switch (num_src_channels) { \ 931 switch (num_src_channels) { \ 947 switch (num_src_channels) { \ 968 const void *void_src, GLenum src_type, int num_src_channels, in convert_float() argument 1030 const void *void_src, GLenum src_type, int num_src_channels, in convert_half_float() argument 1091 const void *void_src, GLenum src_type, int num_src_channels, in convert_ubyte() argument [all …]
|
D | format_utils.h | 56 int num_src_channels,
|