Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c57 unsigned pixels_per_channel = soa_type.length / 4; in convert_to_soa() local
66 assert(pixels_per_channel <= LP_MAX_VECTOR_LENGTH); in convert_to_soa()
68 for (k = 0; k < pixels_per_channel; ++k) { in convert_to_soa()
72 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()