Searched defs:ami (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c345 const struct attrib_match_info *ami = NULL; local
352 ami = &attrib_match[i];
356 if (ami == NULL)
368 if (ami->exact) {
385 scores[index].points -= (actual_value - expected_value) * ami->weight;

Completed in 198 milliseconds