Lines Matching defs:texel_count
109 for (unsigned int i = 0; i < bsd.texel_count; i += ASTCENC_SIMD_WIDTH)
142 for (unsigned int i = 0; i < bsd.texel_count; i += ASTCENC_SIMD_WIDTH)
202 for (unsigned int i = 0; i < bsd.texel_count; i++)
255 for (unsigned int i = 0; i < bsd.texel_count; i++)
305 int texel_count = pi.partition_texel_count[i];
306 for (int j = 0; j < texel_count; j++)
368 unsigned int texel_count = bsd.texel_count;
369 for (unsigned int i = 0; i < texel_count; i++)
464 unsigned int texel_count = pi.partition_texel_count[i];
465 for (unsigned int j = 0; j < texel_count; j++)
558 unsigned int texel_count = bsd.texel_count;
559 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
623 vmask mask = lane_id < vint(texel_count);