Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp123 vint lane_ids = vint::lane_id(); in compute_error_squared_rgb_single_partition() local
128 vmask mask = lane_ids < vint(texel_count); in compute_error_squared_rgb_single_partition()
129 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_error_squared_rgb_single_partition()
1303 vint lane_ids = vint::lane_id() + vint(start_block_mode); in compute_ideal_endpoint_formats() local
1309 vbest_error_index = select(vbest_error_index, lane_ids, mask); in compute_ideal_endpoint_formats()
1310 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_ideal_endpoint_formats()
Dastcenc_averages_and_directions.cpp787 vint lane_ids = vint::lane_id(); in compute_error_squared_rgba() local
790 vmask mask = lane_ids < vint(texel_count); in compute_error_squared_rgba()
843 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_error_squared_rgba()
926 vint lane_ids = vint::lane_id(); in compute_error_squared_rgb() local
929 vmask mask = lane_ids < vint(texel_count); in compute_error_squared_rgb()
974 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_error_squared_rgb()