Searched refs:pixels_per_channel (Results 1 – 1 of 1) sorted by relevance
59 unsigned pixels_per_channel = soa_type.length / 4; in convert_to_soa() local68 assert(pixels_per_channel <= LP_MAX_VECTOR_LENGTH); in convert_to_soa()70 for (k = 0; k < pixels_per_channel; ++k) { in convert_to_soa()74 aos_channels[j] = lp_build_concat(gallivm, channel, aos_channel_type, pixels_per_channel); in convert_to_soa()