Searched refs:rgb_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.h1228 int rgb_left_endpoint_count = 0; local in function:get_rgba_endpoints_unorm
1239 rgb_left_endpoint_count++;
1260 if (rgb_left_endpoint_count == 0 ||
1261 rgb_left_endpoint_count == width * height) {
1267 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count;
1269 (width * height - rgb_left_endpoint_count));
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h1225 int rgb_left_endpoint_count = 0; local in function:get_rgba_endpoints_unorm
1236 rgb_left_endpoint_count++;
1257 if (rgb_left_endpoint_count == 0 ||
1258 rgb_left_endpoint_count == width * height) {
1264 endpoints[0][i] = sums[0][i] / rgb_left_endpoint_count;
1266 (width * height - rgb_left_endpoint_count));

Completed in 7 milliseconds