Searched refs:unpackedGlslLayout (Results 1 – 1 of 1) sorted by relevance
490 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking() local493 ASSERT(packedGlslLayout.sizeOf <= unpackedGlslLayout.sizeOf); in introducePacking()494 if (packedGlslLayout.sizeOf == unpackedGlslLayout.sizeOf) in introducePacking()507 const size_t pad = unpackedGlslLayout.sizeOf - packedGlslLayout.sizeOf; in introducePacking()