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

/external/mesa3d/src/mesa/main/
H A Dformat_utils.c757 int num_dst_channels,
767 if (num_src_channels != num_dst_channels)
770 for (i = 0; i < num_dst_channels; ++i)
854 switch (num_dst_channels) { \
924 convert_float(void *void_dst, int num_dst_channels, argument
986 convert_half_float(void *void_dst, int num_dst_channels, argument
1047 convert_ubyte(void *void_dst, int num_dst_channels, argument
1113 convert_byte(void *void_dst, int num_dst_channels, argument
1179 convert_ushort(void *void_dst, int num_dst_channels, argument
1245 convert_short(void *void_dst, int num_dst_channels, argument
755 swizzle_convert_try_memcpy(void *dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) argument
1310 convert_uint(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) argument
1376 convert_int(void *void_dst, int num_dst_channels, const void *void_src, GLenum src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) argument
1490 _mesa_swizzle_and_convert(void *void_dst, enum mesa_array_format_datatype dst_type, int num_dst_channels, const void *void_src, enum mesa_array_format_datatype src_type, int num_src_channels, const uint8_t swizzle[4], bool normalized, int count) argument
[all...]
H A Dformat_utils.h226 int num_dst_channels,

Completed in 1629 milliseconds