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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1229 int alpha_left_endpoint_count = 0; local in function:get_rgba_endpoints_unorm
1248 alpha_left_endpoint_count++;
1273 if (alpha_left_endpoint_count == 0 ||
1274 alpha_left_endpoint_count == width * height) {
1278 endpoints[0][3] = sums[0][3] / alpha_left_endpoint_count;
1280 (width * height - alpha_left_endpoint_count));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1226 int alpha_left_endpoint_count = 0; local in function:get_rgba_endpoints_unorm
1245 alpha_left_endpoint_count++;
1270 if (alpha_left_endpoint_count == 0 ||
1271 alpha_left_endpoint_count == width * height) {
1275 endpoints[0][3] = sums[0][3] / alpha_left_endpoint_count;
1277 (width * height - alpha_left_endpoint_count));

Completed in 6 milliseconds