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_tmp.h1225 int rgb_left_endpoint_count = 0; in get_rgba_endpoints_unorm() local
1236 rgb_left_endpoint_count++; in get_rgba_endpoints_unorm()
1257 if (rgb_left_endpoint_count == 0 || in get_rgba_endpoints_unorm()
1258 rgb_left_endpoint_count == width * height) { in get_rgba_endpoints_unorm()
1264 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count; in get_rgba_endpoints_unorm()
1266 (width * height - rgb_left_endpoint_count)); in get_rgba_endpoints_unorm()