Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexcompress_bptc.c765 int n_endpoints; in extract_float_endpoints() local
770 n_endpoints = 4; in extract_float_endpoints()
772 n_endpoints = 2; in extract_float_endpoints()
774 memset(endpoints, 0, sizeof endpoints[0][0] * n_endpoints * 3); in extract_float_endpoints()
794 for (endpoint = 1; endpoint < n_endpoints; endpoint++) { in extract_float_endpoints()
806 for (endpoint = 0; endpoint < n_endpoints; endpoint++) { in extract_float_endpoints()
815 for (endpoint = 0; endpoint < n_endpoints; endpoint++) { in extract_float_endpoints()