Home
last modified time | relevance | path

Searched refs:texels_to_process (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp352 unsigned int texels_to_process = astc::min(bsd.texel_count, BLOCK_MAX_KMEANS_TEXELS); in generate_one_partition_info_entry() local
353 for (unsigned int i = 0; i < texels_to_process; i++) in generate_one_partition_info_entry()
Dastcenc_find_best_partitioning.cpp470 unsigned int texels_to_process = astc::min(bsd.texel_count, BLOCK_MAX_KMEANS_TEXELS); in compute_kmeans_partition_ordering() local
471 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()