Home
last modified time | relevance | path

Searched refs:CanBePacked (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DLayout.h29 bool CanBePacked(TLayoutBlockStorage storage);
32 bool CanBePacked(TLayoutQualifier layoutQualifier);
35 bool CanBePacked(const TType &type);
DLayout.cpp207 bool sh::CanBePacked(TLayoutBlockStorage storage) in CanBePacked() function in sh
223 bool sh::CanBePacked(TLayoutQualifier layoutQualifier) in CanBePacked() function in sh
225 return CanBePacked(layoutQualifier.blockStorage); in CanBePacked()
228 bool sh::CanBePacked(const TType &type) in CanBePacked() function in sh
234 return CanBePacked(type.getLayoutQualifier()); in CanBePacked()
DModifyStruct.cpp471 const bool canBePacked = CanBePacked(currType); in introducePacking()
481 if (!CanBePacked(currType)) in introducePacking()