Lines Matching refs:texel_count
129 promise(bsd.texel_count > 0);
132 for (; texel + ASTCENC_SIMD_WIDTH <= bsd.texel_count; texel += ASTCENC_SIMD_WIDTH)
231 for (; texel < bsd.texel_count; texel++)
336 promise(bsd.texel_count > 0);
337 for (unsigned int texel = 0; texel < bsd.texel_count; texel++)
418 assert(weight_count != bsd.texel_count);
870 if (di.weight_count != bsd.texel_count)
1208 if (di.weight_count != bsd.texel_count)
1456 float error_weight_sum = hadd_s(blk.channel_weight) * bsd.texel_count;
1462 lowest_correl = prepare_block_statistics(bsd.texel_count, blk);
1538 float error_weight_sum = hadd_s(blk.channel_weight) * bsd.texel_count;
1609 lowest_correl = prepare_block_statistics(bsd.texel_count, blk);
1756 for (size_t ii = 0; ii < bsd.texel_count; ii++) {