Home
last modified time | relevance | path

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

/external/angle/include/GLSLANG/
DShaderVars.h42 enum BlockLayoutType enum
51 const char *BlockLayoutTypeToString(BlockLayoutType type);
284 BlockLayoutType layout;
/external/angle/src/compiler/translator/
DShaderLang.cpp994 const char *BlockLayoutTypeToString(BlockLayoutType type) in BlockLayoutTypeToString()
998 case BlockLayoutType::BLOCKLAYOUT_STD140: in BlockLayoutTypeToString()
1000 case BlockLayoutType::BLOCKLAYOUT_STD430: in BlockLayoutTypeToString()
1002 case BlockLayoutType::BLOCKLAYOUT_PACKED: in BlockLayoutTypeToString()
1004 case BlockLayoutType::BLOCKLAYOUT_SHARED: in BlockLayoutTypeToString()
DCollectVariables.cpp23 BlockLayoutType GetBlockLayoutType(TLayoutBlockStorage blockStorage) in GetBlockLayoutType()
/external/angle/src/libANGLE/
DProgram.cpp511 block->layout = stream->readEnum<sh::BlockLayoutType>(); in LoadShInterfaceBlock()