Home
last modified time | relevance | path

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

/external/mesa3d/src/util/format/
Dtexcompress_bptc_tmp.h1342 int alpha_left_endpoint_count = 0; in get_rgba_endpoints_unorm() local
1361 alpha_left_endpoint_count++; in get_rgba_endpoints_unorm()
1386 if (alpha_left_endpoint_count == 0 || in get_rgba_endpoints_unorm()
1387 alpha_left_endpoint_count == width * height) { in get_rgba_endpoints_unorm()
1391 endpoints[0][3] = sums[0][3] / alpha_left_endpoint_count; in get_rgba_endpoints_unorm()
1393 (width * height - alpha_left_endpoint_count)); in get_rgba_endpoints_unorm()