Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp494 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking() local
497 ASSERT(packedGlslLayout.sizeOf <= unpackedGlslLayout.sizeOf); in introducePacking()
498 if (packedGlslLayout.sizeOf == unpackedGlslLayout.sizeOf) in introducePacking()
511 const size_t pad = unpackedGlslLayout.sizeOf - packedGlslLayout.sizeOf; in introducePacking()