Lines Matching defs:texel_count

53 	unsigned int texel_count = blk.texel_count;
54 promise(texel_count > 0);
67 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
71 vmask lane_mask = lane_id < vint(texel_count);
86 vfloat4 block_total = blk.data_mean.swz<0, 1, 2>() * static_cast<float>(blk.texel_count);
103 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
107 vmask lane_mask = lane_id < vint(texel_count);
126 vfloat4 block_total = blk.data_mean.swz<0, 1, 2>() * static_cast<float>(blk.texel_count);
148 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
152 vmask lane_mask = lane_id < vint(texel_count);
175 vfloat4 block_total = blk.data_mean.swz<0, 1, 2>() * static_cast<float>(blk.texel_count);
224 unsigned int texel_count = blk.texel_count;
225 promise(texel_count > 0);
238 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
242 vmask lane_mask = lane_id < vint(texel_count);
260 vfloat4 block_total = blk.data_mean * static_cast<float>(blk.texel_count);
278 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
282 vmask lane_mask = lane_id < vint(texel_count);
305 vfloat4 block_total = blk.data_mean * static_cast<float>(blk.texel_count);
329 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
333 vmask lane_mask = lane_id < vint(texel_count);
361 vfloat4 block_total = blk.data_mean * static_cast<float>(blk.texel_count);
403 unsigned int texel_count = pi.partition_texel_count[partition];
404 promise(texel_count > 0);
414 for (unsigned int i = 0; i < texel_count; i++)
518 unsigned int texel_count = pi.partition_texel_count[partition];
519 promise(texel_count > 0);
528 for (unsigned int i = 0; i < texel_count; i++)
583 unsigned int texel_count = pi.partition_texel_count[partition];
584 promise(texel_count > 0);
593 for (unsigned int i = 0; i < texel_count; i++)
673 unsigned int texel_count = pt.partition_texel_count[partition];
674 promise(texel_count > 0);
680 for (unsigned int i = 0; i < texel_count; i++)
686 average = average / static_cast<float>(texel_count);
694 for (unsigned int i = 0; i < texel_count; i++)
745 unsigned int texel_count = pi.partition_texel_count[partition];
746 promise(texel_count > 0);
778 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
780 vmask mask = lane_ids < vint(texel_count);
860 unsigned int texel_count = pi.partition_texel_count[partition];
861 promise(texel_count > 0);
892 for (unsigned int i = 0; i < texel_count; i += ASTCENC_SIMD_WIDTH)
894 vmask mask = lane_ids < vint(texel_count);