Home
last modified time | relevance | path

Searched refs:texels_per_block (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp260 unsigned int texels_per_block = x_texels * y_texels; in init_decimation_info_2d() local
266 promise(texels_per_block > 0); in init_decimation_info_2d()
275 for (unsigned int i = 0; i < texels_per_block; i++) in init_decimation_info_2d()
326 for (unsigned int i = 0; i < texels_per_block; i++) in init_decimation_info_2d()
387 unsigned int texels_per_block_simd = round_up_to_simd_multiple_vla(texels_per_block); in init_decimation_info_2d()
388 for (unsigned int i = texels_per_block; i < texels_per_block_simd; i++) in init_decimation_info_2d()
417 di.texel_count = static_cast<uint8_t>(texels_per_block); in init_decimation_info_2d()
446 unsigned int texels_per_block = x_texels * y_texels * z_texels; in init_decimation_info_3d() local
452 promise(texels_per_block > 0); in init_decimation_info_3d()
459 for (unsigned int i = 0; i < texels_per_block; in init_decimation_info_3d()
[all...]
H A Dastcenc_find_best_partitioning.cpp575 unsigned int texels_per_block = bsd.texel_count;
577 if (texels_per_block <= 20)
581 else if (texels_per_block <= 31)
585 else if (texels_per_block <= 41)
H A Dastcenc_partition_tables.cpp283 int texels_per_block = bsd.texel_count; in generate_one_partition_info_entry() local
284 bool small_block = texels_per_block < 32; in generate_one_partition_info_entry()
H A Dastcenc_compress_symbolic.cpp1267 * @param texels_per_block The number of texels in a block.
1273 int texels_per_block, in prepare_block_statistics()
1295 promise(texels_per_block > 0); in prepare_block_statistics()
1296 for (int i = 0; i < texels_per_block; i++) in prepare_block_statistics()
1272 prepare_block_statistics( int texels_per_block, const image_block& blk ) prepare_block_statistics() argument
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp242 int texels_per_block = xdim * ydim; in initialize_decimation_table_2d() local
249 for (i = 0; i < texels_per_block; i++) in initialize_decimation_table_2d()
291 for (i = 0; i < texels_per_block; i++) in initialize_decimation_table_2d()
325 int texels_per_block = xdim * ydim * zdim; in initialize_decimation_table_3d() local
332 for (i = 0; i < texels_per_block; i++) in initialize_decimation_table_3d()
452 for (i = 0; i < texels_per_block; i++) in initialize_decimation_table_3d()
H A Dastc_partition_tables.cpp231 int texels_per_block = bsd->texel_count; in generate_one_partition_table() local
232 int small_block = texels_per_block < 32; in generate_one_partition_table()
249 for (i = 0; i < texels_per_block; i++) in generate_one_partition_table()
H A Dastc_image_load_store.cpp189 int texels_per_block = xdim * ydim * zdim; in update_imageblock_flags() local
193 for (i = 0; i < texels_per_block; i++) in update_imageblock_flags()

Completed in 9 milliseconds