Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h45 BLOCKLAYOUT_STD140 = BLOCKLAYOUT_STANDARD, enumerator
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp989 case BlockLayoutType::BLOCKLAYOUT_STD140: in BlockLayoutTypeToString()
DCompiler.cpp1582 (block.layout == sh::BLOCKLAYOUT_STD140 || block.layout == sh::BLOCKLAYOUT_SHARED)) in useAllMembersInUnusedStandardAndSharedBlocks()
DCollectVariables.cpp32 return BLOCKLAYOUT_STD140; in GetBlockLayoutType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp616 if (interfaceBlock.layout == sh::BLOCKLAYOUT_STD140) in getBlockInfo()