Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DLayout.h18 constexpr const auto kDefaultStructAlignmentSize = 16; variable
DLayout.cpp136 (kDefaultStructAlignmentSize - layout.sizeOf) % kDefaultStructAlignmentSize; in MetalLayoutOf()
DEmitMetal.cpp1239 size_t pad = (kDefaultStructAlignmentSize - layout.sizeOf) % kDefaultStructAlignmentSize; in emitStructDeclaration()