Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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.cpp475 const bool canBePacked = CanBePacked(currType); in introducePacking()
485 if (!CanBePacked(currType)) in introducePacking()