Searched refs:texels_to_process (Results 1 – 2 of 2) sorted by relevance
352 unsigned int texels_to_process = astc::min(bsd.texel_count, BLOCK_MAX_KMEANS_TEXELS); in generate_one_partition_info_entry() local353 for (unsigned int i = 0; i < texels_to_process; i++) in generate_one_partition_info_entry()
470 unsigned int texels_to_process = astc::min(bsd.texel_count, BLOCK_MAX_KMEANS_TEXELS); in compute_kmeans_partition_ordering() local471 promise(texels_to_process > 0); in compute_kmeans_partition_ordering()472 for (unsigned int i = 0; i < texels_to_process; i++) in compute_kmeans_partition_ordering()