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.c804 int num_src_channels, in swizzle_convert_try_memcpy() argument
811 if (num_src_channels != num_dst_channels) in swizzle_convert_try_memcpy()
818 memcpy(dst, src, count * num_src_channels * in swizzle_convert_try_memcpy()
900 switch (num_src_channels) { \
916 switch (num_src_channels) { \
932 switch (num_src_channels) { \
948 switch (num_src_channels) { \
969 const void *void_src, GLenum src_type, int num_src_channels, in convert_float() argument
1031 const void *void_src, GLenum src_type, int num_src_channels, in convert_half_float() argument
1092 const void *void_src, GLenum src_type, int num_src_channels, in convert_ubyte() argument
[all …]
Dformat_utils.h230 int num_src_channels,