Lines Matching defs:bsd

90 	const block_size_descriptor& bsd,
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)
183 const block_size_descriptor& bsd,
202 for (unsigned int i = 0; i < bsd.texel_count; i++)
255 for (unsigned int i = 0; i < bsd.texel_count; i++)
270 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index);
273 const auto& bm = bsd.get_block_mode(scb.block_mode);
274 const auto& di = bsd.get_decimation_info(bm.decimation_mode);
281 unpack_weights(bsd, scb, di, is_dual_plane, plane1_weights, plane2_weights);
326 const block_size_descriptor& bsd,
338 assert(bsd.get_block_mode(scb.block_mode).is_dual_plane == 1);
341 const block_mode& bm = bsd.get_block_mode(scb.block_mode);
342 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode);
347 unpack_weights(bsd, scb, di, true, plane1_weights, plane2_weights);
368 unsigned int texel_count = bsd.texel_count;
420 const block_size_descriptor& bsd,
424 assert(bsd.get_block_mode(scb.block_mode).is_dual_plane == 0);
436 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index);
439 const block_mode& bm = bsd.get_block_mode(scb.block_mode);
440 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode);
444 unpack_weights(bsd, scb, di, false, plane1_weights, nullptr);
518 const block_size_descriptor& bsd,
529 assert(bsd.get_partition_info(scb.partition_count, scb.partition_index).partition_count == 1);
532 const block_mode& bm = bsd.get_block_mode(scb.block_mode);
533 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode);
537 unpack_weights(bsd, scb, di, false, plane1_weights, nullptr);
558 unsigned int texel_count = bsd.texel_count;