Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1103 unsigned int end_block_mode, in compute_ideal_endpoint_formats() argument
1148 const unsigned int packed_end_block_mode = round_up_to_simd_multiple_vla(end_block_mode); in compute_ideal_endpoint_formats()
1149 for (unsigned int i = end_block_mode; i < packed_end_block_mode; i++) in compute_ideal_endpoint_formats()
1163 for (unsigned int i = start_block_mode; i < end_block_mode; i++) in compute_ideal_endpoint_formats()
1196 for (unsigned int i = 0; i < end_block_mode; i++) in compute_ideal_endpoint_formats()
1229 for (unsigned int i = 0; i < end_block_mode; i++) in compute_ideal_endpoint_formats()
1263 for (unsigned int i = 0; i < end_block_mode; i++) in compute_ideal_endpoint_formats()
1304 for (unsigned int j = start_block_mode; j < end_block_mode; j += ASTCENC_SIMD_WIDTH) in compute_ideal_endpoint_formats()
Dastcenc_internal.h1875 unsigned int end_block_mode,