Home
last modified time | relevance | path

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

/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()
1330 vint lane_ids = vint::lane_id() + vint(start_block_mode); in compute_ideal_endpoint_formats() local
1338 vbest_error_index = select(vbest_error_index, lane_ids, mask); in compute_ideal_endpoint_formats()
1339 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_ideal_endpoint_formats()
Dastcenc_averages_and_directions.cpp821 vint lane_ids = vint::lane_id(); in compute_error_squared_rgba() local
824 vmask mask = lane_ids < vint(texel_count); in compute_error_squared_rgba()
877 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_error_squared_rgba()
960 vint lane_ids = vint::lane_id(); in compute_error_squared_rgb() local
963 vmask mask = lane_ids < vint(texel_count); in compute_error_squared_rgb()
1008 lane_ids += vint(ASTCENC_SIMD_WIDTH); in compute_error_squared_rgb()