Searched refs:CanBePacked (Results 1 – 3 of 3) sorted by relevance
29 bool CanBePacked(TLayoutBlockStorage storage);32 bool CanBePacked(TLayoutQualifier layoutQualifier);35 bool CanBePacked(const TType &type);
207 bool sh::CanBePacked(TLayoutBlockStorage storage) in CanBePacked() function in sh223 bool sh::CanBePacked(TLayoutQualifier layoutQualifier) in CanBePacked() function in sh225 return CanBePacked(layoutQualifier.blockStorage); in CanBePacked()228 bool sh::CanBePacked(const TType &type) in CanBePacked() function in sh234 return CanBePacked(type.getLayoutQualifier()); in CanBePacked()
471 const bool canBePacked = CanBePacked(currType); in introducePacking()481 if (!CanBePacked(currType)) in introducePacking()