Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DLayout.cpp136 (kDefaultStructAlignmentSize - layout.sizeOf) % kDefaultStructAlignmentSize; in MetalLayoutOf()
H A DLayout.h18 constexpr const auto kDefaultStructAlignmentSize = 16; variable