Home
last modified time | relevance | path

Searched refs:BlockLayoutType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h42 enum BlockLayoutType enum
51 const char *BlockLayoutTypeToString(BlockLayoutType type);
284 BlockLayoutType layout;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp985 const char *BlockLayoutTypeToString(BlockLayoutType type) in BlockLayoutTypeToString()
989 case BlockLayoutType::BLOCKLAYOUT_STD140: in BlockLayoutTypeToString()
991 case BlockLayoutType::BLOCKLAYOUT_STD430: in BlockLayoutTypeToString()
993 case BlockLayoutType::BLOCKLAYOUT_PACKED: in BlockLayoutTypeToString()
995 case BlockLayoutType::BLOCKLAYOUT_SHARED: in BlockLayoutTypeToString()
DCollectVariables.cpp23 BlockLayoutType GetBlockLayoutType(TLayoutBlockStorage blockStorage) in GetBlockLayoutType()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgram.cpp818 block->layout = stream->readEnum<sh::BlockLayoutType>(); in LoadShInterfaceBlock()