Searched refs:unpackedGlslLayout (Results 1 – 1 of 1) sorted by relevance
494 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking() local497 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()