Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c1021 int rgb_left_endpoint_count = 0; in get_rgba_endpoints_unorm() local
1032 rgb_left_endpoint_count++; in get_rgba_endpoints_unorm()
1053 if (rgb_left_endpoint_count == 0 || in get_rgba_endpoints_unorm()
1054 rgb_left_endpoint_count == width * height) { in get_rgba_endpoints_unorm()
1060 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count; in get_rgba_endpoints_unorm()
1062 (width * height - rgb_left_endpoint_count)); in get_rgba_endpoints_unorm()