Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1102 unsigned int start_block_mode, in compute_ideal_endpoint_formats() argument
1139 unsigned int packed_start_block_mode = round_down_to_simd_multiple_vla(start_block_mode); in compute_ideal_endpoint_formats()
1140 for (unsigned int i = packed_start_block_mode; i < start_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()
1195 assert(start_block_mode == 0); in compute_ideal_endpoint_formats()
1228 assert(start_block_mode == 0); in compute_ideal_endpoint_formats()
1262 assert(start_block_mode == 0); in compute_ideal_endpoint_formats()
1302 start_block_mode = round_down_to_simd_multiple_vla(start_block_mode); in compute_ideal_endpoint_formats()
1303 vint lane_ids = vint::lane_id() + vint(start_block_mode); 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.h1874 unsigned int start_block_mode,