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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h889 int n_endpoints; local in function:extract_float_endpoints
894 n_endpoints = 4;
896 n_endpoints = 2;
898 memset(endpoints, 0, sizeof endpoints[0][0] * n_endpoints * 3);
918 for (endpoint = 1; endpoint < n_endpoints; endpoint++) {
930 for (endpoint = 0; endpoint < n_endpoints; endpoint++) {
939 for (endpoint = 0; endpoint < n_endpoints; endpoint++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexcompress_bptc_tmp.h884 int n_endpoints; local in function:extract_float_endpoints
889 n_endpoints = 4;
891 n_endpoints = 2;
893 memset(endpoints, 0, sizeof endpoints[0][0] * n_endpoints * 3);
913 for (endpoint = 1; endpoint < n_endpoints; endpoint++) {
925 for (endpoint = 0; endpoint < n_endpoints; endpoint++) {
934 for (endpoint = 0; endpoint < n_endpoints; endpoint++) {

Completed in 6 milliseconds