Searched refs:pixels_per_channel (Results 1 – 1 of 1) sorted by relevance
57 unsigned pixels_per_channel = soa_type.length / 4; in convert_to_soa() local66 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()