Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c774 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 …]
Dformat_utils.h229 int num_src_channels,