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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable in typeref:typename:const struct attrib_match_info[]
345 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) {
346 if (attrib_match[i].attribute == attribute) {
347 ami = &attrib_match[i];
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_ext_pixelformat.c284 static const struct attrib_match_info attrib_match[] = { variable in typeref:typename:const struct attrib_match_info[]
346 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) {
347 if (attrib_match[i].attribute == attribute) {
348 ami = &attrib_match[i];

Completed in 3 milliseconds