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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlinker.cpp2868 unsigned double_storage_locations = 0; local in function:assign_attribute_or_color_locations
3200 double_storage_locations |= (use_mask << attr);
3224 util_bitcount(double_storage_locations);
3277 double_storage_locations |= (use_mask << location);
3288 util_bitcount(double_storage_locations);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlinker.cpp2768 unsigned double_storage_locations = 0; local in function:assign_attribute_or_color_locations
3100 double_storage_locations |= (use_mask << attr);
3124 util_bitcount(double_storage_locations);
3177 double_storage_locations |= (use_mask << location);
3188 util_bitcount(double_storage_locations);

Completed in 14 milliseconds