Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/compiler/translator/msl/
H A DLayout.cpp257 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
H A DModifyStruct.cpp507 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()
H A DLayout.h74 [[nodiscard]] Layout GlslLayoutOf(