Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1128 unsigned int end_block_mode, in compute_ideal_endpoint_formats() argument
1165 const unsigned int packed_end_block_mode = round_up_to_simd_multiple_vla(end_block_mode); in compute_ideal_endpoint_formats()
1175 for (unsigned int i = end_block_mode; i < packed_end_block_mode; i++) in compute_ideal_endpoint_formats()
1189 for (unsigned int i = start_block_mode; i < end_block_mode; ++i) in compute_ideal_endpoint_formats()
1223 for (unsigned int i = 0; i < end_block_mode; ++i) in compute_ideal_endpoint_formats()
1256 for (unsigned int i = 0; i < end_block_mode; ++i) in compute_ideal_endpoint_formats()
1290 for (unsigned int i = 0; i < end_block_mode; ++i) in compute_ideal_endpoint_formats()
1331 for (unsigned int j = start_block_mode; j < end_block_mode; j += ASTCENC_SIMD_WIDTH) in compute_ideal_endpoint_formats()
Dastcenc_internal.h2182 unsigned int end_block_mode,