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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp2903 struct temp_attr { struct in function:assign_attribute_or_color_locations
2910 const temp_attr *const l = (const temp_attr *) a;
2911 const temp_attr *const r = (const temp_attr *) b;
3240 qsort(to_assign, num_attr, sizeof(to_assign[0]), temp_attr::compare);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp2803 struct temp_attr { struct in function:assign_attribute_or_color_locations
2810 const temp_attr *const l = (const temp_attr *) a;
2811 const temp_attr *const r = (const temp_attr *) b;
3140 qsort(to_assign, num_attr, sizeof(to_assign[0]), temp_attr::compare);

Completed in 13 milliseconds