Searched refs:GlslLayoutOf (Results 1 – 3 of 3) sorted by relevance
257 layout += GlslLayoutOf(*(*iter)->type(), storage, matrixPacking, false); in CommonGlslStructLayoutOf()280 auto layout = GlslLayoutOf(type, storage, matrixPacking, true); in CommonGlslLayoutOf()351 Layout sh::GlslLayoutOf(const TType &type, in GlslLayoutOf() function in sh
507 glslLayoutTotal += GlslLayoutOf(currType); in introducePacking()516 const Layout packedGlslLayout = GlslLayoutOf(currType); in introducePacking()519 const Layout unpackedGlslLayout = GlslLayoutOf(currType); in introducePacking()538 const Layout nextGlslLayout = GlslLayoutOf(*next.type()); in introducePacking()572 const Layout glslLayout = GlslLayoutOf(type); in introducePadding()
74 [[nodiscard]] Layout GlslLayoutOf(